phone.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. page {
  2. background: #ffffff;
  3. }
  4. .logo {
  5. width: 100vw;
  6. height: 340rpx;
  7. display: flex;
  8. justify-content: center;
  9. align-items: center;
  10. margin-bottom: 40rpx;
  11. image {
  12. width: 192rpx !important;
  13. height: 192rpx !important;
  14. border-radius: 24rpx;
  15. border: 2rpx solid #CCC;
  16. margin-top: 60rpx;
  17. }
  18. }
  19. .iconfont {
  20. color: var(--assist);
  21. }
  22. .login {
  23. width: 650rpx;
  24. height: 90rpx;
  25. border-radius: 16rpx !important;
  26. font-size: 28rpx;
  27. font-family: PingFang SC-Regular, PingFang SC;
  28. color: #FFFFFF;
  29. }
  30. .dialog {
  31. display: flex;
  32. justify-content: center;
  33. padding: 80rpx 0;
  34. .navigator {
  35. color: var(--assist);
  36. font-weight: bold;
  37. }
  38. }
  39. /* 登录协议 */
  40. .agreement {
  41. display: flex;
  42. width: 100%;
  43. justify-content: center;
  44. .con {
  45. width: 316rpx;
  46. text-align: center;
  47. font-size: 24rpx !important;
  48. font-family: PingFang SC-Regular, PingFang SC;
  49. color: #666666 !important;
  50. margin-left: -20rpx;
  51. text {
  52. color: #3874F6;
  53. font-weight: bold;
  54. }
  55. }
  56. }