1234567891011121314151617 |
- page {
- background: #ffffff;
- }
- .login-fun {
- width: 650rpx;
- height: 90rpx;
- border-radius: 16rpx !important;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #FFFFFF;
- }
- .phone-login {
- color: #666666 !important;
- }
|