waybillNo.css 26 KB

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