index.css 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473
  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. .uni-load-more[data-v-9245e42c] {
  806. display: flex;
  807. flex-direction: row;
  808. height: 40px;
  809. align-items: center;
  810. justify-content: center;
  811. }
  812. .uni-load-more__text[data-v-9245e42c] {
  813. font-size: 14px;
  814. margin-left: 8px;
  815. }
  816. .uni-load-more__img[data-v-9245e42c] {
  817. width: 24px;
  818. height: 24px;
  819. }
  820. .uni-load-more__img--nvue[data-v-9245e42c] {
  821. color: #666666;
  822. }
  823. .uni-load-more__img--android[data-v-9245e42c],
  824. .uni-load-more__img--ios[data-v-9245e42c] {
  825. width: 24px;
  826. height: 24px;
  827. transform: rotate(0deg);
  828. }
  829. .uni-load-more__img--android[data-v-9245e42c] {
  830. animation: loading-ios 1s 0s linear infinite;
  831. }
  832. @keyframes loading-android-9245e42c {
  833. 0% {
  834. transform: rotate(0deg);
  835. }
  836. 100% {
  837. transform: rotate(360deg);
  838. }
  839. }
  840. .uni-load-more__img--ios-H5[data-v-9245e42c] {
  841. position: relative;
  842. animation: loading-ios-H5-9245e42c 1s 0s step-end infinite;
  843. }
  844. .uni-load-more__img--ios-H5 uni-image[data-v-9245e42c] {
  845. position: absolute;
  846. width: 100%;
  847. height: 100%;
  848. left: 0;
  849. top: 0;
  850. }
  851. @keyframes loading-ios-H5-9245e42c {
  852. 0% {
  853. transform: rotate(0deg);
  854. }
  855. 8% {
  856. transform: rotate(30deg);
  857. }
  858. 16% {
  859. transform: rotate(60deg);
  860. }
  861. 24% {
  862. transform: rotate(90deg);
  863. }
  864. 32% {
  865. transform: rotate(120deg);
  866. }
  867. 40% {
  868. transform: rotate(150deg);
  869. }
  870. 48% {
  871. transform: rotate(180deg);
  872. }
  873. 56% {
  874. transform: rotate(210deg);
  875. }
  876. 64% {
  877. transform: rotate(240deg);
  878. }
  879. 73% {
  880. transform: rotate(270deg);
  881. }
  882. 82% {
  883. transform: rotate(300deg);
  884. }
  885. 91% {
  886. transform: rotate(330deg);
  887. }
  888. 100% {
  889. transform: rotate(360deg);
  890. }
  891. }
  892. .uni-load-more__img--android-MP[data-v-9245e42c] {
  893. position: relative;
  894. width: 24px;
  895. height: 24px;
  896. transform: rotate(0deg);
  897. animation: loading-ios 1s 0s ease infinite;
  898. }
  899. .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c] {
  900. position: absolute;
  901. box-sizing: border-box;
  902. width: 100%;
  903. height: 100%;
  904. border-radius: 50%;
  905. border: solid 2px transparent;
  906. border-top: solid 2px #777777;
  907. transform-origin: center;
  908. }
  909. .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(1) {
  910. animation: loading-android-MP-1-9245e42c 1s 0s linear infinite;
  911. }
  912. .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(2) {
  913. animation: loading-android-MP-2-9245e42c 1s 0s linear infinite;
  914. }
  915. .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(3) {
  916. animation: loading-android-MP-3-9245e42c 1s 0s linear infinite;
  917. }
  918. @keyframes loading-android-9245e42c {
  919. 0% {
  920. transform: rotate(0deg);
  921. }
  922. 100% {
  923. transform: rotate(360deg);
  924. }
  925. }
  926. @keyframes loading-android-MP-1-9245e42c {
  927. 0% {
  928. transform: rotate(0deg);
  929. }
  930. 50% {
  931. transform: rotate(90deg);
  932. }
  933. 100% {
  934. transform: rotate(360deg);
  935. }
  936. }
  937. @keyframes loading-android-MP-2-9245e42c {
  938. 0% {
  939. transform: rotate(0deg);
  940. }
  941. 50% {
  942. transform: rotate(180deg);
  943. }
  944. 100% {
  945. transform: rotate(360deg);
  946. }
  947. }
  948. @keyframes loading-android-MP-3-9245e42c {
  949. 0% {
  950. transform: rotate(0deg);
  951. }
  952. 50% {
  953. transform: rotate(270deg);
  954. }
  955. 100% {
  956. transform: rotate(360deg);
  957. }
  958. }
  959. /**
  960. * 这里是uni-app内置的常用样式变量
  961. *
  962. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  963. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  964. *
  965. */
  966. /**
  967. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  968. *
  969. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  970. */
  971. /* 颜色变量 */
  972. /* 行为相关颜色 */
  973. /* 文字基本颜色 */
  974. /* 背景颜色 */
  975. /* 边框颜色 */
  976. /* 尺寸变量 */
  977. /* 文字尺寸 */
  978. /* 图片尺寸 */
  979. /* Border Radius */
  980. /* 水平间距 */
  981. /* 垂直间距 */
  982. /* 透明度 */
  983. /* 文章场景相关 */
  984. .uni-data-loading[data-v-2f788efd] {
  985. display: flex;
  986. flex-direction: row;
  987. justify-content: center;
  988. align-items: center;
  989. height: 36px;
  990. padding-left: 10px;
  991. color: #999;
  992. }
  993. .uni-data-checklist[data-v-2f788efd] {
  994. position: relative;
  995. z-index: 0;
  996. flex: 1;
  997. }
  998. .uni-data-checklist .checklist-group[data-v-2f788efd] {
  999. display: flex;
  1000. flex-direction: row;
  1001. flex-wrap: wrap;
  1002. }
  1003. .uni-data-checklist .checklist-group.is-list[data-v-2f788efd] {
  1004. flex-direction: column;
  1005. }
  1006. .uni-data-checklist .checklist-group .checklist-box[data-v-2f788efd] {
  1007. display: flex;
  1008. flex-direction: row;
  1009. align-items: center;
  1010. position: relative;
  1011. margin: 5px 0;
  1012. margin-right: 25px;
  1013. }
  1014. .uni-data-checklist .checklist-group .checklist-box .hidden[data-v-2f788efd] {
  1015. position: absolute;
  1016. opacity: 0;
  1017. }
  1018. .uni-data-checklist .checklist-group .checklist-box .checklist-content[data-v-2f788efd] {
  1019. display: flex;
  1020. flex: 1;
  1021. flex-direction: row;
  1022. align-items: center;
  1023. justify-content: space-between;
  1024. }
  1025. .uni-data-checklist .checklist-group .checklist-box .checklist-content .checklist-text[data-v-2f788efd] {
  1026. font-size: 14px;
  1027. color: #666;
  1028. margin-left: 5px;
  1029. line-height: 14px;
  1030. }
  1031. .uni-data-checklist .checklist-group .checklist-box .checklist-content .checkobx__list[data-v-2f788efd] {
  1032. border-right-width: 1px;
  1033. border-right-color: #007aff;
  1034. border-right-style: solid;
  1035. border-bottom-width: 1px;
  1036. border-bottom-color: #007aff;
  1037. border-bottom-style: solid;
  1038. height: 12px;
  1039. width: 6px;
  1040. left: -5px;
  1041. transform-origin: center;
  1042. transform: rotate(45deg);
  1043. opacity: 0;
  1044. }
  1045. .uni-data-checklist .checklist-group .checklist-box .checkbox__inner[data-v-2f788efd] {
  1046. flex-shrink: 0;
  1047. box-sizing: border-box;
  1048. position: relative;
  1049. width: 16px;
  1050. height: 16px;
  1051. border: 1px solid #DCDFE6;
  1052. border-radius: 4px;
  1053. background-color: #fff;
  1054. z-index: 1;
  1055. }
  1056. .uni-data-checklist .checklist-group .checklist-box .checkbox__inner .checkbox__inner-icon[data-v-2f788efd] {
  1057. position: absolute;
  1058. top: 1px;
  1059. left: 5px;
  1060. height: 8px;
  1061. width: 4px;
  1062. border-right-width: 1px;
  1063. border-right-color: #fff;
  1064. border-right-style: solid;
  1065. border-bottom-width: 1px;
  1066. border-bottom-color: #fff;
  1067. border-bottom-style: solid;
  1068. opacity: 0;
  1069. transform-origin: center;
  1070. transform: rotate(40deg);
  1071. }
  1072. .uni-data-checklist .checklist-group .checklist-box .radio__inner[data-v-2f788efd] {
  1073. display: flex;
  1074. flex-shrink: 0;
  1075. box-sizing: border-box;
  1076. justify-content: center;
  1077. align-items: center;
  1078. position: relative;
  1079. width: 16px;
  1080. height: 16px;
  1081. border: 1px solid #DCDFE6;
  1082. border-radius: 16px;
  1083. background-color: #fff;
  1084. z-index: 1;
  1085. }
  1086. .uni-data-checklist .checklist-group .checklist-box .radio__inner .radio__inner-icon[data-v-2f788efd] {
  1087. width: 8px;
  1088. height: 8px;
  1089. border-radius: 10px;
  1090. opacity: 0;
  1091. }
  1092. .uni-data-checklist .checklist-group .checklist-box.is--default.is-disable .checkbox__inner[data-v-2f788efd] {
  1093. background-color: #F2F6FC;
  1094. border-color: #DCDFE6;
  1095. }
  1096. .uni-data-checklist .checklist-group .checklist-box.is--default.is-disable .radio__inner[data-v-2f788efd] {
  1097. background-color: #F2F6FC;
  1098. border-color: #DCDFE6;
  1099. }
  1100. .uni-data-checklist .checklist-group .checklist-box.is--default.is-disable .checklist-text[data-v-2f788efd] {
  1101. color: #999;
  1102. }
  1103. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .checkbox__inner[data-v-2f788efd] {
  1104. border-color: #2979ff;
  1105. background-color: #2979ff;
  1106. }
  1107. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .checkbox__inner .checkbox__inner-icon[data-v-2f788efd] {
  1108. opacity: 1;
  1109. transform: rotate(45deg);
  1110. }
  1111. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .radio__inner[data-v-2f788efd] {
  1112. border-color: #2979ff;
  1113. }
  1114. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .radio__inner .radio__inner-icon[data-v-2f788efd] {
  1115. opacity: 1;
  1116. background-color: #2979ff;
  1117. }
  1118. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked .checklist-text[data-v-2f788efd] {
  1119. color: #2979ff;
  1120. }
  1121. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked.is-disable .checkbox__inner[data-v-2f788efd] {
  1122. opacity: 0.4;
  1123. }
  1124. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked.is-disable .checklist-text[data-v-2f788efd] {
  1125. opacity: 0.4;
  1126. }
  1127. .uni-data-checklist .checklist-group .checklist-box.is--default.is-checked.is-disable .radio__inner[data-v-2f788efd] {
  1128. opacity: 0.4;
  1129. }
  1130. .uni-data-checklist .checklist-group .checklist-box.is--button[data-v-2f788efd] {
  1131. margin-right: 10px;
  1132. padding: 5px 10px;
  1133. border: 1px #DCDFE6 solid;
  1134. border-radius: 3px;
  1135. transition: border-color 0.2s;
  1136. }
  1137. .uni-data-checklist .checklist-group .checklist-box.is--button.is-disable[data-v-2f788efd] {
  1138. border: 1px #eee solid;
  1139. opacity: 0.4;
  1140. }
  1141. .uni-data-checklist .checklist-group .checklist-box.is--button.is-disable .checkbox__inner[data-v-2f788efd] {
  1142. background-color: #F2F6FC;
  1143. border-color: #DCDFE6;
  1144. }
  1145. .uni-data-checklist .checklist-group .checklist-box.is--button.is-disable .radio__inner[data-v-2f788efd] {
  1146. background-color: #F2F6FC;
  1147. border-color: #DCDFE6;
  1148. }
  1149. .uni-data-checklist .checklist-group .checklist-box.is--button.is-disable .checklist-text[data-v-2f788efd] {
  1150. color: #999;
  1151. }
  1152. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked[data-v-2f788efd] {
  1153. border-color: #2979ff;
  1154. }
  1155. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked .checkbox__inner[data-v-2f788efd] {
  1156. border-color: #2979ff;
  1157. background-color: #2979ff;
  1158. }
  1159. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked .checkbox__inner .checkbox__inner-icon[data-v-2f788efd] {
  1160. opacity: 1;
  1161. transform: rotate(45deg);
  1162. }
  1163. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked .radio__inner[data-v-2f788efd] {
  1164. border-color: #2979ff;
  1165. }
  1166. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked .radio__inner .radio__inner-icon[data-v-2f788efd] {
  1167. opacity: 1;
  1168. background-color: #2979ff;
  1169. }
  1170. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked .checklist-text[data-v-2f788efd] {
  1171. color: #2979ff;
  1172. }
  1173. .uni-data-checklist .checklist-group .checklist-box.is--button.is-checked.is-disable[data-v-2f788efd] {
  1174. opacity: 0.4;
  1175. }
  1176. .uni-data-checklist .checklist-group .checklist-box.is--tag[data-v-2f788efd] {
  1177. margin-right: 10px;
  1178. padding: 5px 10px;
  1179. border: 1px #DCDFE6 solid;
  1180. border-radius: 3px;
  1181. background-color: #f5f5f5;
  1182. }
  1183. .uni-data-checklist .checklist-group .checklist-box.is--tag .checklist-text[data-v-2f788efd] {
  1184. margin: 0;
  1185. color: #666;
  1186. }
  1187. .uni-data-checklist .checklist-group .checklist-box.is--tag.is-disable[data-v-2f788efd] {
  1188. opacity: 0.4;
  1189. }
  1190. .uni-data-checklist .checklist-group .checklist-box.is--tag.is-checked[data-v-2f788efd] {
  1191. background-color: #2979ff;
  1192. border-color: #2979ff;
  1193. }
  1194. .uni-data-checklist .checklist-group .checklist-box.is--tag.is-checked .checklist-text[data-v-2f788efd] {
  1195. color: #fff;
  1196. }
  1197. .uni-data-checklist .checklist-group .checklist-box.is--list[data-v-2f788efd] {
  1198. display: flex;
  1199. padding: 10px 15px;
  1200. padding-left: 0;
  1201. margin: 0;
  1202. }
  1203. .uni-data-checklist .checklist-group .checklist-box.is--list.is-list-border[data-v-2f788efd] {
  1204. border-top: 1px #eee solid;
  1205. }
  1206. .uni-data-checklist .checklist-group .checklist-box.is--list.is-disable .checkbox__inner[data-v-2f788efd] {
  1207. background-color: #F2F6FC;
  1208. border-color: #DCDFE6;
  1209. }
  1210. .uni-data-checklist .checklist-group .checklist-box.is--list.is-disable .checklist-text[data-v-2f788efd] {
  1211. color: #999;
  1212. }
  1213. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .checkbox__inner[data-v-2f788efd] {
  1214. border-color: #2979ff;
  1215. background-color: #2979ff;
  1216. }
  1217. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .checkbox__inner .checkbox__inner-icon[data-v-2f788efd] {
  1218. opacity: 1;
  1219. transform: rotate(45deg);
  1220. }
  1221. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .radio__inner[data-v-2f788efd] {
  1222. border-color: #2979ff;
  1223. }
  1224. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .radio__inner .radio__inner-icon[data-v-2f788efd] {
  1225. opacity: 1;
  1226. background-color: #2979ff;
  1227. }
  1228. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .checklist-text[data-v-2f788efd] {
  1229. color: #2979ff;
  1230. }
  1231. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked .checklist-content .checkobx__list[data-v-2f788efd] {
  1232. opacity: 1;
  1233. border-color: #2979ff;
  1234. }
  1235. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked.is-disable .checkbox__inner[data-v-2f788efd] {
  1236. opacity: 0.4;
  1237. }
  1238. .uni-data-checklist .checklist-group .checklist-box.is--list.is-checked.is-disable .checklist-text[data-v-2f788efd] {
  1239. opacity: 0.4;
  1240. }
  1241. /**
  1242. * 这里是uni-app内置的常用样式变量
  1243. *
  1244. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1245. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1246. *
  1247. */
  1248. /**
  1249. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1250. *
  1251. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1252. */
  1253. /* 颜色变量 */
  1254. /* 行为相关颜色 */
  1255. /* 文字基本颜色 */
  1256. /* 背景颜色 */
  1257. /* 边框颜色 */
  1258. /* 尺寸变量 */
  1259. /* 文字尺寸 */
  1260. /* 图片尺寸 */
  1261. /* Border Radius */
  1262. /* 水平间距 */
  1263. /* 垂直间距 */
  1264. /* 透明度 */
  1265. /* 文章场景相关 */
  1266. /**
  1267. * 这里是uni-app内置的常用样式变量
  1268. *
  1269. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1270. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1271. *
  1272. */
  1273. /**
  1274. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1275. *
  1276. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1277. */
  1278. /* 颜色变量 */
  1279. /* 行为相关颜色 */
  1280. /* 文字基本颜色 */
  1281. /* 背景颜色 */
  1282. /* 边框颜色 */
  1283. /* 尺寸变量 */
  1284. /* 文字尺寸 */
  1285. /* 图片尺寸 */
  1286. /* Border Radius */
  1287. /* 水平间距 */
  1288. /* 垂直间距 */
  1289. /* 透明度 */
  1290. /* 文章场景相关 */
  1291. .uni-popup-message[data-v-a4566996] {
  1292. display: flex;
  1293. flex-direction: row;
  1294. justify-content: center;
  1295. }
  1296. .uni-popup-message__box[data-v-a4566996] {
  1297. background-color: #e1f3d8;
  1298. padding: 10px 15px;
  1299. border-color: #eee;
  1300. border-style: solid;
  1301. border-width: 1px;
  1302. flex: 1;
  1303. }
  1304. @media screen and (min-width: 500px) {
  1305. .fixforpc-width[data-v-a4566996] {
  1306. margin-top: 20px;
  1307. border-radius: 4px;
  1308. flex: none;
  1309. min-width: 380px;
  1310. max-width: 50%;
  1311. }
  1312. }
  1313. .uni-popup-message-text[data-v-a4566996] {
  1314. font-size: 14px;
  1315. padding: 0;
  1316. }
  1317. .uni-popup__success[data-v-a4566996] {
  1318. background-color: #e1f3d8;
  1319. }
  1320. .uni-popup__success-text[data-v-a4566996] {
  1321. color: #67C23A;
  1322. }
  1323. .uni-popup__warn[data-v-a4566996] {
  1324. background-color: #faecd8;
  1325. }
  1326. .uni-popup__warn-text[data-v-a4566996] {
  1327. color: #E6A23C;
  1328. }
  1329. .uni-popup__error[data-v-a4566996] {
  1330. background-color: #fde2e2;
  1331. }
  1332. .uni-popup__error-text[data-v-a4566996] {
  1333. color: #F56C6C;
  1334. }
  1335. .uni-popup__info[data-v-a4566996] {
  1336. background-color: #F2F6FC;
  1337. }
  1338. .uni-popup__info-text[data-v-a4566996] {
  1339. color: #909399;
  1340. }
  1341. /**
  1342. * 这里是uni-app内置的常用样式变量
  1343. *
  1344. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1345. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1346. *
  1347. */
  1348. /**
  1349. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1350. *
  1351. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1352. */
  1353. /* 颜色变量 */
  1354. /* 行为相关颜色 */
  1355. /* 文字基本颜色 */
  1356. /* 背景颜色 */
  1357. /* 边框颜色 */
  1358. /* 尺寸变量 */
  1359. /* 文字尺寸 */
  1360. /* 图片尺寸 */
  1361. /* Border Radius */
  1362. /* 水平间距 */
  1363. /* 垂直间距 */
  1364. /* 透明度 */
  1365. /* 文章场景相关 */
  1366. .uni-popup[data-v-4dd3c44b] {
  1367. position: fixed;
  1368. z-index: 99;
  1369. }
  1370. .uni-popup.top[data-v-4dd3c44b], .uni-popup.left[data-v-4dd3c44b], .uni-popup.right[data-v-4dd3c44b] {
  1371. top: 0;
  1372. }
  1373. .uni-popup .uni-popup__wrapper[data-v-4dd3c44b] {
  1374. display: block;
  1375. position: relative;
  1376. /* iphonex 等安全区设置,底部安全区适配 */
  1377. }
  1378. .uni-popup .uni-popup__wrapper.left[data-v-4dd3c44b], .uni-popup .uni-popup__wrapper.right[data-v-4dd3c44b] {
  1379. padding-top: 0;
  1380. flex: 1;
  1381. }
  1382. .fixforpc-z-index[data-v-4dd3c44b] {
  1383. z-index: 999;
  1384. }
  1385. .fixforpc-top[data-v-4dd3c44b] {
  1386. top: 0;
  1387. }
  1388. /**
  1389. * 这里是uni-app内置的常用样式变量
  1390. *
  1391. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1392. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1393. *
  1394. */
  1395. /**
  1396. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1397. *
  1398. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1399. */
  1400. /* 颜色变量 */
  1401. /* 行为相关颜色 */
  1402. /* 文字基本颜色 */
  1403. /* 背景颜色 */
  1404. /* 边框颜色 */
  1405. /* 尺寸变量 */
  1406. /* 文字尺寸 */
  1407. /* 图片尺寸 */
  1408. /* Border Radius */
  1409. /* 水平间距 */
  1410. /* 垂直间距 */
  1411. /* 透明度 */
  1412. /* 文章场景相关 */
  1413. .example {
  1414. padding: 15px;
  1415. background-color: #fff;
  1416. }
  1417. .checkbox-cum {
  1418. margin-bottom: 0.625rem;
  1419. font-size: 0.4375rem;
  1420. }
  1421. .sub-choice {
  1422. margin-bottom: 0.625rem;
  1423. margin-left: 0.625rem;
  1424. font-size: 0.4375rem;
  1425. }
  1426. .button-group {
  1427. margin-top: 15px;
  1428. display: flex;
  1429. flex-direction: row;
  1430. justify-content: space-around;
  1431. }
  1432. .button-group uni-button {
  1433. display: flex;
  1434. align-items: center;
  1435. justify-content: center;
  1436. height: 35px;
  1437. width: 50%;
  1438. margin-left: 10px;
  1439. font-size: 0.5rem;
  1440. }
  1441. .button-group .uni-icons {
  1442. margin-right: 10px;
  1443. }
  1444. .weight-right {
  1445. padding-right: 0.3125rem;
  1446. font-size: 0.4375rem;
  1447. }
  1448. .history {
  1449. display: flex;
  1450. width: 100%;
  1451. flex-direction: column;
  1452. justify-items: start;
  1453. }
  1454. .history .title {
  1455. padding: 0.625rem;
  1456. font-size: 0.75rem;
  1457. font-weight: 600;
  1458. }
  1459. .history .code {
  1460. font-weight: 600;
  1461. }
  1462. .history .item {
  1463. padding: 0.625rem;
  1464. font-size: 0.625rem;
  1465. color: #666;
  1466. }
  1467. .history .item .status {
  1468. padding-left: 0.625rem;
  1469. }
  1470. .history .item .fail {
  1471. font-weight: 600;
  1472. color: #F00;
  1473. }