index.scss 268 B

1234567891011121314151617
  1. page {
  2. background: #ffffff;
  3. }
  4. .login-fun {
  5. width: 650rpx;
  6. height: 90rpx;
  7. border-radius: 16rpx !important;
  8. font-size: 28rpx;
  9. font-family: PingFang SC-Regular, PingFang SC;
  10. color: #FFFFFF;
  11. }
  12. .phone-login {
  13. color: #666666 !important;
  14. }