index.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. @keyframes title-animation {
  2. 0% {
  3. font-size: 32rpx;
  4. }
  5. 100% {
  6. font-size: 36rpx;
  7. }
  8. }
  9. .login-wrap {
  10. padding: 50rpx 34rpx;
  11. min-height: 500rpx;
  12. background-color: #fff;
  13. border-radius: 20rpx 20rpx 0 0;
  14. }
  15. .head-box {
  16. padding: 0 10rpx;
  17. .head-title {
  18. min-width: 160rpx;
  19. font-weight: bold;
  20. font-size: 48rpx;
  21. color: #222222;
  22. line-height: 80rpx;
  23. margin-bottom: 20rpx;
  24. }
  25. .head-title-active {
  26. width: 160rpx;
  27. font-size: 32rpx;
  28. font-weight: 600;
  29. color: #999;
  30. line-height: 36rpx;
  31. }
  32. .head-title-animation {
  33. animation-name: title-animation;
  34. animation-duration: 0.1s;
  35. animation-timing-function: ease-out;
  36. animation-fill-mode: forwards;
  37. }
  38. .head-title-line {
  39. position: relative;
  40. &::before {
  41. content: '';
  42. width: 1rpx;
  43. height: 34rpx;
  44. background-color: #e4e7ed;
  45. position: absolute;
  46. left: -30rpx;
  47. top: 50%;
  48. transform: translateY(-50%);
  49. }
  50. }
  51. .head-subtitle {
  52. font-weight: 400;
  53. font-size: 28rpx;
  54. color: #999999;
  55. line-height: 40rpx;
  56. }
  57. }
  58. // .code-btn[disabled] {
  59. // background-color: #fff;
  60. // }
  61. .code-btn-start {
  62. width: 160rpx;
  63. height: 56rpx;
  64. line-height: normal;
  65. border: 2rpx solid var(--ui-BG-Main);
  66. border-radius: 28rpx;
  67. font-size: 26rpx;
  68. font-weight: 400;
  69. color: var(--ui-BG-Main);
  70. opacity: 1;
  71. }
  72. .captcha-btn{
  73. height: 68rpx;
  74. margin-right: 16rpx;
  75. }
  76. .forgot-btn {
  77. width: 160rpx;
  78. line-height: 56rpx;
  79. font-size: 30rpx;
  80. font-weight: 500;
  81. color: #999;
  82. }
  83. .login-btn-start {
  84. width: 158rpx;
  85. height: 56rpx;
  86. line-height: normal;
  87. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  88. border-radius: 28rpx;
  89. font-size: 26rpx;
  90. font-weight: 500;
  91. color: #fff;
  92. }
  93. .type-btn {
  94. padding: 20rpx;
  95. margin: 40rpx auto;
  96. width: 200rpx;
  97. font-size: 30rpx;
  98. font-weight: 500;
  99. color: #999999;
  100. }
  101. .auto-login-box {
  102. width: 100%;
  103. .auto-login-btn {
  104. width: 68rpx;
  105. height: 68rpx;
  106. border-radius: 50%;
  107. margin: 0 30rpx;
  108. }
  109. .auto-login-img {
  110. width: 68rpx;
  111. height: 68rpx;
  112. border-radius: 50%;
  113. }
  114. }
  115. .agreement-box {
  116. margin: 80rpx auto 0;
  117. .protocol-check {
  118. transform: scale(0.7);
  119. }
  120. .agreement-text {
  121. font-size: 26rpx;
  122. font-weight: 500;
  123. color: #999999;
  124. .tcp-text {
  125. color: var(--ui-BG-Main);
  126. }
  127. }
  128. }
  129. // 修改密码
  130. .editPwd-btn-box {
  131. .save-btn {
  132. width: 690rpx;
  133. line-height: 70rpx;
  134. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  135. border-radius: 35rpx;
  136. font-size: 28rpx;
  137. font-weight: 500;
  138. color: #ffffff;
  139. }
  140. .forgot-btn {
  141. width: 690rpx;
  142. line-height: 70rpx;
  143. font-size: 28rpx;
  144. font-weight: 500;
  145. color: #999999;
  146. }
  147. }
  148. :deep(.uni-forms){
  149. .uni-forms-item__inner{
  150. padding-bottom: 40rpx;
  151. }
  152. .uni-easyinput__placeholder-class{
  153. font-weight: 400;
  154. font-size: 28rpx;
  155. color: #CCCCCC;
  156. }
  157. .uni-easyinput{
  158. background: #F7F7F7;
  159. border-radius: 20rpx;
  160. }
  161. .uni-easyinput__content-input{
  162. height: 100rpx;
  163. line-height: 100rpx;
  164. padding: 0 30rpx !important;
  165. box-sizing: border-box;
  166. font-weight: 500;
  167. font-size: 28rpx;
  168. color: #222222;
  169. }
  170. }
  171. .forgot_box{
  172. display: flex;
  173. justify-content: flex-end;
  174. padding-bottom: 40rpx;
  175. opacity: 0;
  176. .forgot_btn{
  177. font-weight: 400;
  178. font-size: 28rpx;
  179. color: #24D688;
  180. line-height: 40rpx;
  181. }
  182. }
  183. .submit_btn{
  184. width: 630rpx;
  185. height: 104rpx;
  186. background: #35E89A;
  187. border-radius: 40rpx;
  188. margin: 0 auto;
  189. font-weight: bold;
  190. font-size: 32rpx;
  191. color: #222222;
  192. line-height: 104rpx;
  193. text-align: center;
  194. }
  195. .reg_btn{
  196. margin-top: 212rpx;
  197. }