|
|
@ -75,7 +75,7 @@ function toLogin() { |
|
|
margin-bottom: 10rpx; |
|
|
margin-bottom: 10rpx; |
|
|
} |
|
|
} |
|
|
.subtitle-section { |
|
|
.subtitle-section { |
|
|
margin-bottom: 100rpx; |
|
|
|
|
|
|
|
|
margin-bottom: 80rpx; |
|
|
} |
|
|
} |
|
|
.subtitle { |
|
|
.subtitle { |
|
|
/* font-weight: bold; */ |
|
|
/* font-weight: bold; */ |
|
|
@ -86,16 +86,16 @@ function toLogin() { |
|
|
.phone-card { |
|
|
.phone-card { |
|
|
background-image: url("/static/select.png"); |
|
|
background-image: url("/static/select.png"); |
|
|
background-repeat: no-repeat; |
|
|
background-repeat: no-repeat; |
|
|
background-size: 100% 100%; |
|
|
|
|
|
|
|
|
background-size: contain; |
|
|
|
|
|
background-position: center; |
|
|
/* background-position: center; */ |
|
|
/* background-position: center; */ |
|
|
/* min-width: 300rpx; */ |
|
|
/* min-width: 300rpx; */ |
|
|
min-width: 420rpx; |
|
|
|
|
|
min-height: 786rpx; |
|
|
|
|
|
|
|
|
|
|
|
width: 420rpx; |
|
|
width: 420rpx; |
|
|
height: 786rpx; |
|
|
height: 786rpx; |
|
|
border-radius: 50rpx; |
|
|
border-radius: 50rpx; |
|
|
padding: 40rpx; |
|
|
padding: 40rpx; |
|
|
box-shadow: 0 20rpx 40rpx rgba(0, 0, 0, 0.3); |
|
|
|
|
|
|
|
|
/* box-shadow: 0 20rpx 40rpx rgba(0, 0, 0, 0.3); */ |
|
|
position: relative; |
|
|
position: relative; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
} |
|
|
} |
|
|
|