login.wxss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. .login-container.data-v-e4e4508d {
  2. min-height: 100vh;
  3. background-color: #FFFFFF;
  4. background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NTAiIGhlaWdodD0iNDAwIiB2aWV3Qm94PSIwIDAgNzUwIDQwMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI0UwRjBGRiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0ZGRkZGRiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSI3NTAiIGhlaWdodD0iNDAwIiBmaWxsPSJ1cmwoI2cpIi8+PC9zdmc+");
  5. background-size: 100% auto;
  6. background-repeat: no-repeat;
  7. background-position: top center;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. position: relative;
  12. padding: 0 40rpx;
  13. }
  14. .login-header.data-v-e4e4508d {
  15. margin-top: 22vh;
  16. display: flex;
  17. flex-direction: column;
  18. align-items: center;
  19. }
  20. .login-header .logo-box.data-v-e4e4508d {
  21. width: 140rpx;
  22. height: 140rpx;
  23. background-color: #1F6CFF;
  24. border-radius: 24rpx;
  25. display: flex;
  26. flex-direction: column;
  27. align-items: center;
  28. justify-content: center;
  29. margin-bottom: 50rpx;
  30. box-shadow: 0 16rpx 32rpx rgba(31, 108, 255, 0.15);
  31. }
  32. .login-header .logo-box .logo-text1.data-v-e4e4508d,
  33. .login-header .logo-box .logo-text2.data-v-e4e4508d {
  34. color: #FFFFFF;
  35. font-size: 32rpx;
  36. font-weight: bold;
  37. letter-spacing: 4rpx;
  38. line-height: 1.4;
  39. }
  40. .login-header .login-title.data-v-e4e4508d {
  41. font-size: 52rpx;
  42. font-weight: 600;
  43. color: #1A1A1A;
  44. margin-bottom: 24rpx;
  45. }
  46. .login-header .login-subtitle.data-v-e4e4508d {
  47. font-size: 30rpx;
  48. color: #888888;
  49. letter-spacing: 1rpx;
  50. }
  51. .login-body.data-v-e4e4508d {
  52. width: 100%;
  53. margin-top: 100rpx;
  54. }
  55. .login-body .btn-primary.data-v-e4e4508d {
  56. background-color: #1F6CFF;
  57. color: #FFFFFF;
  58. font-size: 34rpx;
  59. font-weight: 500;
  60. border-radius: 48rpx;
  61. height: 96rpx;
  62. line-height: 96rpx;
  63. margin-bottom: 30rpx;
  64. }
  65. .login-body .btn-primary.data-v-e4e4508d::after {
  66. border: none;
  67. }
  68. .login-body .btn-primary.data-v-e4e4508d:active {
  69. opacity: 0.8;
  70. }
  71. .login-body .agreement-box.data-v-e4e4508d {
  72. display: flex;
  73. justify-content: center;
  74. align-items: flex-start;
  75. padding: 0 20rpx;
  76. }
  77. .login-body .agreement-box .checkbox-label.data-v-e4e4508d {
  78. display: flex;
  79. align-items: center;
  80. flex-wrap: wrap;
  81. font-size: 26rpx;
  82. }
  83. .login-body .agreement-box .agreement-text.data-v-e4e4508d {
  84. color: #888888;
  85. line-height: 1.6;
  86. }
  87. .login-body .agreement-box .link-text.data-v-e4e4508d {
  88. color: #1F6CFF;
  89. line-height: 1.6;
  90. margin: 0 4rpx;
  91. }
  92. .login-footer.data-v-e4e4508d {
  93. position: absolute;
  94. bottom: calc(env(safe-area-inset-bottom) + 80rpx);
  95. width: 100%;
  96. box-sizing: border-box;
  97. padding: 0 40rpx;
  98. }
  99. .login-footer .divider-text.data-v-e4e4508d {
  100. text-align: center;
  101. font-size: 26rpx;
  102. color: #CCCCCC;
  103. margin-bottom: 50rpx;
  104. position: relative;
  105. display: flex;
  106. align-items: center;
  107. justify-content: center;
  108. }
  109. .login-footer .divider-text.data-v-e4e4508d::before, .login-footer .divider-text.data-v-e4e4508d::after {
  110. content: "";
  111. width: 80rpx;
  112. height: 1rpx;
  113. background-color: #E5E5E5;
  114. margin: 0 20rpx;
  115. }
  116. .login-footer .icon-grid.data-v-e4e4508d {
  117. display: flex;
  118. justify-content: space-around;
  119. padding: 0 20rpx;
  120. }
  121. .login-footer .icon-grid .icon-item.data-v-e4e4508d {
  122. display: flex;
  123. flex-direction: column;
  124. align-items: center;
  125. }
  126. .login-footer .icon-grid .icon-item .icon-circle.data-v-e4e4508d {
  127. width: 100rpx;
  128. height: 100rpx;
  129. background-color: rgba(31, 108, 255, 0.08);
  130. border-radius: 50%;
  131. display: flex;
  132. justify-content: center;
  133. align-items: center;
  134. margin-bottom: 20rpx;
  135. transition: transform 0.2s, background-color 0.2s;
  136. }
  137. .login-footer .icon-grid .icon-item .icon-circle.data-v-e4e4508d:active {
  138. background-color: rgba(31, 108, 255, 0.15);
  139. transform: scale(0.95);
  140. }
  141. .login-footer .icon-grid .icon-item .icon-circle .icon-img.data-v-e4e4508d {
  142. width: 48rpx;
  143. height: 48rpx;
  144. }
  145. .login-footer .icon-grid .icon-item .icon-text.data-v-e4e4508d {
  146. font-size: 24rpx;
  147. color: #555555;
  148. }
  149. .custom-modal.data-v-e4e4508d {
  150. position: fixed;
  151. top: 0;
  152. left: 0;
  153. right: 0;
  154. bottom: 0;
  155. z-index: 999;
  156. visibility: hidden;
  157. opacity: 0;
  158. transition: all 0.3s;
  159. display: flex;
  160. justify-content: center;
  161. align-items: center;
  162. }
  163. .custom-modal.is-show.data-v-e4e4508d {
  164. visibility: visible;
  165. opacity: 1;
  166. }
  167. .custom-modal.is-show .modal-content.data-v-e4e4508d {
  168. transform: scale(1);
  169. opacity: 1;
  170. }
  171. .custom-modal .modal-mask.data-v-e4e4508d {
  172. position: absolute;
  173. width: 100%;
  174. height: 100%;
  175. background-color: rgba(0, 0, 0, 0.4);
  176. }
  177. .custom-modal .modal-content.data-v-e4e4508d {
  178. position: relative;
  179. width: 600rpx;
  180. background-color: #FFFFFF;
  181. border-radius: 24rpx;
  182. transform: scale(0.9);
  183. opacity: 0;
  184. transition: all 0.3s;
  185. padding-bottom: 40rpx;
  186. }
  187. .custom-modal .modal-content .modal-header.data-v-e4e4508d {
  188. text-align: center;
  189. padding-top: 50rpx;
  190. }
  191. .custom-modal .modal-content .modal-header .modal-title.data-v-e4e4508d {
  192. font-size: 34rpx;
  193. font-weight: bold;
  194. color: #1A1A1A;
  195. }
  196. .custom-modal .modal-content .modal-body.data-v-e4e4508d {
  197. font-size: 32rpx;
  198. text-align: center;
  199. padding: 40rpx 40rpx 50rpx;
  200. line-height: 1.6;
  201. }
  202. .custom-modal .modal-content .modal-body .modal-text-wrapper .modal-text.data-v-e4e4508d {
  203. color: #555555;
  204. }
  205. .custom-modal .modal-content .modal-body .modal-text-wrapper .link-text.data-v-e4e4508d {
  206. color: #1F6CFF;
  207. }
  208. .custom-modal .modal-content .modal-footer.data-v-e4e4508d {
  209. display: flex;
  210. justify-content: space-between;
  211. padding: 0 40rpx;
  212. }
  213. .custom-modal .modal-content .modal-footer view.data-v-e4e4508d {
  214. flex: 1;
  215. height: 88rpx;
  216. display: flex;
  217. justify-content: center;
  218. align-items: center;
  219. font-size: 32rpx;
  220. border-radius: 44rpx;
  221. transition: opacity 0.2s;
  222. }
  223. .custom-modal .modal-content .modal-footer view.data-v-e4e4508d:active {
  224. opacity: 0.8;
  225. }
  226. .custom-modal .modal-content .modal-footer .btn-cancel.data-v-e4e4508d {
  227. background-color: #F4F5F7;
  228. color: #555555;
  229. margin-right: 20rpx;
  230. }
  231. .custom-modal .modal-content .modal-footer .btn-confirm.data-v-e4e4508d {
  232. background-color: #1F6CFF;
  233. color: #FFFFFF;
  234. font-weight: 500;
  235. margin-left: 20rpx;
  236. }
  237. .custom-modal.doc-modal .doc-modal-content.data-v-e4e4508d {
  238. width: 660rpx;
  239. }
  240. .custom-modal.doc-modal .doc-modal-content .modal-header.data-v-e4e4508d {
  241. padding-top: 40rpx;
  242. padding-bottom: 20rpx;
  243. }
  244. .custom-modal.doc-modal .doc-modal-content .doc-modal-body.data-v-e4e4508d {
  245. max-height: 55vh;
  246. text-align: left;
  247. padding: 10rpx 40rpx 30rpx;
  248. box-sizing: border-box;
  249. font-size: 28rpx;
  250. }
  251. .custom-modal.doc-modal .doc-modal-content .modal-footer.data-v-e4e4508d {
  252. justify-content: center;
  253. padding-bottom: 20rpx;
  254. }
  255. .custom-modal.doc-modal .doc-modal-content .modal-footer .full-width.data-v-e4e4508d {
  256. flex: none;
  257. width: 100%;
  258. margin: 0;
  259. }
  260. .btn-confirm.data-v-e4e4508d::after {
  261. border: none !important;
  262. }