| 123456789101112131415161718192021222324252627282930313233343536373839 |
- page{
- background-color: #fff;
- }
- input{
- font-size: 32rpx;
- margin:80rpx 30rpx 97rpx;
- text-align: center;
- padding: 30rpx;
- border-bottom: 2rpx solid #DEDEDE;;
- }
- .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{
- width: 594rpx;
- height: 84rpx;
- line-height: 84rpx;
- background: #27D699;
- border-radius: 42rpx 42rpx 42rpx 42rpx;
- opacity: 1;
- border: 1rpx solid rgba(0,0,0,0);
- margin: auto;
- font-size: 32rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- text-align: center;
- }
|