login.wxss 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .login-container.data-v-e4e4508d {
  4. min-height: 100vh;
  5. background-color: #ffffff;
  6. padding: 0 40rpx;
  7. position: relative;
  8. }
  9. .nav-bar.data-v-e4e4508d {
  10. height: 88rpx;
  11. display: flex;
  12. align-items: center;
  13. justify-content: center;
  14. }
  15. .nav-bar .nav-title.data-v-e4e4508d {
  16. font-size: 34rpx;
  17. font-weight: 600;
  18. color: #000000;
  19. }
  20. .logo-section.data-v-e4e4508d {
  21. display: flex;
  22. flex-direction: column;
  23. align-items: center;
  24. margin-top: 60rpx;
  25. margin-bottom: 80rpx;
  26. }
  27. .logo-section .logo-icon.data-v-e4e4508d {
  28. width: 160rpx;
  29. height: 160rpx;
  30. background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
  31. border-radius: 32rpx;
  32. box-shadow: 0 8rpx 24rpx rgba(24, 144, 255, 0.3);
  33. }
  34. .logo-section .app-name.data-v-e4e4508d {
  35. font-size: 40rpx;
  36. font-weight: 600;
  37. color: #000000;
  38. margin-top: 32rpx;
  39. }
  40. .form-section .input-item.data-v-e4e4508d {
  41. margin-bottom: 24rpx;
  42. }
  43. .form-section .input-item .phone-input.data-v-e4e4508d, .form-section .input-item .code-input.data-v-e4e4508d {
  44. background-color: #f5f7fa;
  45. border-radius: 16rpx;
  46. font-size: 28rpx;
  47. }
  48. .form-section .verify-code-row.data-v-e4e4508d {
  49. display: flex;
  50. align-items: center;
  51. }
  52. .form-section .verify-code-row .code-input.data-v-e4e4508d {
  53. flex: 1;
  54. margin-right: 20rpx;
  55. }
  56. .form-section .verify-code-row .get-code-btn.data-v-e4e4508d {
  57. font-size: 26rpx;
  58. color: #1890ff;
  59. white-space: nowrap;
  60. }
  61. .form-section .verify-code-row .get-code-btn.disabled.data-v-e4e4508d {
  62. color: #999999;
  63. }
  64. .form-section .login-btn-wrapper.data-v-e4e4508d {
  65. margin-top: 48rpx;
  66. margin-bottom: 24rpx;
  67. }
  68. .form-section .login-btn-wrapper .login-btn.data-v-e4e4508d {
  69. width: 100%;
  70. height: 88rpx;
  71. background: linear-gradient(90deg, #1890ff 0%, #096dd9 100%);
  72. border-radius: 16rpx;
  73. border: none;
  74. font-size: 32rpx;
  75. font-weight: 500;
  76. color: #ffffff;
  77. display: flex;
  78. align-items: center;
  79. justify-content: center;
  80. }
  81. .form-section .login-btn-wrapper .login-btn.data-v-e4e4508d::after {
  82. border: none;
  83. }
  84. .form-section .agreement-text.data-v-e4e4508d {
  85. display: flex;
  86. flex-wrap: wrap;
  87. justify-content: center;
  88. font-size: 22rpx;
  89. }
  90. .form-section .agreement-text .gray-text.data-v-e4e4508d {
  91. color: #999999;
  92. margin: 0 4rpx;
  93. }
  94. .form-section .agreement-text .link-text.data-v-e4e4508d {
  95. color: #1890ff;
  96. margin: 0 4rpx;
  97. }
  98. .other-method-section.data-v-e4e4508d {
  99. margin-top: 120rpx;
  100. }
  101. .other-method-section .divider.data-v-e4e4508d {
  102. display: flex;
  103. align-items: center;
  104. justify-content: center;
  105. margin-bottom: 40rpx;
  106. }
  107. .other-method-section .divider .divider-line.data-v-e4e4508d {
  108. width: 120rpx;
  109. height: 1rpx;
  110. background-color: #e5e5e5;
  111. }
  112. .other-method-section .divider .divider-text.data-v-e4e4508d {
  113. font-size: 24rpx;
  114. color: #999999;
  115. margin: 0 24rpx;
  116. }
  117. .other-method-section .wechat-login-wrapper .wechat-login-btn.data-v-e4e4508d {
  118. width: 100%;
  119. height: 88rpx;
  120. background: linear-gradient(90deg, #07c160 0%, #06ad56 100%);
  121. border-radius: 16rpx;
  122. border: none;
  123. font-size: 32rpx;
  124. font-weight: 500;
  125. color: #ffffff;
  126. display: flex;
  127. align-items: center;
  128. justify-content: center;
  129. }
  130. .other-method-section .wechat-login-wrapper .wechat-login-btn.data-v-e4e4508d::after {
  131. border: none;
  132. }
  133. .other-method-section .wechat-login-wrapper .wechat-login-btn .wechat-icon.data-v-e4e4508d {
  134. margin-right: 12rpx;
  135. font-size: 36rpx;
  136. }
  137. .other-method-section .wechat-login-wrapper .wechat-login-btn .wechat-text.data-v-e4e4508d {
  138. color: #ffffff;
  139. }
  140. .agreement-popup.data-v-e4e4508d {
  141. position: fixed;
  142. top: 0;
  143. left: 0;
  144. right: 0;
  145. bottom: 0;
  146. z-index: 1000;
  147. }
  148. .agreement-popup .popup-mask.data-v-e4e4508d {
  149. position: absolute;
  150. top: 0;
  151. left: 0;
  152. right: 0;
  153. bottom: 0;
  154. background-color: rgba(0, 0, 0, 0.5);
  155. }
  156. .agreement-popup .popup-content.data-v-e4e4508d {
  157. position: absolute;
  158. bottom: 0;
  159. left: 0;
  160. right: 0;
  161. background-color: #ffffff;
  162. border-radius: 32rpx 32rpx 0 0;
  163. max-height: 80vh;
  164. display: flex;
  165. flex-direction: column;
  166. animation: slideUp-e4e4508d 0.3s ease-out;
  167. }
  168. .agreement-popup .popup-content .popup-header.data-v-e4e4508d {
  169. display: flex;
  170. align-items: center;
  171. justify-content: space-between;
  172. padding: 32rpx;
  173. border-bottom: 1rpx solid #f0f0f0;
  174. }
  175. .agreement-popup .popup-content .popup-header .popup-title.data-v-e4e4508d {
  176. font-size: 32rpx;
  177. font-weight: 600;
  178. color: #000000;
  179. }
  180. .agreement-popup .popup-content .popup-header .popup-close.data-v-e4e4508d {
  181. font-size: 40rpx;
  182. color: #999999;
  183. width: 60rpx;
  184. height: 60rpx;
  185. display: flex;
  186. align-items: center;
  187. justify-content: center;
  188. }
  189. .agreement-popup .popup-content .popup-body.data-v-e4e4508d {
  190. flex: 1;
  191. overflow-y: auto;
  192. padding: 32rpx;
  193. }
  194. .agreement-popup .popup-content .popup-body .agreement-content.data-v-e4e4508d {
  195. display: flex;
  196. flex-direction: column;
  197. }
  198. .agreement-popup .popup-content .popup-body .agreement-content .agreement-title.data-v-e4e4508d {
  199. font-size: 36rpx;
  200. font-weight: 600;
  201. color: #000000;
  202. display: block;
  203. text-align: center;
  204. margin-bottom: 20rpx;
  205. }
  206. .agreement-popup .popup-content .popup-body .agreement-content .update-time.data-v-e4e4508d {
  207. font-size: 24rpx;
  208. color: #999999;
  209. display: block;
  210. text-align: center;
  211. margin-bottom: 40rpx;
  212. }
  213. .agreement-popup .popup-content .popup-body .agreement-content .section.data-v-e4e4508d {
  214. margin-bottom: 32rpx;
  215. }
  216. .agreement-popup .popup-content .popup-body .agreement-content .section .section-title.data-v-e4e4508d {
  217. font-size: 28rpx;
  218. font-weight: 600;
  219. color: #000000;
  220. display: block;
  221. margin-bottom: 16rpx;
  222. }
  223. .agreement-popup .popup-content .popup-body .agreement-content .section .section-content.data-v-e4e4508d {
  224. font-size: 24rpx;
  225. color: #333333;
  226. line-height: 1.8;
  227. display: block;
  228. white-space: pre-wrap;
  229. }
  230. .agreement-popup .popup-content .popup-footer.data-v-e4e4508d {
  231. padding: 24rpx 32rpx 40rpx;
  232. border-top: 1rpx solid #f0f0f0;
  233. }
  234. .agreement-popup .popup-content .popup-footer .agree-btn.data-v-e4e4508d {
  235. width: 100%;
  236. height: 80rpx;
  237. background: linear-gradient(90deg, #1890ff 0%, #096dd9 100%);
  238. border-radius: 16rpx;
  239. border: none;
  240. font-size: 30rpx;
  241. font-weight: 500;
  242. color: #ffffff;
  243. display: flex;
  244. align-items: center;
  245. justify-content: center;
  246. }
  247. .agreement-popup .popup-content .popup-footer .agree-btn.data-v-e4e4508d::after {
  248. border: none;
  249. }
  250. @keyframes slideUp-e4e4508d {
  251. from {
  252. transform: translateY(100%);
  253. }
  254. to {
  255. transform: translateY(0);
  256. }
  257. }