| | |
| | | |
| | | .content { |
| | | position: relative; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | border-radius: 40rpx; |
| | | padding: 100rpx 40rpx 0rpx 40rpx; |
| | | width: 600rpx; |
| | |
| | | |
| | | .demo-rate { |
| | | width: 350rpx; |
| | | margin: 20rpx auto 20rpx auto; |
| | | margin: 20rpx 0; |
| | | } |
| | | |
| | | .phone { |
| | |
| | | border-radius: 20rpx; |
| | | } |
| | | |
| | | .phone-input { |
| | | width: 100%; |
| | | } |
| | | |
| | | .submit-btn { |
| | | padding: 40rpx; |
| | |
| | | |
| | | .top-title { |
| | | width: 160rpx; |
| | | margin: 0 auto; |
| | | color: #0F1214; |
| | | font-size: 40rpx; |
| | | font-weight: bold; |
| | | } |
| | | |
| | | .t-input__placeholder { |
| | | font-size: 28rpx; |
| | | } |
| | | |
| | | .phone-input .t-input__placeholder { |
| | | font-size: 28rpx !important |
| | | } |