address-form.css 29 KB

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