index.css 38 KB

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