login.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .sub-title {
  2. font-size: 24rpx;
  3. color: #999;
  4. }
  5. .cell {
  6. margin: 40rpx 0;
  7. }
  8. .login-ball {
  9. background-image: linear-gradient(25deg, #fa123b, #ff6b35, #ff9f28, #ffcc03);
  10. border-bottom-left-radius: 300rpx;
  11. height: 400rpx;
  12. position: relative;
  13. }
  14. /deep/ .u-form-item--right__content__slot {
  15. width: 100%;
  16. display: block;
  17. }
  18. .title {
  19. font-size: 48rpx;
  20. color: #000;
  21. text-align: center;
  22. }
  23. .privacy {
  24. font-size: 24upx;
  25. color: #999;
  26. text-align: center;
  27. margin-top: 360rpx;
  28. width: 100%;
  29. display: flex;
  30. justify-content: center;
  31. }
  32. span {
  33. color: $aider-light-color;
  34. }
  35. .form {
  36. padding: 0 72rpx;
  37. }
  38. .divider {
  39. margin: 30rpx 0 !important;
  40. }
  41. .submit {
  42. height: 80rpx;
  43. line-height: 80rpx;
  44. background-image: linear-gradient(90deg, #ff6b35, #ff9f28, #ffcc03);
  45. color: #fff;
  46. text-align: center;
  47. font-size: 30rpx;
  48. border-radius: 100px;
  49. }
  50. .logo {
  51. width: 200rpx;
  52. height: 200rpx;
  53. text-align: center;
  54. transform: scale(2.5);
  55. }
  56. .logo-cell {
  57. text-align: center;
  58. }
  59. .text-tips {
  60. text-align: center;
  61. color: #ff9f28;
  62. }
  63. .tips {
  64. position: absolute;
  65. bottom: 10rpx;
  66. width: 100%;
  67. text-align: center;
  68. }