index.css 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .uniui-cart-filled[data-v-d31e1c47]:before {
  27. content: "\e6d0";
  28. }
  29. .uniui-gift-filled[data-v-d31e1c47]:before {
  30. content: "\e6c4";
  31. }
  32. .uniui-color[data-v-d31e1c47]:before {
  33. content: "\e6cf";
  34. }
  35. .uniui-wallet[data-v-d31e1c47]:before {
  36. content: "\e6b1";
  37. }
  38. .uniui-settings-filled[data-v-d31e1c47]:before {
  39. content: "\e6ce";
  40. }
  41. .uniui-auth-filled[data-v-d31e1c47]:before {
  42. content: "\e6cc";
  43. }
  44. .uniui-shop-filled[data-v-d31e1c47]:before {
  45. content: "\e6cd";
  46. }
  47. .uniui-staff-filled[data-v-d31e1c47]:before {
  48. content: "\e6cb";
  49. }
  50. .uniui-vip-filled[data-v-d31e1c47]:before {
  51. content: "\e6c6";
  52. }
  53. .uniui-plus-filled[data-v-d31e1c47]:before {
  54. content: "\e6c7";
  55. }
  56. .uniui-folder-add-filled[data-v-d31e1c47]:before {
  57. content: "\e6c8";
  58. }
  59. .uniui-color-filled[data-v-d31e1c47]:before {
  60. content: "\e6c9";
  61. }
  62. .uniui-tune-filled[data-v-d31e1c47]:before {
  63. content: "\e6ca";
  64. }
  65. .uniui-calendar-filled[data-v-d31e1c47]:before {
  66. content: "\e6c0";
  67. }
  68. .uniui-notification-filled[data-v-d31e1c47]:before {
  69. content: "\e6c1";
  70. }
  71. .uniui-wallet-filled[data-v-d31e1c47]:before {
  72. content: "\e6c2";
  73. }
  74. .uniui-medal-filled[data-v-d31e1c47]:before {
  75. content: "\e6c3";
  76. }
  77. .uniui-fire-filled[data-v-d31e1c47]:before {
  78. content: "\e6c5";
  79. }
  80. .uniui-refreshempty[data-v-d31e1c47]:before {
  81. content: "\e6bf";
  82. }
  83. .uniui-location-filled[data-v-d31e1c47]:before {
  84. content: "\e6af";
  85. }
  86. .uniui-person-filled[data-v-d31e1c47]:before {
  87. content: "\e69d";
  88. }
  89. .uniui-personadd-filled[data-v-d31e1c47]:before {
  90. content: "\e698";
  91. }
  92. .uniui-arrowthinleft[data-v-d31e1c47]:before {
  93. content: "\e6d2";
  94. }
  95. .uniui-arrowthinup[data-v-d31e1c47]:before {
  96. content: "\e6d3";
  97. }
  98. .uniui-arrowthindown[data-v-d31e1c47]:before {
  99. content: "\e6d4";
  100. }
  101. .uniui-back[data-v-d31e1c47]:before {
  102. content: "\e6b9";
  103. }
  104. .uniui-forward[data-v-d31e1c47]:before {
  105. content: "\e6ba";
  106. }
  107. .uniui-arrow-right[data-v-d31e1c47]:before {
  108. content: "\e6bb";
  109. }
  110. .uniui-arrow-left[data-v-d31e1c47]:before {
  111. content: "\e6bc";
  112. }
  113. .uniui-arrow-up[data-v-d31e1c47]:before {
  114. content: "\e6bd";
  115. }
  116. .uniui-arrow-down[data-v-d31e1c47]:before {
  117. content: "\e6be";
  118. }
  119. .uniui-arrowthinright[data-v-d31e1c47]:before {
  120. content: "\e6d1";
  121. }
  122. .uniui-down[data-v-d31e1c47]:before {
  123. content: "\e6b8";
  124. }
  125. .uniui-bottom[data-v-d31e1c47]:before {
  126. content: "\e6b8";
  127. }
  128. .uniui-arrowright[data-v-d31e1c47]:before {
  129. content: "\e6d5";
  130. }
  131. .uniui-right[data-v-d31e1c47]:before {
  132. content: "\e6b5";
  133. }
  134. .uniui-up[data-v-d31e1c47]:before {
  135. content: "\e6b6";
  136. }
  137. .uniui-top[data-v-d31e1c47]:before {
  138. content: "\e6b6";
  139. }
  140. .uniui-left[data-v-d31e1c47]:before {
  141. content: "\e6b7";
  142. }
  143. .uniui-arrowup[data-v-d31e1c47]:before {
  144. content: "\e6d6";
  145. }
  146. .uniui-eye[data-v-d31e1c47]:before {
  147. content: "\e651";
  148. }
  149. .uniui-eye-filled[data-v-d31e1c47]:before {
  150. content: "\e66a";
  151. }
  152. .uniui-eye-slash[data-v-d31e1c47]:before {
  153. content: "\e6b3";
  154. }
  155. .uniui-eye-slash-filled[data-v-d31e1c47]:before {
  156. content: "\e6b4";
  157. }
  158. .uniui-info-filled[data-v-d31e1c47]:before {
  159. content: "\e649";
  160. }
  161. .uniui-reload[data-v-d31e1c47]:before {
  162. content: "\e6b2";
  163. }
  164. .uniui-micoff-filled[data-v-d31e1c47]:before {
  165. content: "\e6b0";
  166. }
  167. .uniui-map-pin-ellipse[data-v-d31e1c47]:before {
  168. content: "\e6ac";
  169. }
  170. .uniui-map-pin[data-v-d31e1c47]:before {
  171. content: "\e6ad";
  172. }
  173. .uniui-location[data-v-d31e1c47]:before {
  174. content: "\e6ae";
  175. }
  176. .uniui-starhalf[data-v-d31e1c47]:before {
  177. content: "\e683";
  178. }
  179. .uniui-star[data-v-d31e1c47]:before {
  180. content: "\e688";
  181. }
  182. .uniui-star-filled[data-v-d31e1c47]:before {
  183. content: "\e68f";
  184. }
  185. .uniui-calendar[data-v-d31e1c47]:before {
  186. content: "\e6a0";
  187. }
  188. .uniui-fire[data-v-d31e1c47]:before {
  189. content: "\e6a1";
  190. }
  191. .uniui-medal[data-v-d31e1c47]:before {
  192. content: "\e6a2";
  193. }
  194. .uniui-font[data-v-d31e1c47]:before {
  195. content: "\e6a3";
  196. }
  197. .uniui-gift[data-v-d31e1c47]:before {
  198. content: "\e6a4";
  199. }
  200. .uniui-link[data-v-d31e1c47]:before {
  201. content: "\e6a5";
  202. }
  203. .uniui-notification[data-v-d31e1c47]:before {
  204. content: "\e6a6";
  205. }
  206. .uniui-staff[data-v-d31e1c47]:before {
  207. content: "\e6a7";
  208. }
  209. .uniui-vip[data-v-d31e1c47]:before {
  210. content: "\e6a8";
  211. }
  212. .uniui-folder-add[data-v-d31e1c47]:before {
  213. content: "\e6a9";
  214. }
  215. .uniui-tune[data-v-d31e1c47]:before {
  216. content: "\e6aa";
  217. }
  218. .uniui-auth[data-v-d31e1c47]:before {
  219. content: "\e6ab";
  220. }
  221. .uniui-person[data-v-d31e1c47]:before {
  222. content: "\e699";
  223. }
  224. .uniui-email-filled[data-v-d31e1c47]:before {
  225. content: "\e69a";
  226. }
  227. .uniui-phone-filled[data-v-d31e1c47]:before {
  228. content: "\e69b";
  229. }
  230. .uniui-phone[data-v-d31e1c47]:before {
  231. content: "\e69c";
  232. }
  233. .uniui-email[data-v-d31e1c47]:before {
  234. content: "\e69e";
  235. }
  236. .uniui-personadd[data-v-d31e1c47]:before {
  237. content: "\e69f";
  238. }
  239. .uniui-chatboxes-filled[data-v-d31e1c47]:before {
  240. content: "\e692";
  241. }
  242. .uniui-contact[data-v-d31e1c47]:before {
  243. content: "\e693";
  244. }
  245. .uniui-chatbubble-filled[data-v-d31e1c47]:before {
  246. content: "\e694";
  247. }
  248. .uniui-contact-filled[data-v-d31e1c47]:before {
  249. content: "\e695";
  250. }
  251. .uniui-chatboxes[data-v-d31e1c47]:before {
  252. content: "\e696";
  253. }
  254. .uniui-chatbubble[data-v-d31e1c47]:before {
  255. content: "\e697";
  256. }
  257. .uniui-upload-filled[data-v-d31e1c47]:before {
  258. content: "\e68e";
  259. }
  260. .uniui-upload[data-v-d31e1c47]:before {
  261. content: "\e690";
  262. }
  263. .uniui-weixin[data-v-d31e1c47]:before {
  264. content: "\e691";
  265. }
  266. .uniui-compose[data-v-d31e1c47]:before {
  267. content: "\e67f";
  268. }
  269. .uniui-qq[data-v-d31e1c47]:before {
  270. content: "\e680";
  271. }
  272. .uniui-download-filled[data-v-d31e1c47]:before {
  273. content: "\e681";
  274. }
  275. .uniui-pyq[data-v-d31e1c47]:before {
  276. content: "\e682";
  277. }
  278. .uniui-sound[data-v-d31e1c47]:before {
  279. content: "\e684";
  280. }
  281. .uniui-trash-filled[data-v-d31e1c47]:before {
  282. content: "\e685";
  283. }
  284. .uniui-sound-filled[data-v-d31e1c47]:before {
  285. content: "\e686";
  286. }
  287. .uniui-trash[data-v-d31e1c47]:before {
  288. content: "\e687";
  289. }
  290. .uniui-videocam-filled[data-v-d31e1c47]:before {
  291. content: "\e689";
  292. }
  293. .uniui-spinner-cycle[data-v-d31e1c47]:before {
  294. content: "\e68a";
  295. }
  296. .uniui-weibo[data-v-d31e1c47]:before {
  297. content: "\e68b";
  298. }
  299. .uniui-videocam[data-v-d31e1c47]:before {
  300. content: "\e68c";
  301. }
  302. .uniui-download[data-v-d31e1c47]:before {
  303. content: "\e68d";
  304. }
  305. .uniui-help[data-v-d31e1c47]:before {
  306. content: "\e679";
  307. }
  308. .uniui-navigate-filled[data-v-d31e1c47]:before {
  309. content: "\e67a";
  310. }
  311. .uniui-plusempty[data-v-d31e1c47]:before {
  312. content: "\e67b";
  313. }
  314. .uniui-smallcircle[data-v-d31e1c47]:before {
  315. content: "\e67c";
  316. }
  317. .uniui-minus-filled[data-v-d31e1c47]:before {
  318. content: "\e67d";
  319. }
  320. .uniui-micoff[data-v-d31e1c47]:before {
  321. content: "\e67e";
  322. }
  323. .uniui-closeempty[data-v-d31e1c47]:before {
  324. content: "\e66c";
  325. }
  326. .uniui-clear[data-v-d31e1c47]:before {
  327. content: "\e66d";
  328. }
  329. .uniui-navigate[data-v-d31e1c47]:before {
  330. content: "\e66e";
  331. }
  332. .uniui-minus[data-v-d31e1c47]:before {
  333. content: "\e66f";
  334. }
  335. .uniui-image[data-v-d31e1c47]:before {
  336. content: "\e670";
  337. }
  338. .uniui-mic[data-v-d31e1c47]:before {
  339. content: "\e671";
  340. }
  341. .uniui-paperplane[data-v-d31e1c47]:before {
  342. content: "\e672";
  343. }
  344. .uniui-close[data-v-d31e1c47]:before {
  345. content: "\e673";
  346. }
  347. .uniui-help-filled[data-v-d31e1c47]:before {
  348. content: "\e674";
  349. }
  350. .uniui-paperplane-filled[data-v-d31e1c47]:before {
  351. content: "\e675";
  352. }
  353. .uniui-plus[data-v-d31e1c47]:before {
  354. content: "\e676";
  355. }
  356. .uniui-mic-filled[data-v-d31e1c47]:before {
  357. content: "\e677";
  358. }
  359. .uniui-image-filled[data-v-d31e1c47]:before {
  360. content: "\e678";
  361. }
  362. .uniui-locked-filled[data-v-d31e1c47]:before {
  363. content: "\e668";
  364. }
  365. .uniui-info[data-v-d31e1c47]:before {
  366. content: "\e669";
  367. }
  368. .uniui-locked[data-v-d31e1c47]:before {
  369. content: "\e66b";
  370. }
  371. .uniui-camera-filled[data-v-d31e1c47]:before {
  372. content: "\e658";
  373. }
  374. .uniui-chat-filled[data-v-d31e1c47]:before {
  375. content: "\e659";
  376. }
  377. .uniui-camera[data-v-d31e1c47]:before {
  378. content: "\e65a";
  379. }
  380. .uniui-circle[data-v-d31e1c47]:before {
  381. content: "\e65b";
  382. }
  383. .uniui-checkmarkempty[data-v-d31e1c47]:before {
  384. content: "\e65c";
  385. }
  386. .uniui-chat[data-v-d31e1c47]:before {
  387. content: "\e65d";
  388. }
  389. .uniui-circle-filled[data-v-d31e1c47]:before {
  390. content: "\e65e";
  391. }
  392. .uniui-flag[data-v-d31e1c47]:before {
  393. content: "\e65f";
  394. }
  395. .uniui-flag-filled[data-v-d31e1c47]:before {
  396. content: "\e660";
  397. }
  398. .uniui-gear-filled[data-v-d31e1c47]:before {
  399. content: "\e661";
  400. }
  401. .uniui-home[data-v-d31e1c47]:before {
  402. content: "\e662";
  403. }
  404. .uniui-home-filled[data-v-d31e1c47]:before {
  405. content: "\e663";
  406. }
  407. .uniui-gear[data-v-d31e1c47]:before {
  408. content: "\e664";
  409. }
  410. .uniui-smallcircle-filled[data-v-d31e1c47]:before {
  411. content: "\e665";
  412. }
  413. .uniui-map-filled[data-v-d31e1c47]:before {
  414. content: "\e666";
  415. }
  416. .uniui-map[data-v-d31e1c47]:before {
  417. content: "\e667";
  418. }
  419. .uniui-refresh-filled[data-v-d31e1c47]:before {
  420. content: "\e656";
  421. }
  422. .uniui-refresh[data-v-d31e1c47]:before {
  423. content: "\e657";
  424. }
  425. .uniui-cloud-upload[data-v-d31e1c47]:before {
  426. content: "\e645";
  427. }
  428. .uniui-cloud-download-filled[data-v-d31e1c47]:before {
  429. content: "\e646";
  430. }
  431. .uniui-cloud-download[data-v-d31e1c47]:before {
  432. content: "\e647";
  433. }
  434. .uniui-cloud-upload-filled[data-v-d31e1c47]:before {
  435. content: "\e648";
  436. }
  437. .uniui-redo[data-v-d31e1c47]:before {
  438. content: "\e64a";
  439. }
  440. .uniui-images-filled[data-v-d31e1c47]:before {
  441. content: "\e64b";
  442. }
  443. .uniui-undo-filled[data-v-d31e1c47]:before {
  444. content: "\e64c";
  445. }
  446. .uniui-more[data-v-d31e1c47]:before {
  447. content: "\e64d";
  448. }
  449. .uniui-more-filled[data-v-d31e1c47]:before {
  450. content: "\e64e";
  451. }
  452. .uniui-undo[data-v-d31e1c47]:before {
  453. content: "\e64f";
  454. }
  455. .uniui-images[data-v-d31e1c47]:before {
  456. content: "\e650";
  457. }
  458. .uniui-paperclip[data-v-d31e1c47]:before {
  459. content: "\e652";
  460. }
  461. .uniui-settings[data-v-d31e1c47]:before {
  462. content: "\e653";
  463. }
  464. .uniui-search[data-v-d31e1c47]:before {
  465. content: "\e654";
  466. }
  467. .uniui-redo-filled[data-v-d31e1c47]:before {
  468. content: "\e655";
  469. }
  470. .uniui-list[data-v-d31e1c47]:before {
  471. content: "\e644";
  472. }
  473. .uniui-mail-open-filled[data-v-d31e1c47]:before {
  474. content: "\e63a";
  475. }
  476. .uniui-hand-down-filled[data-v-d31e1c47]:before {
  477. content: "\e63c";
  478. }
  479. .uniui-hand-down[data-v-d31e1c47]:before {
  480. content: "\e63d";
  481. }
  482. .uniui-hand-up-filled[data-v-d31e1c47]:before {
  483. content: "\e63e";
  484. }
  485. .uniui-hand-up[data-v-d31e1c47]:before {
  486. content: "\e63f";
  487. }
  488. .uniui-heart-filled[data-v-d31e1c47]:before {
  489. content: "\e641";
  490. }
  491. .uniui-mail-open[data-v-d31e1c47]:before {
  492. content: "\e643";
  493. }
  494. .uniui-heart[data-v-d31e1c47]:before {
  495. content: "\e639";
  496. }
  497. .uniui-loop[data-v-d31e1c47]:before {
  498. content: "\e633";
  499. }
  500. .uniui-pulldown[data-v-d31e1c47]:before {
  501. content: "\e632";
  502. }
  503. .uniui-scan[data-v-d31e1c47]:before {
  504. content: "\e62a";
  505. }
  506. .uniui-bars[data-v-d31e1c47]:before {
  507. content: "\e627";
  508. }
  509. .uniui-checkbox[data-v-d31e1c47]:before {
  510. content: "\e62b";
  511. }
  512. .uniui-checkbox-filled[data-v-d31e1c47]:before {
  513. content: "\e62c";
  514. }
  515. .uniui-shop[data-v-d31e1c47]:before {
  516. content: "\e62f";
  517. }
  518. .uniui-headphones[data-v-d31e1c47]:before {
  519. content: "\e630";
  520. }
  521. .uniui-cart[data-v-d31e1c47]:before {
  522. content: "\e631";
  523. }
  524. @font-face {
  525. font-family: uniicons;
  526. src: url("../../assets/uniicons.32e978a5.ttf");
  527. }
  528. .uni-icons[data-v-d31e1c47] {
  529. font-family: uniicons;
  530. text-decoration: none;
  531. text-align: center;
  532. }
  533. /**
  534. * 这里是uni-app内置的常用样式变量
  535. *
  536. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  537. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  538. *
  539. */
  540. /**
  541. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  542. *
  543. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  544. */
  545. /* 颜色变量 */
  546. /* 行为相关颜色 */
  547. /* 文字基本颜色 */
  548. /* 背景颜色 */
  549. /* 边框颜色 */
  550. /* 尺寸变量 */
  551. /* 文字尺寸 */
  552. /* 图片尺寸 */
  553. /* Border Radius */
  554. /* 水平间距 */
  555. /* 垂直间距 */
  556. /* 透明度 */
  557. /* 文章场景相关 */
  558. .uni-easyinput[data-v-09fd5285] {
  559. width: 100%;
  560. flex: 1;
  561. position: relative;
  562. text-align: left;
  563. color: #333;
  564. font-size: 14px;
  565. }
  566. .uni-easyinput__content[data-v-09fd5285] {
  567. flex: 1;
  568. width: 100%;
  569. display: flex;
  570. box-sizing: border-box;
  571. flex-direction: row;
  572. align-items: center;
  573. border-color: #fff;
  574. transition-property: border-color;
  575. transition-duration: 0.3s;
  576. }
  577. .uni-easyinput__content-input[data-v-09fd5285] {
  578. width: auto;
  579. position: relative;
  580. overflow: hidden;
  581. flex: 1;
  582. line-height: 1;
  583. font-size: 14px;
  584. height: 35px;
  585. }
  586. .uni-easyinput__placeholder-class[data-v-09fd5285] {
  587. color: #999;
  588. font-size: 12px;
  589. }
  590. .is-textarea[data-v-09fd5285] {
  591. align-items: flex-start;
  592. }
  593. .is-textarea-icon[data-v-09fd5285] {
  594. margin-top: 5px;
  595. }
  596. .uni-easyinput__content-textarea[data-v-09fd5285] {
  597. position: relative;
  598. overflow: hidden;
  599. flex: 1;
  600. line-height: 1.5;
  601. font-size: 14px;
  602. margin: 6px;
  603. margin-left: 0;
  604. height: 80px;
  605. min-height: 80px;
  606. min-height: 80px;
  607. width: auto;
  608. }
  609. .input-padding[data-v-09fd5285] {
  610. padding-left: 10px;
  611. }
  612. .content-clear-icon[data-v-09fd5285] {
  613. padding: 0 5px;
  614. }
  615. .label-icon[data-v-09fd5285] {
  616. margin-right: 5px;
  617. margin-top: -1px;
  618. }
  619. .is-input-border[data-v-09fd5285] {
  620. display: flex;
  621. box-sizing: border-box;
  622. flex-direction: row;
  623. align-items: center;
  624. border: 1px solid #dcdfe6;
  625. border-radius: 4px;
  626. }
  627. .uni-error-message[data-v-09fd5285] {
  628. position: absolute;
  629. bottom: -17px;
  630. left: 0;
  631. line-height: 12px;
  632. color: #e43d33;
  633. font-size: 12px;
  634. text-align: left;
  635. }
  636. .uni-error-msg--boeder[data-v-09fd5285] {
  637. position: relative;
  638. bottom: 0;
  639. line-height: 22px;
  640. }
  641. .is-input-error-border[data-v-09fd5285] {
  642. border-color: #e43d33;
  643. }
  644. .is-input-error-border .uni-easyinput__placeholder-class[data-v-09fd5285] {
  645. color: #f29e99;
  646. }
  647. .uni-easyinput--border[data-v-09fd5285] {
  648. margin-bottom: 0;
  649. padding: 10px 15px;
  650. border-top: 1px #eee solid;
  651. }
  652. .uni-easyinput-error[data-v-09fd5285] {
  653. padding-bottom: 0;
  654. }
  655. .is-first-border[data-v-09fd5285] {
  656. border: none;
  657. }
  658. .is-disabled[data-v-09fd5285] {
  659. background-color: #f7f6f6;
  660. color: #d5d5d5;
  661. }
  662. .is-disabled .uni-easyinput__placeholder-class[data-v-09fd5285] {
  663. color: #d5d5d5;
  664. font-size: 12px;
  665. }
  666. /**
  667. * 这里是uni-app内置的常用样式变量
  668. *
  669. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  670. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  671. *
  672. */
  673. /**
  674. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  675. *
  676. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  677. */
  678. /* 颜色变量 */
  679. /* 行为相关颜色 */
  680. /* 文字基本颜色 */
  681. /* 背景颜色 */
  682. /* 边框颜色 */
  683. /* 尺寸变量 */
  684. /* 文字尺寸 */
  685. /* 图片尺寸 */
  686. /* Border Radius */
  687. /* 水平间距 */
  688. /* 垂直间距 */
  689. /* 透明度 */
  690. /* 文章场景相关 */
  691. .uni-forms-item[data-v-462874dd] {
  692. position: relative;
  693. display: flex;
  694. margin-bottom: 22px;
  695. flex-direction: row;
  696. }
  697. .uni-forms-item__label[data-v-462874dd] {
  698. display: flex;
  699. flex-direction: row;
  700. align-items: center;
  701. text-align: left;
  702. font-size: 14px;
  703. color: #606266;
  704. height: 36px;
  705. padding: 0 12px 0 0;
  706. vertical-align: middle;
  707. flex-shrink: 0;
  708. box-sizing: border-box;
  709. }
  710. .uni-forms-item__label.no-label[data-v-462874dd] {
  711. padding: 0;
  712. }
  713. .uni-forms-item__content[data-v-462874dd] {
  714. position: relative;
  715. font-size: 14px;
  716. flex: 1;
  717. box-sizing: border-box;
  718. flex-direction: row;
  719. }
  720. .uni-forms-item .uni-forms-item__nuve-content[data-v-462874dd] {
  721. display: flex;
  722. flex-direction: column;
  723. flex: 1;
  724. }
  725. .uni-forms-item__error[data-v-462874dd] {
  726. color: #f56c6c;
  727. font-size: 12px;
  728. line-height: 1;
  729. padding-top: 4px;
  730. position: absolute;
  731. top: 100%;
  732. left: 0;
  733. transition: transform 0.3s;
  734. transform: translateY(-100%);
  735. opacity: 0;
  736. }
  737. .uni-forms-item__error .error-text[data-v-462874dd] {
  738. color: #f56c6c;
  739. font-size: 12px;
  740. }
  741. .uni-forms-item__error.msg--active[data-v-462874dd] {
  742. opacity: 1;
  743. transform: translateY(0%);
  744. }
  745. .uni-forms-item.is-direction-left[data-v-462874dd] {
  746. flex-direction: row;
  747. }
  748. .uni-forms-item.is-direction-top[data-v-462874dd] {
  749. flex-direction: column;
  750. }
  751. .uni-forms-item.is-direction-top .uni-forms-item__label[data-v-462874dd] {
  752. padding: 0 0 8px;
  753. line-height: 1.5715;
  754. text-align: left;
  755. white-space: initial;
  756. }
  757. .uni-forms-item .is-required[data-v-462874dd] {
  758. color: #dd524d;
  759. font-weight: bold;
  760. }
  761. .uni-forms-item--border[data-v-462874dd] {
  762. margin-bottom: 0;
  763. padding: 10px 0;
  764. border-top: 1px #eee solid;
  765. }
  766. .uni-forms-item--border .uni-forms-item__content[data-v-462874dd] {
  767. flex-direction: column;
  768. justify-content: flex-start;
  769. align-items: flex-start;
  770. }
  771. .uni-forms-item--border .uni-forms-item__content .uni-forms-item__error[data-v-462874dd] {
  772. position: relative;
  773. top: 5px;
  774. left: 0;
  775. padding-top: 0;
  776. }
  777. .is-first-border[data-v-462874dd] {
  778. border: none;
  779. }
  780. /**
  781. * 这里是uni-app内置的常用样式变量
  782. *
  783. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  784. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  785. *
  786. */
  787. /**
  788. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  789. *
  790. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  791. */
  792. /* 颜色变量 */
  793. /* 行为相关颜色 */
  794. /* 文字基本颜色 */
  795. /* 背景颜色 */
  796. /* 边框颜色 */
  797. /* 尺寸变量 */
  798. /* 文字尺寸 */
  799. /* 图片尺寸 */
  800. /* Border Radius */
  801. /* 水平间距 */
  802. /* 垂直间距 */
  803. /* 透明度 */
  804. /* 文章场景相关 */
  805. /**
  806. * 这里是uni-app内置的常用样式变量
  807. *
  808. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  809. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  810. *
  811. */
  812. /**
  813. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  814. *
  815. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  816. */
  817. /* 颜色变量 */
  818. /* 行为相关颜色 */
  819. /* 文字基本颜色 */
  820. /* 背景颜色 */
  821. /* 边框颜色 */
  822. /* 尺寸变量 */
  823. /* 文字尺寸 */
  824. /* 图片尺寸 */
  825. /* Border Radius */
  826. /* 水平间距 */
  827. /* 垂直间距 */
  828. /* 透明度 */
  829. /* 文章场景相关 */
  830. .uni-popup-message[data-v-a4566996] {
  831. display: flex;
  832. flex-direction: row;
  833. justify-content: center;
  834. }
  835. .uni-popup-message__box[data-v-a4566996] {
  836. background-color: #e1f3d8;
  837. padding: 10px 15px;
  838. border-color: #eee;
  839. border-style: solid;
  840. border-width: 1px;
  841. flex: 1;
  842. }
  843. @media screen and (min-width: 500px) {
  844. .fixforpc-width[data-v-a4566996] {
  845. margin-top: 20px;
  846. border-radius: 4px;
  847. flex: none;
  848. min-width: 380px;
  849. max-width: 50%;
  850. }
  851. }
  852. .uni-popup-message-text[data-v-a4566996] {
  853. font-size: 14px;
  854. padding: 0;
  855. }
  856. .uni-popup__success[data-v-a4566996] {
  857. background-color: #e1f3d8;
  858. }
  859. .uni-popup__success-text[data-v-a4566996] {
  860. color: #67C23A;
  861. }
  862. .uni-popup__warn[data-v-a4566996] {
  863. background-color: #faecd8;
  864. }
  865. .uni-popup__warn-text[data-v-a4566996] {
  866. color: #E6A23C;
  867. }
  868. .uni-popup__error[data-v-a4566996] {
  869. background-color: #fde2e2;
  870. }
  871. .uni-popup__error-text[data-v-a4566996] {
  872. color: #F56C6C;
  873. }
  874. .uni-popup__info[data-v-a4566996] {
  875. background-color: #F2F6FC;
  876. }
  877. .uni-popup__info-text[data-v-a4566996] {
  878. color: #909399;
  879. }
  880. /**
  881. * 这里是uni-app内置的常用样式变量
  882. *
  883. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  884. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  885. *
  886. */
  887. /**
  888. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  889. *
  890. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  891. */
  892. /* 颜色变量 */
  893. /* 行为相关颜色 */
  894. /* 文字基本颜色 */
  895. /* 背景颜色 */
  896. /* 边框颜色 */
  897. /* 尺寸变量 */
  898. /* 文字尺寸 */
  899. /* 图片尺寸 */
  900. /* Border Radius */
  901. /* 水平间距 */
  902. /* 垂直间距 */
  903. /* 透明度 */
  904. /* 文章场景相关 */
  905. .uni-popup[data-v-4dd3c44b] {
  906. position: fixed;
  907. z-index: 99;
  908. }
  909. .uni-popup.top[data-v-4dd3c44b], .uni-popup.left[data-v-4dd3c44b], .uni-popup.right[data-v-4dd3c44b] {
  910. top: 0;
  911. }
  912. .uni-popup .uni-popup__wrapper[data-v-4dd3c44b] {
  913. display: block;
  914. position: relative;
  915. /* iphonex 等安全区设置,底部安全区适配 */
  916. }
  917. .uni-popup .uni-popup__wrapper.left[data-v-4dd3c44b], .uni-popup .uni-popup__wrapper.right[data-v-4dd3c44b] {
  918. padding-top: 0;
  919. flex: 1;
  920. }
  921. .fixforpc-z-index[data-v-4dd3c44b] {
  922. z-index: 999;
  923. }
  924. .fixforpc-top[data-v-4dd3c44b] {
  925. top: 0;
  926. }
  927. /**
  928. * 这里是uni-app内置的常用样式变量
  929. *
  930. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  931. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  932. *
  933. */
  934. /**
  935. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  936. *
  937. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  938. */
  939. /* 颜色变量 */
  940. /* 行为相关颜色 */
  941. /* 文字基本颜色 */
  942. /* 背景颜色 */
  943. /* 边框颜色 */
  944. /* 尺寸变量 */
  945. /* 文字尺寸 */
  946. /* 图片尺寸 */
  947. /* Border Radius */
  948. /* 水平间距 */
  949. /* 垂直间距 */
  950. /* 透明度 */
  951. /* 文章场景相关 */
  952. .uni-popup-dialog[data-v-d78c88b7] {
  953. width: 300px;
  954. border-radius: 11px;
  955. background-color: #fff;
  956. }
  957. .uni-dialog-title[data-v-d78c88b7] {
  958. display: flex;
  959. flex-direction: row;
  960. justify-content: center;
  961. padding-top: 25px;
  962. }
  963. .uni-dialog-title-text[data-v-d78c88b7] {
  964. font-size: 16px;
  965. font-weight: 500;
  966. }
  967. .uni-dialog-content[data-v-d78c88b7] {
  968. display: flex;
  969. flex-direction: row;
  970. justify-content: center;
  971. align-items: center;
  972. padding: 20px;
  973. }
  974. .uni-dialog-content-text[data-v-d78c88b7] {
  975. font-size: 14px;
  976. color: #6C6C6C;
  977. }
  978. .uni-dialog-button-group[data-v-d78c88b7] {
  979. display: flex;
  980. flex-direction: row;
  981. border-top-color: #f5f5f5;
  982. border-top-style: solid;
  983. border-top-width: 1px;
  984. }
  985. .uni-dialog-button[data-v-d78c88b7] {
  986. display: flex;
  987. flex: 1;
  988. flex-direction: row;
  989. justify-content: center;
  990. align-items: center;
  991. height: 45px;
  992. }
  993. .uni-border-left[data-v-d78c88b7] {
  994. border-left-color: #f0f0f0;
  995. border-left-style: solid;
  996. border-left-width: 1px;
  997. }
  998. .uni-dialog-button-text[data-v-d78c88b7] {
  999. font-size: 16px;
  1000. color: #333;
  1001. }
  1002. .uni-button-color[data-v-d78c88b7] {
  1003. color: #007aff;
  1004. }
  1005. .uni-dialog-input[data-v-d78c88b7] {
  1006. flex: 1;
  1007. font-size: 14px;
  1008. border: 1px #eee solid;
  1009. height: 40px;
  1010. padding: 0 10px;
  1011. border-radius: 5px;
  1012. color: #555;
  1013. }
  1014. .uni-popup__success[data-v-d78c88b7] {
  1015. color: #4cd964;
  1016. }
  1017. .uni-popup__warn[data-v-d78c88b7] {
  1018. color: #f0ad4e;
  1019. }
  1020. .uni-popup__error[data-v-d78c88b7] {
  1021. color: #dd524d;
  1022. }
  1023. .uni-popup__info[data-v-d78c88b7] {
  1024. color: #909399;
  1025. }
  1026. /**
  1027. * 这里是uni-app内置的常用样式变量
  1028. *
  1029. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1030. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1031. *
  1032. */
  1033. /**
  1034. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1035. *
  1036. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1037. */
  1038. /* 颜色变量 */
  1039. /* 行为相关颜色 */
  1040. /* 文字基本颜色 */
  1041. /* 背景颜色 */
  1042. /* 边框颜色 */
  1043. /* 尺寸变量 */
  1044. /* 文字尺寸 */
  1045. /* 图片尺寸 */
  1046. /* Border Radius */
  1047. /* 水平间距 */
  1048. /* 垂直间距 */
  1049. /* 透明度 */
  1050. /* 文章场景相关 */
  1051. .uni-load-more[data-v-9245e42c] {
  1052. display: flex;
  1053. flex-direction: row;
  1054. height: 40px;
  1055. align-items: center;
  1056. justify-content: center;
  1057. }
  1058. .uni-load-more__text[data-v-9245e42c] {
  1059. font-size: 14px;
  1060. margin-left: 8px;
  1061. }
  1062. .uni-load-more__img[data-v-9245e42c] {
  1063. width: 24px;
  1064. height: 24px;
  1065. }
  1066. .uni-load-more__img--nvue[data-v-9245e42c] {
  1067. color: #666666;
  1068. }
  1069. .uni-load-more__img--android[data-v-9245e42c],
  1070. .uni-load-more__img--ios[data-v-9245e42c] {
  1071. width: 24px;
  1072. height: 24px;
  1073. transform: rotate(0deg);
  1074. }
  1075. .uni-load-more__img--android[data-v-9245e42c] {
  1076. animation: loading-ios 1s 0s linear infinite;
  1077. }
  1078. @keyframes loading-android-9245e42c {
  1079. 0% {
  1080. transform: rotate(0deg);
  1081. }
  1082. 100% {
  1083. transform: rotate(360deg);
  1084. }
  1085. }
  1086. .uni-load-more__img--ios-H5[data-v-9245e42c] {
  1087. position: relative;
  1088. animation: loading-ios-H5-9245e42c 1s 0s step-end infinite;
  1089. }
  1090. .uni-load-more__img--ios-H5 uni-image[data-v-9245e42c] {
  1091. position: absolute;
  1092. width: 100%;
  1093. height: 100%;
  1094. left: 0;
  1095. top: 0;
  1096. }
  1097. @keyframes loading-ios-H5-9245e42c {
  1098. 0% {
  1099. transform: rotate(0deg);
  1100. }
  1101. 8% {
  1102. transform: rotate(30deg);
  1103. }
  1104. 16% {
  1105. transform: rotate(60deg);
  1106. }
  1107. 24% {
  1108. transform: rotate(90deg);
  1109. }
  1110. 32% {
  1111. transform: rotate(120deg);
  1112. }
  1113. 40% {
  1114. transform: rotate(150deg);
  1115. }
  1116. 48% {
  1117. transform: rotate(180deg);
  1118. }
  1119. 56% {
  1120. transform: rotate(210deg);
  1121. }
  1122. 64% {
  1123. transform: rotate(240deg);
  1124. }
  1125. 73% {
  1126. transform: rotate(270deg);
  1127. }
  1128. 82% {
  1129. transform: rotate(300deg);
  1130. }
  1131. 91% {
  1132. transform: rotate(330deg);
  1133. }
  1134. 100% {
  1135. transform: rotate(360deg);
  1136. }
  1137. }
  1138. .uni-load-more__img--android-MP[data-v-9245e42c] {
  1139. position: relative;
  1140. width: 24px;
  1141. height: 24px;
  1142. transform: rotate(0deg);
  1143. animation: loading-ios 1s 0s ease infinite;
  1144. }
  1145. .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c] {
  1146. position: absolute;
  1147. box-sizing: border-box;
  1148. width: 100%;
  1149. height: 100%;
  1150. border-radius: 50%;
  1151. border: solid 2px transparent;
  1152. border-top: solid 2px #777777;
  1153. transform-origin: center;
  1154. }
  1155. .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(1) {
  1156. animation: loading-android-MP-1-9245e42c 1s 0s linear infinite;
  1157. }
  1158. .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(2) {
  1159. animation: loading-android-MP-2-9245e42c 1s 0s linear infinite;
  1160. }
  1161. .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(3) {
  1162. animation: loading-android-MP-3-9245e42c 1s 0s linear infinite;
  1163. }
  1164. @keyframes loading-android-9245e42c {
  1165. 0% {
  1166. transform: rotate(0deg);
  1167. }
  1168. 100% {
  1169. transform: rotate(360deg);
  1170. }
  1171. }
  1172. @keyframes loading-android-MP-1-9245e42c {
  1173. 0% {
  1174. transform: rotate(0deg);
  1175. }
  1176. 50% {
  1177. transform: rotate(90deg);
  1178. }
  1179. 100% {
  1180. transform: rotate(360deg);
  1181. }
  1182. }
  1183. @keyframes loading-android-MP-2-9245e42c {
  1184. 0% {
  1185. transform: rotate(0deg);
  1186. }
  1187. 50% {
  1188. transform: rotate(180deg);
  1189. }
  1190. 100% {
  1191. transform: rotate(360deg);
  1192. }
  1193. }
  1194. @keyframes loading-android-MP-3-9245e42c {
  1195. 0% {
  1196. transform: rotate(0deg);
  1197. }
  1198. 50% {
  1199. transform: rotate(270deg);
  1200. }
  1201. 100% {
  1202. transform: rotate(360deg);
  1203. }
  1204. }
  1205. /**
  1206. * 这里是uni-app内置的常用样式变量
  1207. *
  1208. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1209. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1210. *
  1211. */
  1212. /**
  1213. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1214. *
  1215. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1216. */
  1217. /* 颜色变量 */
  1218. /* 行为相关颜色 */
  1219. /* 文字基本颜色 */
  1220. /* 背景颜色 */
  1221. /* 边框颜色 */
  1222. /* 尺寸变量 */
  1223. /* 文字尺寸 */
  1224. /* 图片尺寸 */
  1225. /* Border Radius */
  1226. /* 水平间距 */
  1227. /* 垂直间距 */
  1228. /* 透明度 */
  1229. /* 文章场景相关 */
  1230. .uni-data-loading[data-v-2f788efd] {
  1231. display: flex;
  1232. flex-direction: row;
  1233. justify-content: center;
  1234. align-items: center;
  1235. height: 36px;
  1236. padding-left: 10px;
  1237. color: #999;
  1238. }
  1239. .uni-data-checklist[data-v-2f788efd] {
  1240. position: relative;
  1241. z-index: 0;
  1242. flex: 1;
  1243. }
  1244. .uni-data-checklist .checklist-group[data-v-2f788efd] {
  1245. display: flex;
  1246. flex-direction: row;
  1247. flex-wrap: wrap;
  1248. }
  1249. .uni-data-checklist .checklist-group.is-list[data-v-2f788efd] {
  1250. flex-direction: column;
  1251. }
  1252. .uni-data-checklist .checklist-group .checklist-box[data-v-2f788efd] {
  1253. display: flex;
  1254. flex-direction: row;
  1255. align-items: center;
  1256. position: relative;
  1257. margin: 5px 0;
  1258. margin-right: 25px;
  1259. }
  1260. .uni-data-checklist .checklist-group .checklist-box .hidden[data-v-2f788efd] {
  1261. position: absolute;
  1262. opacity: 0;
  1263. }
  1264. .uni-data-checklist .checklist-group .checklist-box .checklist-content[data-v-2f788efd] {
  1265. display: flex;
  1266. flex: 1;
  1267. flex-direction: row;
  1268. align-items: center;
  1269. justify-content: space-between;
  1270. }
  1271. .uni-data-checklist .checklist-group .checklist-box .checklist-content .checklist-text[data-v-2f788efd] {
  1272. font-size: 14px;
  1273. color: #666;
  1274. margin-left: 5px;
  1275. line-height: 14px;
  1276. }
  1277. .uni-data-checklist .checklist-group .checklist-box .checklist-content .checkobx__list[data-v-2f788efd] {
  1278. border-right-width: 1px;
  1279. border-right-color: #007aff;
  1280. border-right-style: solid;
  1281. border-bottom-width: 1px;
  1282. border-bottom-color: #007aff;
  1283. border-bottom-style: solid;
  1284. height: 12px;
  1285. width: 6px;
  1286. left: -5px;
  1287. transform-origin: center;
  1288. transform: rotate(45deg);
  1289. opacity: 0;
  1290. }
  1291. .uni-data-checklist .checklist-group .checklist-box .checkbox__inner[data-v-2f788efd] {
  1292. flex-shrink: 0;
  1293. box-sizing: border-box;
  1294. position: relative;
  1295. width: 16px;
  1296. height: 16px;
  1297. border: 1px solid #DCDFE6;
  1298. border-radius: 4px;
  1299. background-color: #fff;
  1300. z-index: 1;
  1301. }
  1302. .uni-data-checklist .checklist-group .checklist-box .checkbox__inner .checkbox__inner-icon[data-v-2f788efd] {
  1303. position: absolute;
  1304. top: 1px;
  1305. left: 5px;
  1306. height: 8px;
  1307. width: 4px;
  1308. border-right-width: 1px;
  1309. border-right-color: #fff;
  1310. border-right-style: solid;
  1311. border-bottom-width: 1px;
  1312. border-bottom-color: #fff;
  1313. border-bottom-style: solid;
  1314. opacity: 0;
  1315. transform-origin: center;
  1316. transform: rotate(40deg);
  1317. }
  1318. .uni-data-checklist .checklist-group .checklist-box .radio__inner[data-v-2f788efd] {
  1319. display: flex;
  1320. flex-shrink: 0;
  1321. box-sizing: border-box;
  1322. justify-content: center;
  1323. align-items: center;
  1324. position: relative;
  1325. width: 16px;
  1326. height: 16px;
  1327. border: 1px solid #DCDFE6;
  1328. border-radius: 16px;
  1329. background-color: #fff;
  1330. z-index: 1;
  1331. }
  1332. .uni-data-checklist .checklist-group .checklist-box .radio__inner .radio__inner-icon[data-v-2f788efd] {
  1333. width: 8px;
  1334. height: 8px;
  1335. border-radius: 10px;
  1336. opacity: 0;
  1337. }
  1338. .uni-data-checklist .checklist-group .checklist-box.is--default.is-disable .checkbox__inner[data-v-2f788efd] {
  1339. background-color: #F2F6FC;
  1340. border-color: #DCDFE6;
  1341. }
  1342. .uni-data-checklist .checklist-group .checklist-box.is--default.is-disable .radio__inner[data-v-2f788efd] {
  1343. background-color: #F2F6FC;
  1344. border-color: #DCDFE6;
  1345. }
  1346. .uni-data-checklist .checklist-group .checklist-box.is--default.is-disable .checklist-text[data-v-2f788efd] {
  1347. color: #999;
  1348. }
  1349. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .checkbox__inner[data-v-2f788efd] {
  1350. border-color: #2979ff;
  1351. background-color: #2979ff;
  1352. }
  1353. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .checkbox__inner .checkbox__inner-icon[data-v-2f788efd] {
  1354. opacity: 1;
  1355. transform: rotate(45deg);
  1356. }
  1357. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .radio__inner[data-v-2f788efd] {
  1358. border-color: #2979ff;
  1359. }
  1360. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .radio__inner .radio__inner-icon[data-v-2f788efd] {
  1361. opacity: 1;
  1362. background-color: #2979ff;
  1363. }
  1364. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .checklist-text[data-v-2f788efd] {
  1365. color: #2979ff;
  1366. }
  1367. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked.is-disable .checkbox__inner[data-v-2f788efd] {
  1368. opacity: 0.4;
  1369. }
  1370. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked.is-disable .checklist-text[data-v-2f788efd] {
  1371. opacity: 0.4;
  1372. }
  1373. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked.is-disable .radio__inner[data-v-2f788efd] {
  1374. opacity: 0.4;
  1375. }
  1376. .uni-data-checklist .checklist-group .checklist-box.is--button[data-v-2f788efd] {
  1377. margin-right: 10px;
  1378. padding: 5px 10px;
  1379. border: 1px #DCDFE6 solid;
  1380. border-radius: 3px;
  1381. transition: border-color 0.2s;
  1382. }
  1383. .uni-data-checklist .checklist-group .checklist-box.is--button.is-disable[data-v-2f788efd] {
  1384. border: 1px #eee solid;
  1385. opacity: 0.4;
  1386. }
  1387. .uni-data-checklist .checklist-group .checklist-box.is--button.is-disable .checkbox__inner[data-v-2f788efd] {
  1388. background-color: #F2F6FC;
  1389. border-color: #DCDFE6;
  1390. }
  1391. .uni-data-checklist .checklist-group .checklist-box.is--button.is-disable .radio__inner[data-v-2f788efd] {
  1392. background-color: #F2F6FC;
  1393. border-color: #DCDFE6;
  1394. }
  1395. .uni-data-checklist .checklist-group .checklist-box.is--button.is-disable .checklist-text[data-v-2f788efd] {
  1396. color: #999;
  1397. }
  1398. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked[data-v-2f788efd] {
  1399. border-color: #2979ff;
  1400. }
  1401. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked .checkbox__inner[data-v-2f788efd] {
  1402. border-color: #2979ff;
  1403. background-color: #2979ff;
  1404. }
  1405. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked .checkbox__inner .checkbox__inner-icon[data-v-2f788efd] {
  1406. opacity: 1;
  1407. transform: rotate(45deg);
  1408. }
  1409. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked .radio__inner[data-v-2f788efd] {
  1410. border-color: #2979ff;
  1411. }
  1412. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked .radio__inner .radio__inner-icon[data-v-2f788efd] {
  1413. opacity: 1;
  1414. background-color: #2979ff;
  1415. }
  1416. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked .checklist-text[data-v-2f788efd] {
  1417. color: #2979ff;
  1418. }
  1419. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked.is-disable[data-v-2f788efd] {
  1420. opacity: 0.4;
  1421. }
  1422. .uni-data-checklist .checklist-group .checklist-box.is--tag[data-v-2f788efd] {
  1423. margin-right: 10px;
  1424. padding: 5px 10px;
  1425. border: 1px #DCDFE6 solid;
  1426. border-radius: 3px;
  1427. background-color: #f5f5f5;
  1428. }
  1429. .uni-data-checklist .checklist-group .checklist-box.is--tag .checklist-text[data-v-2f788efd] {
  1430. margin: 0;
  1431. color: #666;
  1432. }
  1433. .uni-data-checklist .checklist-group .checklist-box.is--tag.is-disable[data-v-2f788efd] {
  1434. opacity: 0.4;
  1435. }
  1436. .uni-data-checklist .checklist-group .checklist-box.is--tag.is-checked[data-v-2f788efd] {
  1437. background-color: #2979ff;
  1438. border-color: #2979ff;
  1439. }
  1440. .uni-data-checklist .checklist-group .checklist-box.is--tag.is-checked .checklist-text[data-v-2f788efd] {
  1441. color: #fff;
  1442. }
  1443. .uni-data-checklist .checklist-group .checklist-box.is--list[data-v-2f788efd] {
  1444. display: flex;
  1445. padding: 10px 15px;
  1446. padding-left: 0;
  1447. margin: 0;
  1448. }
  1449. .uni-data-checklist .checklist-group .checklist-box.is--list.is-list-border[data-v-2f788efd] {
  1450. border-top: 1px #eee solid;
  1451. }
  1452. .uni-data-checklist .checklist-group .checklist-box.is--list.is-disable .checkbox__inner[data-v-2f788efd] {
  1453. background-color: #F2F6FC;
  1454. border-color: #DCDFE6;
  1455. }
  1456. .uni-data-checklist .checklist-group .checklist-box.is--list.is-disable .checklist-text[data-v-2f788efd] {
  1457. color: #999;
  1458. }
  1459. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .checkbox__inner[data-v-2f788efd] {
  1460. border-color: #2979ff;
  1461. background-color: #2979ff;
  1462. }
  1463. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .checkbox__inner .checkbox__inner-icon[data-v-2f788efd] {
  1464. opacity: 1;
  1465. transform: rotate(45deg);
  1466. }
  1467. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .radio__inner[data-v-2f788efd] {
  1468. border-color: #2979ff;
  1469. }
  1470. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .radio__inner .radio__inner-icon[data-v-2f788efd] {
  1471. opacity: 1;
  1472. background-color: #2979ff;
  1473. }
  1474. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .checklist-text[data-v-2f788efd] {
  1475. color: #2979ff;
  1476. }
  1477. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .checklist-content .checkobx__list[data-v-2f788efd] {
  1478. opacity: 1;
  1479. border-color: #2979ff;
  1480. }
  1481. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked.is-disable .checkbox__inner[data-v-2f788efd] {
  1482. opacity: 0.4;
  1483. }
  1484. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked.is-disable .checklist-text[data-v-2f788efd] {
  1485. opacity: 0.4;
  1486. }
  1487. /**
  1488. * 这里是uni-app内置的常用样式变量
  1489. *
  1490. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1491. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1492. *
  1493. */
  1494. /**
  1495. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1496. *
  1497. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1498. */
  1499. /* 颜色变量 */
  1500. /* 行为相关颜色 */
  1501. /* 文字基本颜色 */
  1502. /* 背景颜色 */
  1503. /* 边框颜色 */
  1504. /* 尺寸变量 */
  1505. /* 文字尺寸 */
  1506. /* 图片尺寸 */
  1507. /* Border Radius */
  1508. /* 水平间距 */
  1509. /* 垂直间距 */
  1510. /* 透明度 */
  1511. /* 文章场景相关 */
  1512. .example {
  1513. padding: 15px;
  1514. background-color: #fff;
  1515. }
  1516. .checkbox-cum {
  1517. margin-bottom: 0.625rem;
  1518. font-size: 0.4375rem;
  1519. }
  1520. .sub-choice {
  1521. margin-bottom: 0.625rem;
  1522. margin-left: 0.625rem;
  1523. font-size: 0.4375rem;
  1524. }
  1525. .button-group {
  1526. margin-top: 15px;
  1527. display: flex;
  1528. flex-direction: row;
  1529. justify-content: space-around;
  1530. }
  1531. .button-group uni-button {
  1532. display: flex;
  1533. align-items: center;
  1534. justify-content: center;
  1535. height: 35px;
  1536. width: 50%;
  1537. margin-left: 10px;
  1538. font-size: 0.5rem;
  1539. }
  1540. .button-group .uni-icons {
  1541. margin-right: 10px;
  1542. }
  1543. .weight-right {
  1544. padding-right: 0.3125rem;
  1545. font-size: 0.4375rem;
  1546. }
  1547. .history {
  1548. display: flex;
  1549. width: 100%;
  1550. flex-direction: column;
  1551. justify-items: start;
  1552. }
  1553. .history .title {
  1554. padding: 0.625rem;
  1555. font-size: 0.75rem;
  1556. font-weight: 600;
  1557. }
  1558. .history .code {
  1559. font-weight: 600;
  1560. }
  1561. .history .item {
  1562. padding: 0.625rem;
  1563. font-size: 0.625rem;
  1564. color: #666;
  1565. }
  1566. .history .item .status {
  1567. padding-left: 0.625rem;
  1568. }
  1569. .history .item .fail {
  1570. font-weight: 600;
  1571. color: #f00;
  1572. }
  1573. .upload-container[data-v-14676f1a] {
  1574. padding: 16px;
  1575. }
  1576. .preview[data-v-14676f1a] {
  1577. display: flex;
  1578. flex-wrap: wrap;
  1579. }
  1580. .image-container[data-v-14676f1a] {
  1581. position: relative;
  1582. margin-right: 10px;
  1583. margin-bottom: 10px;
  1584. }
  1585. .preview-image[data-v-14676f1a] {
  1586. width: 4.0625rem;
  1587. height: 4.0625rem;
  1588. }
  1589. .delete-icon[data-v-14676f1a] {
  1590. position: absolute;
  1591. top: 0;
  1592. right: 0;
  1593. cursor: pointer;
  1594. }
  1595. .choose-image-container[data-v-14676f1a] {
  1596. width: 4.0625rem;
  1597. /* 与图片大小一致 */
  1598. height: 4.0625rem;
  1599. /* 与图片大小一致 */
  1600. display: flex;
  1601. align-items: center;
  1602. justify-content: center;
  1603. background-color: #fff;
  1604. /* 背景颜色为白色 */
  1605. border: 1px dashed #cccccc;
  1606. /* 虚线边框 */
  1607. border-radius: 5px;
  1608. /* 圆角 */
  1609. cursor: pointer;
  1610. }
  1611. .preview-modal[data-v-14676f1a] {
  1612. position: fixed;
  1613. top: 0;
  1614. left: 0;
  1615. right: 0;
  1616. bottom: 0;
  1617. background-color: rgba(0, 0, 0, 0.8);
  1618. /* 半透明背景 */
  1619. display: flex;
  1620. align-items: center;
  1621. justify-content: center;
  1622. z-index: 999;
  1623. }
  1624. .preview-large[data-v-14676f1a] {
  1625. max-width: 90%;
  1626. /* 最大宽度 */
  1627. max-height: 90%;
  1628. /* 最大高度 */
  1629. }
  1630. .progress-bar[data-v-14676f1a] {
  1631. position: absolute;
  1632. bottom: 0;
  1633. left: 0;
  1634. width: 100%;
  1635. }