index.wxss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. /* 基础容器 */
  2. .login-container.data-v-d08ef7d4 {
  3. width: 100%;
  4. min-height: 100vh;
  5. background: #fff;
  6. position: relative;
  7. display: flex;
  8. flex-direction: column;
  9. }
  10. .gradient-bg.data-v-d08ef7d4 {
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. right: 0;
  15. height: 600rpx;
  16. background: linear-gradient(180deg, rgba(193, 0, 28, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  17. z-index: 1;
  18. }
  19. .content-wrapper.data-v-d08ef7d4 {
  20. position: relative;
  21. z-index: 2;
  22. flex: 1;
  23. display: flex;
  24. flex-direction: column;
  25. padding: 0 80rpx;
  26. box-sizing: border-box;
  27. }
  28. .logo-section.data-v-d08ef7d4 {
  29. display: flex;
  30. flex-direction: column;
  31. align-items: center;
  32. margin-top: 360rpx;
  33. margin-bottom: 120rpx;
  34. }
  35. .logo-outer.data-v-d08ef7d4 {
  36. width: 200rpx;
  37. height: 200rpx;
  38. background: #fff;
  39. border-radius: 48rpx;
  40. box-shadow: 0 40rpx 80rpx rgba(193, 0, 28, 0.35), 0 10rpx 30rpx rgba(0, 0, 0, 0.1), inset 0 4rpx 10rpx rgba(255, 255, 255, 0.8);
  41. display: flex;
  42. align-items: center;
  43. justify-content: center;
  44. overflow: hidden;
  45. margin-bottom: 40rpx;
  46. }
  47. .logo-img.data-v-d08ef7d4 {
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .app-title.data-v-d08ef7d4 {
  52. font-size: 48rpx;
  53. font-weight: bold;
  54. color: #1a1a1a;
  55. letter-spacing: 2rpx;
  56. }
  57. .app-subtitle.data-v-d08ef7d4 {
  58. font-size: 26rpx;
  59. color: #999;
  60. margin-top: 10rpx;
  61. letter-spacing: 6rpx;
  62. }
  63. .main-btn.data-v-d08ef7d4 {
  64. width: 100%;
  65. height: 100rpx;
  66. background: linear-gradient(135deg, #C1001C 0%, #FF4D4F 100%);
  67. border-radius: 50rpx;
  68. color: #fff;
  69. display: flex;
  70. align-items: center;
  71. justify-content: center;
  72. font-size: 32rpx;
  73. font-weight: bold;
  74. box-shadow: 0 12rpx 30rpx rgba(193, 0, 28, 0.2);
  75. border: none;
  76. margin-bottom: 40rpx;
  77. }
  78. .btn-icon.data-v-d08ef7d4 {
  79. width: 48rpx;
  80. height: 48rpx;
  81. margin-right: 16rpx;
  82. }
  83. .agreement-text.data-v-d08ef7d4 {
  84. font-size: 24rpx;
  85. color: #999;
  86. }
  87. .link.data-v-d08ef7d4 {
  88. color: #C1001C;
  89. margin: 0 4rpx;
  90. font-weight: 500;
  91. }
  92. .footer-section.data-v-d08ef7d4 {
  93. margin-top: auto;
  94. padding-bottom: 60rpx;
  95. text-align: center;
  96. font-size: 20rpx;
  97. color: #dcdcdc;
  98. }
  99. /* 弹窗通用基础 */
  100. .global-mask.data-v-d08ef7d4 {
  101. position: fixed;
  102. top: 0;
  103. left: 0;
  104. right: 0;
  105. bottom: 0;
  106. background: rgba(0, 0, 0, 0.5);
  107. z-index: 998;
  108. }
  109. .center-card.data-v-d08ef7d4 {
  110. position: fixed;
  111. top: 50%;
  112. left: 50%;
  113. transform: translate(-50%, -50%);
  114. width: 620rpx;
  115. background: #fff;
  116. border-radius: 32rpx;
  117. z-index: 1000;
  118. box-shadow: 0 30rpx 80rpx rgba(0, 0, 0, 0.15);
  119. padding: 50rpx 40rpx;
  120. display: flex;
  121. flex-direction: column;
  122. }
  123. .bottom-pop.data-v-d08ef7d4 {
  124. position: fixed;
  125. bottom: 0;
  126. left: 0;
  127. right: 0;
  128. background: #fff;
  129. border-radius: 40rpx 40rpx 0 0;
  130. z-index: 1001;
  131. padding: 40rpx;
  132. padding-bottom: calc(50rpx + env(safe-area-inset-bottom));
  133. box-shadow: 0 -10rpx 40rpx rgba(0, 0, 0, 0.05);
  134. }
  135. /* 按钮对齐辅助 */
  136. button.data-v-d08ef7d4 {
  137. display: flex !important;
  138. align-items: center !important;
  139. justify-content: center !important;
  140. padding: 0 !important;
  141. line-height: normal !important;
  142. }
  143. button.data-v-d08ef7d4::after {
  144. border: none;
  145. }
  146. /* 协议拦截弹窗 */
  147. .card-title.data-v-d08ef7d4 {
  148. font-size: 38rpx;
  149. font-weight: bold;
  150. text-align: center;
  151. margin-bottom: 30rpx;
  152. }
  153. .card-body.data-v-d08ef7d4 {
  154. font-size: 28rpx;
  155. color: #666;
  156. line-height: 1.6;
  157. text-align: center;
  158. margin-bottom: 50rpx;
  159. }
  160. .card-footer-btns.data-v-d08ef7d4 {
  161. display: flex;
  162. gap: 24rpx;
  163. }
  164. .btn-item.data-v-d08ef7d4 {
  165. flex: 1;
  166. height: 90rpx;
  167. border-radius: 45rpx;
  168. font-size: 30rpx;
  169. display: flex !important;
  170. align-items: center !important;
  171. justify-content: center !important;
  172. text-align: center;
  173. line-height: 90rpx;
  174. }
  175. .btn-item.cancel.data-v-d08ef7d4 {
  176. background: #f8f8f8;
  177. color: #999;
  178. }
  179. .btn-item.agree.data-v-d08ef7d4 {
  180. background: #C1001C;
  181. color: #fff;
  182. font-weight: bold;
  183. }
  184. /* 协议内容弹窗专项修复 */
  185. .p-pop-header.data-v-d08ef7d4 {
  186. display: flex;
  187. justify-content: space-between;
  188. align-items: center;
  189. margin-bottom: 30rpx;
  190. }
  191. .p-pop-title.data-v-d08ef7d4 {
  192. font-size: 36rpx;
  193. font-weight: bold;
  194. color: #1a1a1a;
  195. }
  196. .p-pop-close.data-v-d08ef7d4 {
  197. font-size: 48rpx;
  198. color: #ccc;
  199. padding: 10rpx;
  200. }
  201. .p-pop-scroll.data-v-d08ef7d4 {
  202. max-height: 55vh;
  203. margin-bottom: 30rpx;
  204. }
  205. .rich-text-wrapper.data-v-d08ef7d4 {
  206. padding: 10rpx 0;
  207. color: #444;
  208. font-size: 28rpx;
  209. }
  210. .p-pop-footer.data-v-d08ef7d4 {
  211. padding-top: 20rpx;
  212. }
  213. .p-pop-btn.data-v-d08ef7d4 {
  214. width: 100%;
  215. height: 90rpx;
  216. background: #C1001C;
  217. color: #fff;
  218. border-radius: 45rpx;
  219. font-size: 30rpx;
  220. font-weight: bold;
  221. }
  222. /* 头像授权弹窗 */
  223. .pop-header-bar.data-v-d08ef7d4 {
  224. display: flex;
  225. justify-content: space-between;
  226. align-items: center;
  227. margin-bottom: 60rpx;
  228. }
  229. .pop-cancel.data-v-d08ef7d4 {
  230. font-size: 30rpx;
  231. color: #999;
  232. }
  233. .pop-main-title.data-v-d08ef7d4 {
  234. font-size: 32rpx;
  235. font-weight: bold;
  236. }
  237. .pop-done.data-v-d08ef7d4 {
  238. font-size: 30rpx;
  239. color: #C1001C;
  240. font-weight: bold;
  241. }
  242. .profile-edit-content.data-v-d08ef7d4 {
  243. display: flex;
  244. flex-direction: column;
  245. align-items: center;
  246. }
  247. .avatar-wrapper-btn.data-v-d08ef7d4 {
  248. width: 170rpx;
  249. height: 170rpx;
  250. border-radius: 85rpx;
  251. background: #f8f8f8;
  252. position: relative;
  253. margin-bottom: 24rpx;
  254. padding: 0 !important;
  255. overflow: visible;
  256. display: flex !important;
  257. align-items: center;
  258. justify-content: center;
  259. border: none;
  260. }
  261. .current-avatar.data-v-d08ef7d4 {
  262. width: 100%;
  263. height: 100%;
  264. border-radius: 85rpx;
  265. border: 4rpx solid #fff;
  266. box-shadow: 0 4rpx 15rpx rgba(0, 0, 0, 0.05);
  267. }
  268. .camera-icon.data-v-d08ef7d4 {
  269. position: absolute;
  270. bottom: 0;
  271. right: 0;
  272. background: #fff;
  273. width: 56rpx;
  274. height: 56rpx;
  275. border-radius: 28rpx;
  276. display: flex;
  277. align-items: center;
  278. justify-content: center;
  279. box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.12);
  280. z-index: 5;
  281. }
  282. .camera-icon image.data-v-d08ef7d4 {
  283. width: 30rpx;
  284. height: 30rpx;
  285. }
  286. .edit-hint.data-v-d08ef7d4 {
  287. font-size: 24rpx;
  288. color: #999;
  289. margin-bottom: 70rpx;
  290. width: 100%;
  291. text-align: center;
  292. display: block;
  293. }
  294. .nickname-edit-box.data-v-d08ef7d4 {
  295. width: 100%;
  296. display: flex;
  297. align-items: center;
  298. padding: 36rpx 0;
  299. border-top: 1rpx solid #f0f0f0;
  300. border-bottom: 1rpx solid #f0f0f0;
  301. margin-bottom: 40rpx;
  302. }
  303. .nickname-edit-box .label.data-v-d08ef7d4 {
  304. width: 130rpx;
  305. font-size: 32rpx;
  306. }
  307. .nickname-input.data-v-d08ef7d4 {
  308. flex: 1;
  309. font-size: 32rpx;
  310. }
  311. .notice-text.data-v-d08ef7d4 {
  312. font-size: 24rpx;
  313. color: #bfbfbf;
  314. text-align: center;
  315. display: block;
  316. margin-bottom: 60rpx;
  317. }
  318. .confirm-btn-fixed.data-v-d08ef7d4 {
  319. width: 100%;
  320. height: 96rpx;
  321. background: #C1001C;
  322. color: #fff;
  323. border-radius: 16rpx;
  324. font-size: 32rpx;
  325. font-weight: bold;
  326. }
  327. /* 手机号授权弹窗 */
  328. .p-header.data-v-d08ef7d4 {
  329. display: flex;
  330. align-items: center;
  331. margin-bottom: 50rpx;
  332. }
  333. .p-mini-logo.data-v-d08ef7d4 {
  334. width: 44rpx;
  335. height: 44rpx;
  336. border-radius: 8rpx;
  337. margin-right: 16rpx;
  338. }
  339. .p-app-name.data-v-d08ef7d4 {
  340. font-size: 28rpx;
  341. color: #7f7f7f;
  342. }
  343. .p-title.data-v-d08ef7d4 {
  344. font-size: 40rpx;
  345. font-weight: bold;
  346. color: #000;
  347. margin-bottom: 44rpx;
  348. display: block;
  349. }
  350. .p-phone-hint.data-v-d08ef7d4 {
  351. font-size: 30rpx;
  352. color: #666;
  353. line-height: 1.5;
  354. display: block;
  355. margin-bottom: 60rpx;
  356. }
  357. .p-number-card.data-v-d08ef7d4 {
  358. background: #fbfbfb;
  359. padding: 36rpx;
  360. border-radius: 20rpx;
  361. display: flex;
  362. justify-content: space-between;
  363. align-items: center;
  364. margin-bottom: 30rpx;
  365. border: 1rpx solid #f0f0f0;
  366. }
  367. .p-real-num.data-v-d08ef7d4 {
  368. font-size: 36rpx;
  369. font-weight: bold;
  370. color: #1a1a1a;
  371. display: block;
  372. }
  373. .p-num-hint.data-v-d08ef7d4 {
  374. font-size: 24rpx;
  375. color: #999;
  376. }
  377. .p-other-link.data-v-d08ef7d4 {
  378. font-size: 28rpx;
  379. color: #576b95;
  380. display: block;
  381. margin-bottom: 60rpx;
  382. }
  383. .p-footer-btns.data-v-d08ef7d4 {
  384. display: flex;
  385. gap: 30rpx;
  386. }
  387. .p-btn-fixed.data-v-d08ef7d4 {
  388. flex: 1;
  389. height: 96rpx;
  390. border-radius: 16rpx;
  391. font-size: 32rpx;
  392. border: none;
  393. }
  394. .p-deny.data-v-d08ef7d4 {
  395. background: #f2f2f2;
  396. color: #C1001C;
  397. }
  398. .p-allow.data-v-d08ef7d4 {
  399. background: #C1001C;
  400. color: #fff;
  401. font-weight: bold;
  402. }