phone.scss 762 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. page {
  2. background: #ffffff;
  3. }
  4. .iconfont {
  5. color: var(--assist);
  6. }
  7. .input {
  8. text-align: left;
  9. margin-left: 50rpx;
  10. }
  11. .image {
  12. width: 40rpx !important;
  13. height: 40rpx !important;
  14. }
  15. .box {
  16. display: flex;
  17. justify-content: space-between;
  18. width: 690rpx;
  19. margin: 40rpx auto 0;
  20. font-family: PingFang SC-Regular, PingFang SC;
  21. .checkbox {
  22. font-size: 24rpx;
  23. color: #666666;
  24. margin-top: -3rpx;
  25. }
  26. .label {
  27. margin-left: -10rpx;
  28. }
  29. .view {
  30. font-size: 24rpx;
  31. color: #999999;
  32. }
  33. }
  34. .login {
  35. width: 650rpx;
  36. height: 90rpx;
  37. border-radius: 16rpx !important;
  38. font-size: 28rpx;
  39. font-family: PingFang SC-Regular, PingFang SC;
  40. color: #FFFFFF;
  41. }