logistics-detail.css 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246
  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-view[data-v-ac70166d], uni-scroll-view[data-v-ac70166d], uni-swiper-item[data-v-ac70166d] {
  27. display: flex;
  28. flex-direction: column;
  29. flex-shrink: 0;
  30. flex-grow: 0;
  31. flex-basis: auto;
  32. align-items: stretch;
  33. align-content: flex-start;
  34. }
  35. @font-face {
  36. font-family: "uicon-iconfont";
  37. src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype");
  38. }
  39. .u-icon[data-v-ac70166d] {
  40. display: flex;
  41. align-items: center;
  42. }
  43. .u-icon--left[data-v-ac70166d] {
  44. flex-direction: row-reverse;
  45. align-items: center;
  46. }
  47. .u-icon--right[data-v-ac70166d] {
  48. flex-direction: row;
  49. align-items: center;
  50. }
  51. .u-icon--top[data-v-ac70166d] {
  52. flex-direction: column-reverse;
  53. justify-content: center;
  54. }
  55. .u-icon--bottom[data-v-ac70166d] {
  56. flex-direction: column;
  57. justify-content: center;
  58. }
  59. .u-icon__icon[data-v-ac70166d] {
  60. font-family: uicon-iconfont;
  61. position: relative;
  62. display: flex;
  63. flex-direction: row;
  64. align-items: center;
  65. }
  66. .u-icon__icon--primary[data-v-ac70166d] {
  67. color: #22ac38;
  68. }
  69. .u-icon__icon--success[data-v-ac70166d] {
  70. color: #22ac38;
  71. }
  72. .u-icon__icon--error[data-v-ac70166d] {
  73. color: #f56c6c;
  74. }
  75. .u-icon__icon--warning[data-v-ac70166d] {
  76. color: #f9ae3d;
  77. }
  78. .u-icon__icon--info[data-v-ac70166d] {
  79. color: #909399;
  80. }
  81. .u-icon__img[data-v-ac70166d] {
  82. height: auto;
  83. will-change: transform;
  84. }
  85. .u-icon__label[data-v-ac70166d] {
  86. line-height: 1;
  87. }
  88. /**
  89. * 这里是uni-app内置的常用样式变量
  90. *
  91. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  92. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  93. *
  94. */
  95. /**
  96. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  97. *
  98. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  99. */
  100. /* 颜色变量 */
  101. /* 行为相关颜色 */
  102. /* 文字基本颜色 */
  103. /* 背景颜色 */
  104. /* 边框颜色 */
  105. /* 尺寸变量 */
  106. /* 文字尺寸 */
  107. /* 图片尺寸 */
  108. /* Border Radius */
  109. /* 水平间距 */
  110. /* 垂直间距 */
  111. /* 透明度 */
  112. /* 文章场景相关 */
  113. uni-view[data-v-5cec8177], uni-scroll-view[data-v-5cec8177], uni-swiper-item[data-v-5cec8177] {
  114. display: flex;
  115. flex-direction: column;
  116. flex-shrink: 0;
  117. flex-grow: 0;
  118. flex-basis: auto;
  119. align-items: stretch;
  120. align-content: flex-start;
  121. }
  122. /**
  123. * vue版本动画内置的动画模式有如下:
  124. * fade:淡入
  125. * zoom:缩放
  126. * fade-zoom:缩放淡入
  127. * fade-up:上滑淡入
  128. * fade-down:下滑淡入
  129. * fade-left:左滑淡入
  130. * fade-right:右滑淡入
  131. * slide-up:上滑进入
  132. * slide-down:下滑进入
  133. * slide-left:左滑进入
  134. * slide-right:右滑进入
  135. */
  136. .u-fade-enter-active[data-v-5cec8177],
  137. .u-fade-leave-active[data-v-5cec8177] {
  138. transition-property: opacity;
  139. }
  140. .u-fade-enter[data-v-5cec8177],
  141. .u-fade-leave-to[data-v-5cec8177] {
  142. opacity: 0;
  143. }
  144. .u-fade-zoom-enter[data-v-5cec8177],
  145. .u-fade-zoom-leave-to[data-v-5cec8177] {
  146. transform: scale(0.95);
  147. opacity: 0;
  148. }
  149. .u-fade-zoom-enter-active[data-v-5cec8177],
  150. .u-fade-zoom-leave-active[data-v-5cec8177] {
  151. transition-property: transform, opacity;
  152. }
  153. .u-fade-down-enter-active[data-v-5cec8177],
  154. .u-fade-down-leave-active[data-v-5cec8177],
  155. .u-fade-left-enter-active[data-v-5cec8177],
  156. .u-fade-left-leave-active[data-v-5cec8177],
  157. .u-fade-right-enter-active[data-v-5cec8177],
  158. .u-fade-right-leave-active[data-v-5cec8177],
  159. .u-fade-up-enter-active[data-v-5cec8177],
  160. .u-fade-up-leave-active[data-v-5cec8177] {
  161. transition-property: opacity, transform;
  162. }
  163. .u-fade-up-enter[data-v-5cec8177],
  164. .u-fade-up-leave-to[data-v-5cec8177] {
  165. transform: translate3d(0, 100%, 0);
  166. opacity: 0;
  167. }
  168. .u-fade-down-enter[data-v-5cec8177],
  169. .u-fade-down-leave-to[data-v-5cec8177] {
  170. transform: translate3d(0, -100%, 0);
  171. opacity: 0;
  172. }
  173. .u-fade-left-enter[data-v-5cec8177],
  174. .u-fade-left-leave-to[data-v-5cec8177] {
  175. transform: translate3d(-100%, 0, 0);
  176. opacity: 0;
  177. }
  178. .u-fade-right-enter[data-v-5cec8177],
  179. .u-fade-right-leave-to[data-v-5cec8177] {
  180. transform: translate3d(100%, 0, 0);
  181. opacity: 0;
  182. }
  183. .u-slide-down-enter-active[data-v-5cec8177],
  184. .u-slide-down-leave-active[data-v-5cec8177],
  185. .u-slide-left-enter-active[data-v-5cec8177],
  186. .u-slide-left-leave-active[data-v-5cec8177],
  187. .u-slide-right-enter-active[data-v-5cec8177],
  188. .u-slide-right-leave-active[data-v-5cec8177],
  189. .u-slide-up-enter-active[data-v-5cec8177],
  190. .u-slide-up-leave-active[data-v-5cec8177] {
  191. transition-property: transform;
  192. }
  193. .u-slide-up-enter[data-v-5cec8177],
  194. .u-slide-up-leave-to[data-v-5cec8177] {
  195. transform: translate3d(0, 100%, 0);
  196. }
  197. .u-slide-down-enter[data-v-5cec8177],
  198. .u-slide-down-leave-to[data-v-5cec8177] {
  199. transform: translate3d(0, -100%, 0);
  200. }
  201. .u-slide-left-enter[data-v-5cec8177],
  202. .u-slide-left-leave-to[data-v-5cec8177] {
  203. transform: translate3d(-100%, 0, 0);
  204. }
  205. .u-slide-right-enter[data-v-5cec8177],
  206. .u-slide-right-leave-to[data-v-5cec8177] {
  207. transform: translate3d(100%, 0, 0);
  208. }
  209. .u-zoom-enter-active[data-v-5cec8177],
  210. .u-zoom-leave-active[data-v-5cec8177] {
  211. transition-property: transform;
  212. }
  213. .u-zoom-enter[data-v-5cec8177],
  214. .u-zoom-leave-to[data-v-5cec8177] {
  215. transform: scale(0.95);
  216. }
  217. /**
  218. * 这里是uni-app内置的常用样式变量
  219. *
  220. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  221. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  222. *
  223. */
  224. /**
  225. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  226. *
  227. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  228. */
  229. /* 颜色变量 */
  230. /* 行为相关颜色 */
  231. /* 文字基本颜色 */
  232. /* 背景颜色 */
  233. /* 边框颜色 */
  234. /* 尺寸变量 */
  235. /* 文字尺寸 */
  236. /* 图片尺寸 */
  237. /* Border Radius */
  238. /* 水平间距 */
  239. /* 垂直间距 */
  240. /* 透明度 */
  241. /* 文章场景相关 */
  242. uni-view[data-v-158e540a], uni-scroll-view[data-v-158e540a], uni-swiper-item[data-v-158e540a] {
  243. display: flex;
  244. flex-direction: column;
  245. flex-shrink: 0;
  246. flex-grow: 0;
  247. flex-basis: auto;
  248. align-items: stretch;
  249. align-content: flex-start;
  250. }
  251. .u-alert[data-v-158e540a] {
  252. position: relative;
  253. background-color: #22ac38;
  254. padding: 8px 10px;
  255. display: flex;
  256. flex-direction: row;
  257. align-items: center;
  258. border-top-left-radius: 4px;
  259. border-top-right-radius: 4px;
  260. border-bottom-left-radius: 4px;
  261. border-bottom-right-radius: 4px;
  262. }
  263. .u-alert--primary--dark[data-v-158e540a] {
  264. background-color: #22ac38;
  265. }
  266. .u-alert--primary--light[data-v-158e540a] {
  267. background-color: #ecf5ff;
  268. }
  269. .u-alert--error--dark[data-v-158e540a] {
  270. background-color: #f56c6c;
  271. }
  272. .u-alert--error--light[data-v-158e540a] {
  273. background-color: #FEF0F0;
  274. }
  275. .u-alert--success--dark[data-v-158e540a] {
  276. background-color: #22ac38;
  277. }
  278. .u-alert--success--light[data-v-158e540a] {
  279. background-color: #f5fff0;
  280. }
  281. .u-alert--warning--dark[data-v-158e540a] {
  282. background-color: #f9ae3d;
  283. }
  284. .u-alert--warning--light[data-v-158e540a] {
  285. background-color: #FDF6EC;
  286. }
  287. .u-alert--info--dark[data-v-158e540a] {
  288. background-color: #909399;
  289. }
  290. .u-alert--info--light[data-v-158e540a] {
  291. background-color: #f4f4f5;
  292. }
  293. .u-alert__icon[data-v-158e540a] {
  294. margin-right: 5px;
  295. }
  296. .u-alert__content[data-v-158e540a] {
  297. display: flex;
  298. flex-direction: column;
  299. flex: 1;
  300. }
  301. .u-alert__content__title[data-v-158e540a] {
  302. color: #303133;
  303. font-size: 14px;
  304. font-weight: bold;
  305. color: #fff;
  306. margin-bottom: 2px;
  307. }
  308. .u-alert__content__desc[data-v-158e540a] {
  309. color: #303133;
  310. font-size: 14px;
  311. flex-wrap: wrap;
  312. color: #fff;
  313. }
  314. .u-alert__title--dark[data-v-158e540a], .u-alert__desc--dark[data-v-158e540a] {
  315. color: #FFFFFF;
  316. }
  317. .u-alert__text--primary--light[data-v-158e540a], .u-alert__text--primary--light[data-v-158e540a] {
  318. color: #22ac38;
  319. }
  320. .u-alert__text--success--light[data-v-158e540a], .u-alert__text--success--light[data-v-158e540a] {
  321. color: #22ac38;
  322. }
  323. .u-alert__text--warning--light[data-v-158e540a], .u-alert__text--warning--light[data-v-158e540a] {
  324. color: #f9ae3d;
  325. }
  326. .u-alert__text--error--light[data-v-158e540a], .u-alert__text--error--light[data-v-158e540a] {
  327. color: #f56c6c;
  328. }
  329. .u-alert__text--info--light[data-v-158e540a], .u-alert__text--info--light[data-v-158e540a] {
  330. color: #909399;
  331. }
  332. .u-alert__close[data-v-158e540a] {
  333. position: absolute;
  334. top: 11px;
  335. right: 10px;
  336. }
  337. /**
  338. * 这里是uni-app内置的常用样式变量
  339. *
  340. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  341. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  342. *
  343. */
  344. /**
  345. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  346. *
  347. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  348. */
  349. /* 颜色变量 */
  350. /* 行为相关颜色 */
  351. /* 文字基本颜色 */
  352. /* 背景颜色 */
  353. /* 边框颜色 */
  354. /* 尺寸变量 */
  355. /* 文字尺寸 */
  356. /* 图片尺寸 */
  357. /* Border Radius */
  358. /* 水平间距 */
  359. /* 垂直间距 */
  360. /* 透明度 */
  361. /* 文章场景相关 */
  362. .u-sticky[data-v-8b303089] {
  363. position: -webkit-sticky;
  364. position: sticky;
  365. }
  366. /**
  367. * 这里是uni-app内置的常用样式变量
  368. *
  369. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  370. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  371. *
  372. */
  373. /**
  374. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  375. *
  376. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  377. */
  378. /* 颜色变量 */
  379. /* 行为相关颜色 */
  380. /* 文字基本颜色 */
  381. /* 背景颜色 */
  382. /* 边框颜色 */
  383. /* 尺寸变量 */
  384. /* 文字尺寸 */
  385. /* 图片尺寸 */
  386. /* Border Radius */
  387. /* 水平间距 */
  388. /* 垂直间距 */
  389. /* 透明度 */
  390. /* 文章场景相关 */
  391. uni-view[data-v-2af81691], uni-scroll-view[data-v-2af81691], uni-swiper-item[data-v-2af81691] {
  392. display: flex;
  393. flex-direction: column;
  394. flex-shrink: 0;
  395. flex-grow: 0;
  396. flex-basis: auto;
  397. align-items: stretch;
  398. align-content: flex-start;
  399. }
  400. .u-loading-icon[data-v-2af81691] {
  401. flex-direction: row;
  402. align-items: center;
  403. justify-content: center;
  404. color: #c8c9cc;
  405. }
  406. .u-loading-icon__text[data-v-2af81691] {
  407. margin-left: 4px;
  408. color: #606266;
  409. font-size: 14px;
  410. line-height: 20px;
  411. }
  412. .u-loading-icon__spinner[data-v-2af81691] {
  413. width: 30px;
  414. height: 30px;
  415. position: relative;
  416. box-sizing: border-box;
  417. max-width: 100%;
  418. max-height: 100%;
  419. animation: u-rotate-2af81691 1s linear infinite;
  420. }
  421. .u-loading-icon__spinner--semicircle[data-v-2af81691] {
  422. border-width: 2px;
  423. border-color: transparent;
  424. border-top-right-radius: 100px;
  425. border-top-left-radius: 100px;
  426. border-bottom-left-radius: 100px;
  427. border-bottom-right-radius: 100px;
  428. border-style: solid;
  429. }
  430. .u-loading-icon__spinner--circle[data-v-2af81691] {
  431. border-top-right-radius: 100px;
  432. border-top-left-radius: 100px;
  433. border-bottom-left-radius: 100px;
  434. border-bottom-right-radius: 100px;
  435. border-width: 2px;
  436. border-top-color: #e5e5e5;
  437. border-right-color: #e5e5e5;
  438. border-bottom-color: #e5e5e5;
  439. border-left-color: #e5e5e5;
  440. border-style: solid;
  441. }
  442. .u-loading-icon--vertical[data-v-2af81691] {
  443. flex-direction: column;
  444. }
  445. [data-v-2af81691]:host {
  446. font-size: 0px;
  447. line-height: 1;
  448. }
  449. .u-loading-icon__spinner--spinner[data-v-2af81691] {
  450. animation-timing-function: steps(12);
  451. }
  452. .u-loading-icon__text[data-v-2af81691]:empty {
  453. display: none;
  454. }
  455. .u-loading-icon--vertical .u-loading-icon__text[data-v-2af81691] {
  456. margin: 6px 0 0;
  457. color: #606266;
  458. }
  459. .u-loading-icon__dot[data-v-2af81691] {
  460. position: absolute;
  461. top: 0;
  462. left: 0;
  463. width: 100%;
  464. height: 100%;
  465. }
  466. .u-loading-icon__dot[data-v-2af81691]:before {
  467. display: block;
  468. width: 2px;
  469. height: 25%;
  470. margin: 0 auto;
  471. background-color: currentColor;
  472. border-radius: 40%;
  473. content: " ";
  474. }
  475. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(1) {
  476. transform: rotate(30deg);
  477. opacity: 1;
  478. }
  479. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(2) {
  480. transform: rotate(60deg);
  481. opacity: 0.9375;
  482. }
  483. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(3) {
  484. transform: rotate(90deg);
  485. opacity: 0.875;
  486. }
  487. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(4) {
  488. transform: rotate(120deg);
  489. opacity: 0.8125;
  490. }
  491. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(5) {
  492. transform: rotate(150deg);
  493. opacity: 0.75;
  494. }
  495. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(6) {
  496. transform: rotate(180deg);
  497. opacity: 0.6875;
  498. }
  499. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(7) {
  500. transform: rotate(210deg);
  501. opacity: 0.625;
  502. }
  503. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(8) {
  504. transform: rotate(240deg);
  505. opacity: 0.5625;
  506. }
  507. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(9) {
  508. transform: rotate(270deg);
  509. opacity: 0.5;
  510. }
  511. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(10) {
  512. transform: rotate(300deg);
  513. opacity: 0.4375;
  514. }
  515. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(11) {
  516. transform: rotate(330deg);
  517. opacity: 0.375;
  518. }
  519. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(12) {
  520. transform: rotate(360deg);
  521. opacity: 0.3125;
  522. }
  523. @keyframes u-rotate-2af81691 {
  524. 0% {
  525. transform: rotate(0deg);
  526. }
  527. to {
  528. transform: rotate(1turn);
  529. }
  530. }
  531. /**
  532. * 这里是uni-app内置的常用样式变量
  533. *
  534. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  535. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  536. *
  537. */
  538. /**
  539. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  540. *
  541. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  542. */
  543. /* 颜色变量 */
  544. /* 行为相关颜色 */
  545. /* 文字基本颜色 */
  546. /* 背景颜色 */
  547. /* 边框颜色 */
  548. /* 尺寸变量 */
  549. /* 文字尺寸 */
  550. /* 图片尺寸 */
  551. /* Border Radius */
  552. /* 水平间距 */
  553. /* 垂直间距 */
  554. /* 透明度 */
  555. /* 文章场景相关 */
  556. uni-view[data-v-5ce41ee6], uni-scroll-view[data-v-5ce41ee6], uni-swiper-item[data-v-5ce41ee6] {
  557. display: flex;
  558. flex-direction: column;
  559. flex-shrink: 0;
  560. flex-grow: 0;
  561. flex-basis: auto;
  562. align-items: stretch;
  563. align-content: flex-start;
  564. }
  565. .u-button[data-v-5ce41ee6] {
  566. width: 100%;
  567. }
  568. .u-button__text[data-v-5ce41ee6] {
  569. white-space: nowrap;
  570. line-height: 1;
  571. }
  572. .u-button[data-v-5ce41ee6]:before {
  573. position: absolute;
  574. top: 50%;
  575. left: 50%;
  576. width: 100%;
  577. height: 100%;
  578. border: inherit;
  579. border-radius: inherit;
  580. transform: translate(-50%, -50%);
  581. opacity: 0;
  582. content: " ";
  583. background-color: #000;
  584. border-color: #000;
  585. }
  586. .u-button--active[data-v-5ce41ee6]:before {
  587. opacity: 0.15;
  588. }
  589. .u-button__icon + .u-button__text[data-v-5ce41ee6]:not(:empty), .u-button__loading-text[data-v-5ce41ee6] {
  590. margin-left: 4px;
  591. }
  592. .u-button--plain.u-button--primary[data-v-5ce41ee6] {
  593. color: #22ac38;
  594. }
  595. .u-button--plain.u-button--info[data-v-5ce41ee6] {
  596. color: #909399;
  597. }
  598. .u-button--plain.u-button--success[data-v-5ce41ee6] {
  599. color: #22ac38;
  600. }
  601. .u-button--plain.u-button--error[data-v-5ce41ee6] {
  602. color: #f56c6c;
  603. }
  604. .u-button--plain.u-button--warning[data-v-5ce41ee6] {
  605. color: #f56c6c;
  606. }
  607. .u-button[data-v-5ce41ee6] {
  608. height: 52px;
  609. position: relative;
  610. align-items: center;
  611. justify-content: center;
  612. display: flex;
  613. flex-direction: row;
  614. box-sizing: border-box;
  615. flex-direction: row;
  616. }
  617. .u-button__text[data-v-5ce41ee6] {
  618. font-size: 16px;
  619. }
  620. .u-button__loading-text[data-v-5ce41ee6] {
  621. font-size: 16px;
  622. margin-left: 4px;
  623. }
  624. .u-button--large[data-v-5ce41ee6] {
  625. width: 100%;
  626. height: 64px;
  627. padding: 0 15px;
  628. }
  629. .u-button--normal[data-v-5ce41ee6] {
  630. padding: 0 12px;
  631. font-size: 16px;
  632. }
  633. .u-button--small[data-v-5ce41ee6] {
  634. min-width: 60px;
  635. height: 30px;
  636. padding: 0px 8px;
  637. font-size: 12px;
  638. }
  639. .u-button--mini[data-v-5ce41ee6] {
  640. height: 22px;
  641. font-size: 10px;
  642. min-width: 50px;
  643. padding: 0px 8px;
  644. }
  645. .u-button--disabled[data-v-5ce41ee6] {
  646. opacity: 0.5;
  647. }
  648. .u-button--info[data-v-5ce41ee6] {
  649. color: #323233;
  650. background-color: #fff;
  651. border-color: #ebedf0;
  652. border-width: 1px;
  653. border-style: solid;
  654. }
  655. .u-button--success[data-v-5ce41ee6] {
  656. color: #fff;
  657. background-color: #22ac38;
  658. border-color: #22ac38;
  659. border-width: 1px;
  660. border-style: solid;
  661. }
  662. .u-button--primary[data-v-5ce41ee6] {
  663. color: #fff;
  664. background-color: #22ac38;
  665. border-color: #22ac38;
  666. border-width: 1px;
  667. border-style: solid;
  668. }
  669. .u-button--error[data-v-5ce41ee6] {
  670. color: #fff;
  671. background-color: #f56c6c;
  672. border-color: #f56c6c;
  673. border-width: 1px;
  674. border-style: solid;
  675. }
  676. .u-button--warning[data-v-5ce41ee6] {
  677. color: #fff;
  678. background-color: #f9ae3d;
  679. border-color: #f9ae3d;
  680. border-width: 1px;
  681. border-style: solid;
  682. }
  683. .u-button--block[data-v-5ce41ee6] {
  684. display: flex;
  685. flex-direction: row;
  686. width: 100%;
  687. }
  688. .u-button--circle[data-v-5ce41ee6] {
  689. border-top-right-radius: 100px;
  690. border-top-left-radius: 100px;
  691. border-bottom-left-radius: 100px;
  692. border-bottom-right-radius: 100px;
  693. }
  694. .u-button--square[data-v-5ce41ee6] {
  695. border-bottom-left-radius: 3px;
  696. border-bottom-right-radius: 3px;
  697. border-top-left-radius: 3px;
  698. border-top-right-radius: 3px;
  699. }
  700. .u-button__icon[data-v-5ce41ee6] {
  701. min-width: 1em;
  702. line-height: inherit !important;
  703. vertical-align: top;
  704. }
  705. .u-button--plain[data-v-5ce41ee6] {
  706. background-color: #fff;
  707. }
  708. .u-button--hairline[data-v-5ce41ee6] {
  709. border-width: 0.5px !important;
  710. }
  711. /**
  712. * 这里是uni-app内置的常用样式变量
  713. *
  714. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  715. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  716. *
  717. */
  718. /**
  719. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  720. *
  721. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  722. */
  723. /* 颜色变量 */
  724. /* 行为相关颜色 */
  725. /* 文字基本颜色 */
  726. /* 背景颜色 */
  727. /* 边框颜色 */
  728. /* 尺寸变量 */
  729. /* 文字尺寸 */
  730. /* 图片尺寸 */
  731. /* Border Radius */
  732. /* 水平间距 */
  733. /* 垂直间距 */
  734. /* 透明度 */
  735. /* 文章场景相关 */
  736. uni-view[data-v-72791e59], uni-scroll-view[data-v-72791e59], uni-swiper-item[data-v-72791e59] {
  737. display: flex;
  738. flex-direction: column;
  739. flex-shrink: 0;
  740. flex-grow: 0;
  741. flex-basis: auto;
  742. align-items: stretch;
  743. align-content: flex-start;
  744. }
  745. .u-line[data-v-72791e59] {
  746. vertical-align: middle;
  747. }
  748. /**
  749. * 这里是uni-app内置的常用样式变量
  750. *
  751. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  752. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  753. *
  754. */
  755. /**
  756. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  757. *
  758. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  759. */
  760. /* 颜色变量 */
  761. /* 行为相关颜色 */
  762. /* 文字基本颜色 */
  763. /* 背景颜色 */
  764. /* 边框颜色 */
  765. /* 尺寸变量 */
  766. /* 文字尺寸 */
  767. /* 图片尺寸 */
  768. /* Border Radius */
  769. /* 水平间距 */
  770. /* 垂直间距 */
  771. /* 透明度 */
  772. /* 文章场景相关 */
  773. uni-view[data-v-9112bed9], uni-scroll-view[data-v-9112bed9], uni-swiper-item[data-v-9112bed9] {
  774. display: flex;
  775. flex-direction: column;
  776. flex-shrink: 0;
  777. flex-grow: 0;
  778. flex-basis: auto;
  779. align-items: stretch;
  780. align-content: flex-start;
  781. }
  782. .u-overlay[data-v-9112bed9] {
  783. position: fixed;
  784. top: 0;
  785. left: 0;
  786. width: 100%;
  787. height: 100%;
  788. background-color: rgba(0, 0, 0, 0.7);
  789. }
  790. /**
  791. * 这里是uni-app内置的常用样式变量
  792. *
  793. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  794. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  795. *
  796. */
  797. /**
  798. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  799. *
  800. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  801. */
  802. /* 颜色变量 */
  803. /* 行为相关颜色 */
  804. /* 文字基本颜色 */
  805. /* 背景颜色 */
  806. /* 边框颜色 */
  807. /* 尺寸变量 */
  808. /* 文字尺寸 */
  809. /* 图片尺寸 */
  810. /* Border Radius */
  811. /* 水平间距 */
  812. /* 垂直间距 */
  813. /* 透明度 */
  814. /* 文章场景相关 */
  815. .u-status-bar[data-v-eb8e0cdd] {
  816. width: 100%;
  817. }
  818. /**
  819. * 这里是uni-app内置的常用样式变量
  820. *
  821. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  822. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  823. *
  824. */
  825. /**
  826. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  827. *
  828. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  829. */
  830. /* 颜色变量 */
  831. /* 行为相关颜色 */
  832. /* 文字基本颜色 */
  833. /* 背景颜色 */
  834. /* 边框颜色 */
  835. /* 尺寸变量 */
  836. /* 文字尺寸 */
  837. /* 图片尺寸 */
  838. /* Border Radius */
  839. /* 水平间距 */
  840. /* 垂直间距 */
  841. /* 透明度 */
  842. /* 文章场景相关 */
  843. .u-safe-bottom[data-v-f3d22cfe] {
  844. width: 100%;
  845. }
  846. /**
  847. * 这里是uni-app内置的常用样式变量
  848. *
  849. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  850. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  851. *
  852. */
  853. /**
  854. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  855. *
  856. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  857. */
  858. /* 颜色变量 */
  859. /* 行为相关颜色 */
  860. /* 文字基本颜色 */
  861. /* 背景颜色 */
  862. /* 边框颜色 */
  863. /* 尺寸变量 */
  864. /* 文字尺寸 */
  865. /* 图片尺寸 */
  866. /* Border Radius */
  867. /* 水平间距 */
  868. /* 垂直间距 */
  869. /* 透明度 */
  870. /* 文章场景相关 */
  871. uni-view[data-v-05c24e9b], uni-scroll-view[data-v-05c24e9b], uni-swiper-item[data-v-05c24e9b] {
  872. display: flex;
  873. flex-direction: column;
  874. flex-shrink: 0;
  875. flex-grow: 0;
  876. flex-basis: auto;
  877. align-items: stretch;
  878. align-content: flex-start;
  879. }
  880. .u-popup[data-v-05c24e9b] {
  881. flex: 1;
  882. }
  883. .u-popup__content[data-v-05c24e9b] {
  884. background-color: #fff;
  885. position: relative;
  886. }
  887. .u-popup__content--round-top[data-v-05c24e9b] {
  888. border-top-left-radius: 0;
  889. border-top-right-radius: 0;
  890. border-bottom-left-radius: 10px;
  891. border-bottom-right-radius: 10px;
  892. }
  893. .u-popup__content--round-left[data-v-05c24e9b] {
  894. border-top-left-radius: 0;
  895. border-top-right-radius: 10px;
  896. border-bottom-left-radius: 0;
  897. border-bottom-right-radius: 10px;
  898. }
  899. .u-popup__content--round-right[data-v-05c24e9b] {
  900. border-top-left-radius: 10px;
  901. border-top-right-radius: 0;
  902. border-bottom-left-radius: 10px;
  903. border-bottom-right-radius: 0;
  904. }
  905. .u-popup__content--round-bottom[data-v-05c24e9b] {
  906. border-top-left-radius: 10px;
  907. border-top-right-radius: 10px;
  908. border-bottom-left-radius: 0;
  909. border-bottom-right-radius: 0;
  910. }
  911. .u-popup__content--round-center[data-v-05c24e9b] {
  912. border-top-left-radius: 10px;
  913. border-top-right-radius: 10px;
  914. border-bottom-left-radius: 10px;
  915. border-bottom-right-radius: 10px;
  916. }
  917. .u-popup__content__close[data-v-05c24e9b] {
  918. position: absolute;
  919. }
  920. .u-popup__content__close--hover[data-v-05c24e9b] {
  921. opacity: 0.4;
  922. }
  923. .u-popup__content__close--top-left[data-v-05c24e9b] {
  924. top: 15px;
  925. left: 15px;
  926. }
  927. .u-popup__content__close--top-right[data-v-05c24e9b] {
  928. top: 15px;
  929. right: 15px;
  930. }
  931. .u-popup__content__close--bottom-left[data-v-05c24e9b] {
  932. bottom: 15px;
  933. left: 15px;
  934. }
  935. .u-popup__content__close--bottom-right[data-v-05c24e9b] {
  936. right: 15px;
  937. bottom: 15px;
  938. }
  939. /**
  940. * 这里是uni-app内置的常用样式变量
  941. *
  942. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  943. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  944. *
  945. */
  946. /**
  947. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  948. *
  949. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  950. */
  951. /* 颜色变量 */
  952. /* 行为相关颜色 */
  953. /* 文字基本颜色 */
  954. /* 背景颜色 */
  955. /* 边框颜色 */
  956. /* 尺寸变量 */
  957. /* 文字尺寸 */
  958. /* 图片尺寸 */
  959. /* Border Radius */
  960. /* 水平间距 */
  961. /* 垂直间距 */
  962. /* 透明度 */
  963. /* 文章场景相关 */
  964. uni-view[data-v-f667648f], uni-scroll-view[data-v-f667648f], uni-swiper-item[data-v-f667648f] {
  965. display: flex;
  966. flex-direction: column;
  967. flex-shrink: 0;
  968. flex-grow: 0;
  969. flex-basis: auto;
  970. align-items: stretch;
  971. align-content: flex-start;
  972. }
  973. .u-modal[data-v-f667648f] {
  974. width: 20.3125rem;
  975. border-radius: 6px;
  976. overflow: hidden;
  977. }
  978. .u-modal__title[data-v-f667648f] {
  979. font-size: 16px;
  980. font-weight: bold;
  981. color: #606266;
  982. text-align: center;
  983. padding-top: 25px;
  984. }
  985. .u-modal__content[data-v-f667648f] {
  986. padding: 12px 25px 25px 25px;
  987. display: flex;
  988. flex-direction: row;
  989. justify-content: center;
  990. }
  991. .u-modal__content__text[data-v-f667648f] {
  992. font-size: 15px;
  993. color: #606266;
  994. flex: 1;
  995. }
  996. .u-modal__button-group[data-v-f667648f] {
  997. display: flex;
  998. flex-direction: row;
  999. }
  1000. .u-modal__button-group--confirm-button[data-v-f667648f] {
  1001. flex-direction: column;
  1002. padding: 0px 25px 15px 25px;
  1003. }
  1004. .u-modal__button-group__wrapper[data-v-f667648f] {
  1005. flex: 1;
  1006. display: flex;
  1007. flex-direction: row;
  1008. justify-content: center;
  1009. align-items: center;
  1010. height: 48px;
  1011. }
  1012. .u-modal__button-group__wrapper--confirm[data-v-f667648f], .u-modal__button-group__wrapper--only-cancel[data-v-f667648f] {
  1013. border-bottom-right-radius: 6px;
  1014. }
  1015. .u-modal__button-group__wrapper--cancel[data-v-f667648f], .u-modal__button-group__wrapper--only-confirm[data-v-f667648f] {
  1016. border-bottom-left-radius: 6px;
  1017. }
  1018. .u-modal__button-group__wrapper--hover[data-v-f667648f] {
  1019. background-color: #f3f4f6;
  1020. }
  1021. .u-modal__button-group__wrapper__text[data-v-f667648f] {
  1022. color: #606266;
  1023. font-size: 16px;
  1024. text-align: center;
  1025. }
  1026. /**
  1027. * 这里是uni-app内置的常用样式变量
  1028. *
  1029. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1030. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1031. *
  1032. */
  1033. /**
  1034. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1035. *
  1036. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1037. */
  1038. /* 颜色变量 */
  1039. /* 行为相关颜色 */
  1040. /* 文字基本颜色 */
  1041. /* 背景颜色 */
  1042. /* 边框颜色 */
  1043. /* 尺寸变量 */
  1044. /* 文字尺寸 */
  1045. /* 图片尺寸 */
  1046. /* Border Radius */
  1047. /* 水平间距 */
  1048. /* 垂直间距 */
  1049. /* 透明度 */
  1050. /* 文章场景相关 */
  1051. uni-view[data-v-eadae74e], uni-scroll-view[data-v-eadae74e], uni-swiper-item[data-v-eadae74e] {
  1052. display: flex;
  1053. flex-direction: column;
  1054. flex-shrink: 0;
  1055. flex-grow: 0;
  1056. flex-basis: auto;
  1057. align-items: stretch;
  1058. align-content: flex-start;
  1059. }
  1060. .u-toolbar[data-v-eadae74e] {
  1061. height: 42px;
  1062. display: flex;
  1063. flex-direction: row;
  1064. justify-content: space-between;
  1065. align-items: center;
  1066. }
  1067. .u-toolbar__wrapper__cancel[data-v-eadae74e] {
  1068. color: #909193;
  1069. font-size: 15px;
  1070. padding: 0 15px;
  1071. }
  1072. .u-toolbar__title[data-v-eadae74e] {
  1073. color: #303133;
  1074. padding: 0 1.875rem;
  1075. font-size: 16px;
  1076. flex: 1;
  1077. text-align: center;
  1078. }
  1079. .u-toolbar__wrapper__confirm[data-v-eadae74e] {
  1080. color: #22ac38;
  1081. font-size: 15px;
  1082. padding: 0 15px;
  1083. }
  1084. /**
  1085. * 这里是uni-app内置的常用样式变量
  1086. *
  1087. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1088. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1089. *
  1090. */
  1091. /**
  1092. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1093. *
  1094. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1095. */
  1096. /* 颜色变量 */
  1097. /* 行为相关颜色 */
  1098. /* 文字基本颜色 */
  1099. /* 背景颜色 */
  1100. /* 边框颜色 */
  1101. /* 尺寸变量 */
  1102. /* 文字尺寸 */
  1103. /* 图片尺寸 */
  1104. /* Border Radius */
  1105. /* 水平间距 */
  1106. /* 垂直间距 */
  1107. /* 透明度 */
  1108. /* 文章场景相关 */
  1109. uni-view[data-v-91b05052], uni-scroll-view[data-v-91b05052], uni-swiper-item[data-v-91b05052] {
  1110. display: flex;
  1111. flex-direction: column;
  1112. flex-shrink: 0;
  1113. flex-grow: 0;
  1114. flex-basis: auto;
  1115. align-items: stretch;
  1116. align-content: flex-start;
  1117. }
  1118. .u-picker[data-v-91b05052] {
  1119. position: relative;
  1120. }
  1121. .u-picker__view__column[data-v-91b05052] {
  1122. display: flex;
  1123. flex-direction: row;
  1124. flex: 1;
  1125. justify-content: center;
  1126. }
  1127. .u-picker__view__column__item[data-v-91b05052] {
  1128. display: flex;
  1129. flex-direction: row;
  1130. justify-content: center;
  1131. align-items: center;
  1132. font-size: 16px;
  1133. text-align: center;
  1134. display: block;
  1135. color: #303133;
  1136. }
  1137. .u-picker__view__column__item--disabled[data-v-91b05052] {
  1138. cursor: not-allowed;
  1139. opacity: 0.35;
  1140. }
  1141. .u-picker--loading[data-v-91b05052] {
  1142. position: absolute;
  1143. top: 0;
  1144. right: 0;
  1145. left: 0;
  1146. bottom: 0;
  1147. display: flex;
  1148. flex-direction: row;
  1149. justify-content: center;
  1150. align-items: center;
  1151. background-color: rgba(255, 255, 255, 0.87);
  1152. z-index: 1000;
  1153. }
  1154. /**
  1155. * 这里是uni-app内置的常用样式变量
  1156. *
  1157. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1158. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1159. *
  1160. */
  1161. /**
  1162. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1163. *
  1164. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1165. */
  1166. /* 颜色变量 */
  1167. /* 行为相关颜色 */
  1168. /* 文字基本颜色 */
  1169. /* 背景颜色 */
  1170. /* 边框颜色 */
  1171. /* 尺寸变量 */
  1172. /* 文字尺寸 */
  1173. /* 图片尺寸 */
  1174. /* Border Radius */
  1175. /* 水平间距 */
  1176. /* 垂直间距 */
  1177. /* 透明度 */
  1178. /* 文章场景相关 */
  1179. .timeline-container[data-v-8e52fe94] {
  1180. flex: 1;
  1181. padding: 12px;
  1182. background-color: #fff;
  1183. }
  1184. .timeline-item[data-v-8e52fe94] {
  1185. display: flex;
  1186. position: relative;
  1187. padding: 0.625rem 0;
  1188. }
  1189. .timeline-icon[data-v-8e52fe94] {
  1190. width: 24px;
  1191. height: 24px;
  1192. background-color: #fff;
  1193. border-radius: 50%;
  1194. display: flex;
  1195. align-items: center;
  1196. justify-content: center;
  1197. margin-right: 12px;
  1198. flex-shrink: 0;
  1199. }
  1200. .timeline-content[data-v-8e52fe94] {
  1201. flex: 1;
  1202. }
  1203. .timeline-content .desc[data-v-8e52fe94] {
  1204. font-size: 14px;
  1205. color: #333;
  1206. display: block;
  1207. margin-bottom: 4px;
  1208. }
  1209. .timeline-content .time[data-v-8e52fe94] {
  1210. font-size: 12px;
  1211. color: #999;
  1212. }
  1213. .timeline-line[data-v-8e52fe94] {
  1214. position: absolute;
  1215. width: 2px;
  1216. height: 100%;
  1217. background-color: #19be6b;
  1218. top: 32px;
  1219. bottom: 0;
  1220. left: 11px;
  1221. }