| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- page {
- background-color: #fff;
- }
- .input-box{
- font-size: 32rpx;
- margin: 80rpx 60rpx 97rpx;
- padding: 30rpx;
- border-bottom: 2rpx solid #DEDEDE;
- }
- input {
- text-align: left;
- }
- .phone {
- line-height: 67rpx;
- font-size: 48rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #000000;
- text-align: center;
- }
- .input-placeholder {
- font-size: 32rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #A1A1A1;
- }
- .btn {
- height: 84rpx;
- line-height: 84rpx;
- background: #27D699;
- border-radius: 42rpx 42rpx 42rpx 42rpx;
- opacity: 1;
- border: 1rpx solid rgba(0, 0, 0, 0);
- margin: 150rpx 60rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- text-align: center;
- }
- .yzm {
- font-size: 30rpx;
- color: #333;
- }
|