index.wxss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916
  1. /* 颜色变量 */
  2. /* 行为相关颜色 */
  3. /* 文字基本颜色 */
  4. /* 背景颜色 */
  5. /* 边框颜色 */
  6. /* 尺寸变量 */
  7. /* 文字尺寸 */
  8. /* 图片尺寸 */
  9. /* Border Radius */
  10. /* 水平间距 */
  11. /* 垂直间距 */
  12. /* 透明度 */
  13. /* 文章场景相关 */
  14. /* 盒子布局 */
  15. .flx-center.data-v-f06186df {
  16. display: flex;
  17. align-items: center;
  18. justify-content: center;
  19. }
  20. .flx-justify-between.data-v-f06186df {
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between;
  24. }
  25. .flx-justify-end.data-v-f06186df {
  26. display: flex;
  27. align-items: center;
  28. justify-content: flex-end;
  29. }
  30. .flx-align-center.data-v-f06186df {
  31. display: flex;
  32. align-items: center;
  33. }
  34. .font-end.data-v-f06186df {
  35. text-align: end;
  36. }
  37. /* 外边距、内边距全局样式 */
  38. .m6.data-v-f06186df {
  39. margin: 6px !important;
  40. }
  41. .mt6.data-v-f06186df {
  42. margin-top: 6px !important;
  43. }
  44. .mr6.data-v-f06186df {
  45. margin-right: 6px !important;
  46. }
  47. .mb6.data-v-f06186df {
  48. margin-bottom: 6px !important;
  49. }
  50. .ml6.data-v-f06186df {
  51. margin-left: 6px !important;
  52. }
  53. .p6.data-v-f06186df {
  54. padding: 6px !important;
  55. }
  56. .pt6.data-v-f06186df {
  57. padding-top: 6px !important;
  58. }
  59. .pr6.data-v-f06186df {
  60. padding-right: 6px !important;
  61. }
  62. .pb6.data-v-f06186df {
  63. padding-bottom: 6px !important;
  64. }
  65. .pl6.data-v-f06186df {
  66. padding-left: 6px !important;
  67. }
  68. .m7.data-v-f06186df {
  69. margin: 7px !important;
  70. }
  71. .mt7.data-v-f06186df {
  72. margin-top: 7px !important;
  73. }
  74. .mr7.data-v-f06186df {
  75. margin-right: 7px !important;
  76. }
  77. .mb7.data-v-f06186df {
  78. margin-bottom: 7px !important;
  79. }
  80. .ml7.data-v-f06186df {
  81. margin-left: 7px !important;
  82. }
  83. .p7.data-v-f06186df {
  84. padding: 7px !important;
  85. }
  86. .pt7.data-v-f06186df {
  87. padding-top: 7px !important;
  88. }
  89. .pr7.data-v-f06186df {
  90. padding-right: 7px !important;
  91. }
  92. .pb7.data-v-f06186df {
  93. padding-bottom: 7px !important;
  94. }
  95. .pl7.data-v-f06186df {
  96. padding-left: 7px !important;
  97. }
  98. .m8.data-v-f06186df {
  99. margin: 8px !important;
  100. }
  101. .mt8.data-v-f06186df {
  102. margin-top: 8px !important;
  103. }
  104. .mr8.data-v-f06186df {
  105. margin-right: 8px !important;
  106. }
  107. .mb8.data-v-f06186df {
  108. margin-bottom: 8px !important;
  109. }
  110. .ml8.data-v-f06186df {
  111. margin-left: 8px !important;
  112. }
  113. .p8.data-v-f06186df {
  114. padding: 8px !important;
  115. }
  116. .pt8.data-v-f06186df {
  117. padding-top: 8px !important;
  118. }
  119. .pr8.data-v-f06186df {
  120. padding-right: 8px !important;
  121. }
  122. .pb8.data-v-f06186df {
  123. padding-bottom: 8px !important;
  124. }
  125. .pl8.data-v-f06186df {
  126. padding-left: 8px !important;
  127. }
  128. .m9.data-v-f06186df {
  129. margin: 9px !important;
  130. }
  131. .mt9.data-v-f06186df {
  132. margin-top: 9px !important;
  133. }
  134. .mr9.data-v-f06186df {
  135. margin-right: 9px !important;
  136. }
  137. .mb9.data-v-f06186df {
  138. margin-bottom: 9px !important;
  139. }
  140. .ml9.data-v-f06186df {
  141. margin-left: 9px !important;
  142. }
  143. .p9.data-v-f06186df {
  144. padding: 9px !important;
  145. }
  146. .pt9.data-v-f06186df {
  147. padding-top: 9px !important;
  148. }
  149. .pr9.data-v-f06186df {
  150. padding-right: 9px !important;
  151. }
  152. .pb9.data-v-f06186df {
  153. padding-bottom: 9px !important;
  154. }
  155. .pl9.data-v-f06186df {
  156. padding-left: 9px !important;
  157. }
  158. .m10.data-v-f06186df {
  159. margin: 10px !important;
  160. }
  161. .mt10.data-v-f06186df {
  162. margin-top: 10px !important;
  163. }
  164. .mr10.data-v-f06186df {
  165. margin-right: 10px !important;
  166. }
  167. .mb10.data-v-f06186df {
  168. margin-bottom: 10px !important;
  169. }
  170. .ml10.data-v-f06186df {
  171. margin-left: 10px !important;
  172. }
  173. .p10.data-v-f06186df {
  174. padding: 10px !important;
  175. }
  176. .pt10.data-v-f06186df {
  177. padding-top: 10px !important;
  178. }
  179. .pr10.data-v-f06186df {
  180. padding-right: 10px !important;
  181. }
  182. .pb10.data-v-f06186df {
  183. padding-bottom: 10px !important;
  184. }
  185. .pl10.data-v-f06186df {
  186. padding-left: 10px !important;
  187. }
  188. .m11.data-v-f06186df {
  189. margin: 11px !important;
  190. }
  191. .mt11.data-v-f06186df {
  192. margin-top: 11px !important;
  193. }
  194. .mr11.data-v-f06186df {
  195. margin-right: 11px !important;
  196. }
  197. .mb11.data-v-f06186df {
  198. margin-bottom: 11px !important;
  199. }
  200. .ml11.data-v-f06186df {
  201. margin-left: 11px !important;
  202. }
  203. .p11.data-v-f06186df {
  204. padding: 11px !important;
  205. }
  206. .pt11.data-v-f06186df {
  207. padding-top: 11px !important;
  208. }
  209. .pr11.data-v-f06186df {
  210. padding-right: 11px !important;
  211. }
  212. .pb11.data-v-f06186df {
  213. padding-bottom: 11px !important;
  214. }
  215. .pl11.data-v-f06186df {
  216. padding-left: 11px !important;
  217. }
  218. .m12.data-v-f06186df {
  219. margin: 12px !important;
  220. }
  221. .mt12.data-v-f06186df {
  222. margin-top: 12px !important;
  223. }
  224. .mr12.data-v-f06186df {
  225. margin-right: 12px !important;
  226. }
  227. .mb12.data-v-f06186df {
  228. margin-bottom: 12px !important;
  229. }
  230. .ml12.data-v-f06186df {
  231. margin-left: 12px !important;
  232. }
  233. .p12.data-v-f06186df {
  234. padding: 12px !important;
  235. }
  236. .pt12.data-v-f06186df {
  237. padding-top: 12px !important;
  238. }
  239. .pr12.data-v-f06186df {
  240. padding-right: 12px !important;
  241. }
  242. .pb12.data-v-f06186df {
  243. padding-bottom: 12px !important;
  244. }
  245. .pl12.data-v-f06186df {
  246. padding-left: 12px !important;
  247. }
  248. .m13.data-v-f06186df {
  249. margin: 13px !important;
  250. }
  251. .mt13.data-v-f06186df {
  252. margin-top: 13px !important;
  253. }
  254. .mr13.data-v-f06186df {
  255. margin-right: 13px !important;
  256. }
  257. .mb13.data-v-f06186df {
  258. margin-bottom: 13px !important;
  259. }
  260. .ml13.data-v-f06186df {
  261. margin-left: 13px !important;
  262. }
  263. .p13.data-v-f06186df {
  264. padding: 13px !important;
  265. }
  266. .pt13.data-v-f06186df {
  267. padding-top: 13px !important;
  268. }
  269. .pr13.data-v-f06186df {
  270. padding-right: 13px !important;
  271. }
  272. .pb13.data-v-f06186df {
  273. padding-bottom: 13px !important;
  274. }
  275. .pl13.data-v-f06186df {
  276. padding-left: 13px !important;
  277. }
  278. .m14.data-v-f06186df {
  279. margin: 14px !important;
  280. }
  281. .mt14.data-v-f06186df {
  282. margin-top: 14px !important;
  283. }
  284. .mr14.data-v-f06186df {
  285. margin-right: 14px !important;
  286. }
  287. .mb14.data-v-f06186df {
  288. margin-bottom: 14px !important;
  289. }
  290. .ml14.data-v-f06186df {
  291. margin-left: 14px !important;
  292. }
  293. .p14.data-v-f06186df {
  294. padding: 14px !important;
  295. }
  296. .pt14.data-v-f06186df {
  297. padding-top: 14px !important;
  298. }
  299. .pr14.data-v-f06186df {
  300. padding-right: 14px !important;
  301. }
  302. .pb14.data-v-f06186df {
  303. padding-bottom: 14px !important;
  304. }
  305. .pl14.data-v-f06186df {
  306. padding-left: 14px !important;
  307. }
  308. .m15.data-v-f06186df {
  309. margin: 15px !important;
  310. }
  311. .mt15.data-v-f06186df {
  312. margin-top: 15px !important;
  313. }
  314. .mr15.data-v-f06186df {
  315. margin-right: 15px !important;
  316. }
  317. .mb15.data-v-f06186df {
  318. margin-bottom: 15px !important;
  319. }
  320. .ml15.data-v-f06186df {
  321. margin-left: 15px !important;
  322. }
  323. .p15.data-v-f06186df {
  324. padding: 15px !important;
  325. }
  326. .pt15.data-v-f06186df {
  327. padding-top: 15px !important;
  328. }
  329. .pr15.data-v-f06186df {
  330. padding-right: 15px !important;
  331. }
  332. .pb15.data-v-f06186df {
  333. padding-bottom: 15px !important;
  334. }
  335. .pl15.data-v-f06186df {
  336. padding-left: 15px !important;
  337. }
  338. .m16.data-v-f06186df {
  339. margin: 16px !important;
  340. }
  341. .mt16.data-v-f06186df {
  342. margin-top: 16px !important;
  343. }
  344. .mr16.data-v-f06186df {
  345. margin-right: 16px !important;
  346. }
  347. .mb16.data-v-f06186df {
  348. margin-bottom: 16px !important;
  349. }
  350. .ml16.data-v-f06186df {
  351. margin-left: 16px !important;
  352. }
  353. .p16.data-v-f06186df {
  354. padding: 16px !important;
  355. }
  356. .pt16.data-v-f06186df {
  357. padding-top: 16px !important;
  358. }
  359. .pr16.data-v-f06186df {
  360. padding-right: 16px !important;
  361. }
  362. .pb16.data-v-f06186df {
  363. padding-bottom: 16px !important;
  364. }
  365. .pl16.data-v-f06186df {
  366. padding-left: 16px !important;
  367. }
  368. .m17.data-v-f06186df {
  369. margin: 17px !important;
  370. }
  371. .mt17.data-v-f06186df {
  372. margin-top: 17px !important;
  373. }
  374. .mr17.data-v-f06186df {
  375. margin-right: 17px !important;
  376. }
  377. .mb17.data-v-f06186df {
  378. margin-bottom: 17px !important;
  379. }
  380. .ml17.data-v-f06186df {
  381. margin-left: 17px !important;
  382. }
  383. .p17.data-v-f06186df {
  384. padding: 17px !important;
  385. }
  386. .pt17.data-v-f06186df {
  387. padding-top: 17px !important;
  388. }
  389. .pr17.data-v-f06186df {
  390. padding-right: 17px !important;
  391. }
  392. .pb17.data-v-f06186df {
  393. padding-bottom: 17px !important;
  394. }
  395. .pl17.data-v-f06186df {
  396. padding-left: 17px !important;
  397. }
  398. .m18.data-v-f06186df {
  399. margin: 18px !important;
  400. }
  401. .mt18.data-v-f06186df {
  402. margin-top: 18px !important;
  403. }
  404. .mr18.data-v-f06186df {
  405. margin-right: 18px !important;
  406. }
  407. .mb18.data-v-f06186df {
  408. margin-bottom: 18px !important;
  409. }
  410. .ml18.data-v-f06186df {
  411. margin-left: 18px !important;
  412. }
  413. .p18.data-v-f06186df {
  414. padding: 18px !important;
  415. }
  416. .pt18.data-v-f06186df {
  417. padding-top: 18px !important;
  418. }
  419. .pr18.data-v-f06186df {
  420. padding-right: 18px !important;
  421. }
  422. .pb18.data-v-f06186df {
  423. padding-bottom: 18px !important;
  424. }
  425. .pl18.data-v-f06186df {
  426. padding-left: 18px !important;
  427. }
  428. .m19.data-v-f06186df {
  429. margin: 19px !important;
  430. }
  431. .mt19.data-v-f06186df {
  432. margin-top: 19px !important;
  433. }
  434. .mr19.data-v-f06186df {
  435. margin-right: 19px !important;
  436. }
  437. .mb19.data-v-f06186df {
  438. margin-bottom: 19px !important;
  439. }
  440. .ml19.data-v-f06186df {
  441. margin-left: 19px !important;
  442. }
  443. .p19.data-v-f06186df {
  444. padding: 19px !important;
  445. }
  446. .pt19.data-v-f06186df {
  447. padding-top: 19px !important;
  448. }
  449. .pr19.data-v-f06186df {
  450. padding-right: 19px !important;
  451. }
  452. .pb19.data-v-f06186df {
  453. padding-bottom: 19px !important;
  454. }
  455. .pl19.data-v-f06186df {
  456. padding-left: 19px !important;
  457. }
  458. .m20.data-v-f06186df {
  459. margin: 20px !important;
  460. }
  461. .mt20.data-v-f06186df {
  462. margin-top: 20px !important;
  463. }
  464. .mr20.data-v-f06186df {
  465. margin-right: 20px !important;
  466. }
  467. .mb20.data-v-f06186df {
  468. margin-bottom: 20px !important;
  469. }
  470. .ml20.data-v-f06186df {
  471. margin-left: 20px !important;
  472. }
  473. .p20.data-v-f06186df {
  474. padding: 20px !important;
  475. }
  476. .pt20.data-v-f06186df {
  477. padding-top: 20px !important;
  478. }
  479. .pr20.data-v-f06186df {
  480. padding-right: 20px !important;
  481. }
  482. .pb20.data-v-f06186df {
  483. padding-bottom: 20px !important;
  484. }
  485. .pl20.data-v-f06186df {
  486. padding-left: 20px !important;
  487. }
  488. .m21.data-v-f06186df {
  489. margin: 21px !important;
  490. }
  491. .mt21.data-v-f06186df {
  492. margin-top: 21px !important;
  493. }
  494. .mr21.data-v-f06186df {
  495. margin-right: 21px !important;
  496. }
  497. .mb21.data-v-f06186df {
  498. margin-bottom: 21px !important;
  499. }
  500. .ml21.data-v-f06186df {
  501. margin-left: 21px !important;
  502. }
  503. .p21.data-v-f06186df {
  504. padding: 21px !important;
  505. }
  506. .pt21.data-v-f06186df {
  507. padding-top: 21px !important;
  508. }
  509. .pr21.data-v-f06186df {
  510. padding-right: 21px !important;
  511. }
  512. .pb21.data-v-f06186df {
  513. padding-bottom: 21px !important;
  514. }
  515. .pl21.data-v-f06186df {
  516. padding-left: 21px !important;
  517. }
  518. .m22.data-v-f06186df {
  519. margin: 22px !important;
  520. }
  521. .mt22.data-v-f06186df {
  522. margin-top: 22px !important;
  523. }
  524. .mr22.data-v-f06186df {
  525. margin-right: 22px !important;
  526. }
  527. .mb22.data-v-f06186df {
  528. margin-bottom: 22px !important;
  529. }
  530. .ml22.data-v-f06186df {
  531. margin-left: 22px !important;
  532. }
  533. .p22.data-v-f06186df {
  534. padding: 22px !important;
  535. }
  536. .pt22.data-v-f06186df {
  537. padding-top: 22px !important;
  538. }
  539. .pr22.data-v-f06186df {
  540. padding-right: 22px !important;
  541. }
  542. .pb22.data-v-f06186df {
  543. padding-bottom: 22px !important;
  544. }
  545. .pl22.data-v-f06186df {
  546. padding-left: 22px !important;
  547. }
  548. .m23.data-v-f06186df {
  549. margin: 23px !important;
  550. }
  551. .mt23.data-v-f06186df {
  552. margin-top: 23px !important;
  553. }
  554. .mr23.data-v-f06186df {
  555. margin-right: 23px !important;
  556. }
  557. .mb23.data-v-f06186df {
  558. margin-bottom: 23px !important;
  559. }
  560. .ml23.data-v-f06186df {
  561. margin-left: 23px !important;
  562. }
  563. .p23.data-v-f06186df {
  564. padding: 23px !important;
  565. }
  566. .pt23.data-v-f06186df {
  567. padding-top: 23px !important;
  568. }
  569. .pr23.data-v-f06186df {
  570. padding-right: 23px !important;
  571. }
  572. .pb23.data-v-f06186df {
  573. padding-bottom: 23px !important;
  574. }
  575. .pl23.data-v-f06186df {
  576. padding-left: 23px !important;
  577. }
  578. .m24.data-v-f06186df {
  579. margin: 24px !important;
  580. }
  581. .mt24.data-v-f06186df {
  582. margin-top: 24px !important;
  583. }
  584. .mr24.data-v-f06186df {
  585. margin-right: 24px !important;
  586. }
  587. .mb24.data-v-f06186df {
  588. margin-bottom: 24px !important;
  589. }
  590. .ml24.data-v-f06186df {
  591. margin-left: 24px !important;
  592. }
  593. .p24.data-v-f06186df {
  594. padding: 24px !important;
  595. }
  596. .pt24.data-v-f06186df {
  597. padding-top: 24px !important;
  598. }
  599. .pr24.data-v-f06186df {
  600. padding-right: 24px !important;
  601. }
  602. .pb24.data-v-f06186df {
  603. padding-bottom: 24px !important;
  604. }
  605. .pl24.data-v-f06186df {
  606. padding-left: 24px !important;
  607. }
  608. .m25.data-v-f06186df {
  609. margin: 25px !important;
  610. }
  611. .mt25.data-v-f06186df {
  612. margin-top: 25px !important;
  613. }
  614. .mr25.data-v-f06186df {
  615. margin-right: 25px !important;
  616. }
  617. .mb25.data-v-f06186df {
  618. margin-bottom: 25px !important;
  619. }
  620. .ml25.data-v-f06186df {
  621. margin-left: 25px !important;
  622. }
  623. .p25.data-v-f06186df {
  624. padding: 25px !important;
  625. }
  626. .pt25.data-v-f06186df {
  627. padding-top: 25px !important;
  628. }
  629. .pr25.data-v-f06186df {
  630. padding-right: 25px !important;
  631. }
  632. .pb25.data-v-f06186df {
  633. padding-bottom: 25px !important;
  634. }
  635. .pl25.data-v-f06186df {
  636. padding-left: 25px !important;
  637. }
  638. .m26.data-v-f06186df {
  639. margin: 26px !important;
  640. }
  641. .mt26.data-v-f06186df {
  642. margin-top: 26px !important;
  643. }
  644. .mr26.data-v-f06186df {
  645. margin-right: 26px !important;
  646. }
  647. .mb26.data-v-f06186df {
  648. margin-bottom: 26px !important;
  649. }
  650. .ml26.data-v-f06186df {
  651. margin-left: 26px !important;
  652. }
  653. .p26.data-v-f06186df {
  654. padding: 26px !important;
  655. }
  656. .pt26.data-v-f06186df {
  657. padding-top: 26px !important;
  658. }
  659. .pr26.data-v-f06186df {
  660. padding-right: 26px !important;
  661. }
  662. .pb26.data-v-f06186df {
  663. padding-bottom: 26px !important;
  664. }
  665. .pl26.data-v-f06186df {
  666. padding-left: 26px !important;
  667. }
  668. .m27.data-v-f06186df {
  669. margin: 27px !important;
  670. }
  671. .mt27.data-v-f06186df {
  672. margin-top: 27px !important;
  673. }
  674. .mr27.data-v-f06186df {
  675. margin-right: 27px !important;
  676. }
  677. .mb27.data-v-f06186df {
  678. margin-bottom: 27px !important;
  679. }
  680. .ml27.data-v-f06186df {
  681. margin-left: 27px !important;
  682. }
  683. .p27.data-v-f06186df {
  684. padding: 27px !important;
  685. }
  686. .pt27.data-v-f06186df {
  687. padding-top: 27px !important;
  688. }
  689. .pr27.data-v-f06186df {
  690. padding-right: 27px !important;
  691. }
  692. .pb27.data-v-f06186df {
  693. padding-bottom: 27px !important;
  694. }
  695. .pl27.data-v-f06186df {
  696. padding-left: 27px !important;
  697. }
  698. .m28.data-v-f06186df {
  699. margin: 28px !important;
  700. }
  701. .mt28.data-v-f06186df {
  702. margin-top: 28px !important;
  703. }
  704. .mr28.data-v-f06186df {
  705. margin-right: 28px !important;
  706. }
  707. .mb28.data-v-f06186df {
  708. margin-bottom: 28px !important;
  709. }
  710. .ml28.data-v-f06186df {
  711. margin-left: 28px !important;
  712. }
  713. .p28.data-v-f06186df {
  714. padding: 28px !important;
  715. }
  716. .pt28.data-v-f06186df {
  717. padding-top: 28px !important;
  718. }
  719. .pr28.data-v-f06186df {
  720. padding-right: 28px !important;
  721. }
  722. .pb28.data-v-f06186df {
  723. padding-bottom: 28px !important;
  724. }
  725. .pl28.data-v-f06186df {
  726. padding-left: 28px !important;
  727. }
  728. .m29.data-v-f06186df {
  729. margin: 29px !important;
  730. }
  731. .mt29.data-v-f06186df {
  732. margin-top: 29px !important;
  733. }
  734. .mr29.data-v-f06186df {
  735. margin-right: 29px !important;
  736. }
  737. .mb29.data-v-f06186df {
  738. margin-bottom: 29px !important;
  739. }
  740. .ml29.data-v-f06186df {
  741. margin-left: 29px !important;
  742. }
  743. .p29.data-v-f06186df {
  744. padding: 29px !important;
  745. }
  746. .pt29.data-v-f06186df {
  747. padding-top: 29px !important;
  748. }
  749. .pr29.data-v-f06186df {
  750. padding-right: 29px !important;
  751. }
  752. .pb29.data-v-f06186df {
  753. padding-bottom: 29px !important;
  754. }
  755. .pl29.data-v-f06186df {
  756. padding-left: 29px !important;
  757. }
  758. .m30.data-v-f06186df {
  759. margin: 30px !important;
  760. }
  761. .mt30.data-v-f06186df {
  762. margin-top: 30px !important;
  763. }
  764. .mr30.data-v-f06186df {
  765. margin-right: 30px !important;
  766. }
  767. .mb30.data-v-f06186df {
  768. margin-bottom: 30px !important;
  769. }
  770. .ml30.data-v-f06186df {
  771. margin-left: 30px !important;
  772. }
  773. .p30.data-v-f06186df {
  774. padding: 30px !important;
  775. }
  776. .pt30.data-v-f06186df {
  777. padding-top: 30px !important;
  778. }
  779. .pr30.data-v-f06186df {
  780. padding-right: 30px !important;
  781. }
  782. .pb30.data-v-f06186df {
  783. padding-bottom: 30px !important;
  784. }
  785. .pl30.data-v-f06186df {
  786. padding-left: 30px !important;
  787. }
  788. .border_bottom.data-v-f06186df {
  789. border-bottom: 1rpx solid #e1e1e1;
  790. }
  791. .section_icon.data-v-f06186df {
  792. width: 6rpx;
  793. height: 36rpx;
  794. background-color: #000000;
  795. }
  796. .checkbox_box.data-v-f06186df {
  797. display: flex;
  798. align-items: center;
  799. font-size: 24rpx;
  800. }
  801. .checkbox_box.data-v-f06186df .uni-checkbox-input {
  802. border-radius: 50% !important;
  803. }
  804. .checkbox_box .checkbox_box_text.data-v-f06186df {
  805. color: #889191;
  806. }
  807. .checkbox_box .checkbox_box_supplementary.data-v-f06186df {
  808. color: rgba(7, 193, 96, 0.8);
  809. }
  810. .content.data-v-f06186df {
  811. position: relative;
  812. background: linear-gradient(32deg, #f7fbff, #f7fbff, rgba(0, 255, 255, 0.2));
  813. width: 100vw;
  814. height: 100vh;
  815. }
  816. .content.data-v-f06186df::before {
  817. content: "";
  818. position: fixed;
  819. top: -30vw;
  820. right: 6vw;
  821. width: 50vw;
  822. height: 50vw;
  823. border-radius: 50%;
  824. background: rgba(0, 255, 255, 0.18);
  825. box-shadow: 0.3125rem 0.3125rem 20rem 20px rgba(0, 255, 255, 0.2);
  826. }
  827. .card_record.data-v-f06186df {
  828. margin: 30rpx;
  829. padding: 30rpx;
  830. border-radius: 20rpx;
  831. background: linear-gradient(118.57deg, #b0f2ff 0%, #90fccd 100%);
  832. box-shadow: 0rpx 8rpx 12rpx rgba(24, 105, 255, 0.3);
  833. }
  834. .card_record .card_record_name.data-v-f06186df {
  835. font-size: 30rpx;
  836. font-weight: 600;
  837. letter-spacing: 0rpx;
  838. color: #383838;
  839. }
  840. .card_record .card_record_num.data-v-f06186df {
  841. display: flex;
  842. align-items: flex-end;
  843. }
  844. .card_record .card_record_num .uni-icons.data-v-f06186df {
  845. margin-bottom: 10rpx;
  846. position: relative;
  847. left: -10rpx;
  848. }
  849. .card_record .card_record_num text.data-v-f06186df {
  850. font-size: 70rpx;
  851. font-weight: 700;
  852. letter-spacing: 0rpx;
  853. color: #383838;
  854. margin-left: 10rpx;
  855. }
  856. .card_record .card_record_bottom.data-v-f06186df {
  857. margin-top: 60rpx;
  858. font-size: 28rpx;
  859. font-weight: 600;
  860. letter-spacing: 0rpx;
  861. line-height: 32.82rpx;
  862. color: #383838;
  863. }
  864. .record_list.data-v-f06186df {
  865. padding: 0 30rpx;
  866. box-sizing: border-box;
  867. }
  868. .record_list .record_list_title.data-v-f06186df {
  869. font-size: 32rpx;
  870. font-weight: 700;
  871. letter-spacing: 0rpx;
  872. line-height: 37.5rpx;
  873. color: black;
  874. }
  875. .record_list .demo-uni-row.data-v-f06186df {
  876. width: 100%;
  877. margin-top: 20rpx;
  878. box-sizing: border-box;
  879. display: flex;
  880. flex-wrap: wrap;
  881. }
  882. .record_list .demo-uni-row .demo-uni-col.data-v-f06186df {
  883. width: calc((100% - 40rpx) / 3);
  884. height: 120rpx;
  885. background-color: #fff;
  886. border-radius: 13px;
  887. margin-bottom: 20rpx;
  888. display: flex;
  889. flex-direction: column;
  890. justify-content: center;
  891. align-items: center;
  892. }
  893. .record_list .demo-uni-row .demo-uni-col.data-v-f06186df:nth-child(3n-1) {
  894. margin-right: 20rpx;
  895. margin-left: 20rpx;
  896. }
  897. .record_list .demo-uni-row .demo-uni-col .record_item_num.data-v-f06186df {
  898. font-size: 36rpx;
  899. font-weight: 500;
  900. letter-spacing: 0rpx;
  901. line-height: 42.2rpx;
  902. color: rgba(7, 193, 96, 0.8);
  903. }
  904. .record_list .demo-uni-row .demo-uni-col .record_item_pay.data-v-f06186df {
  905. font-size: 20rpx;
  906. font-weight: 500;
  907. letter-spacing: 0rpx;
  908. line-height: 23.44rpx;
  909. color: #889191;
  910. margin-top: 10rpx;
  911. }
  912. .but_bottom.data-v-f06186df {
  913. border-radius: 50rpx;
  914. background-color: rgba(7, 193, 96, 0.8);
  915. color: #000000;
  916. }