express-order.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  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-83036558], uni-scroll-view[data-v-83036558], uni-swiper-item[data-v-83036558] {
  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. .u-radio[data-v-83036558] {
  123. display: flex;
  124. flex-direction: row;
  125. overflow: hidden;
  126. flex-direction: row;
  127. align-items: center;
  128. margin-bottom: 5px;
  129. margin-top: 5px;
  130. }
  131. .u-radio-label--left[data-v-83036558] {
  132. flex-direction: row;
  133. }
  134. .u-radio-label--right[data-v-83036558] {
  135. flex-direction: row-reverse;
  136. justify-content: space-between;
  137. }
  138. .u-radio__icon-wrap[data-v-83036558] {
  139. box-sizing: border-box;
  140. transition-property: border-color, background-color, color;
  141. transition-duration: 0.2s;
  142. color: #606266;
  143. display: flex;
  144. flex-direction: row;
  145. align-items: center;
  146. justify-content: center;
  147. color: transparent;
  148. text-align: center;
  149. margin-right: 6px;
  150. font-size: 20px;
  151. border-width: 1px;
  152. border-color: #c8c9cc;
  153. border-style: solid;
  154. }
  155. .u-radio__icon-wrap--circle[data-v-83036558] {
  156. border-radius: 100%;
  157. }
  158. .u-radio__icon-wrap--square[data-v-83036558] {
  159. border-radius: 3px;
  160. }
  161. .u-radio__icon-wrap--checked[data-v-83036558] {
  162. color: #fff;
  163. background-color: red;
  164. border-color: #2979ff;
  165. }
  166. .u-radio__icon-wrap--disabled[data-v-83036558] {
  167. background-color: #ebedf0 !important;
  168. }
  169. .u-radio__icon-wrap--disabled--checked[data-v-83036558] {
  170. color: #c8c9cc !important;
  171. }
  172. .u-radio__label[data-v-83036558] {
  173. word-wrap: break-word;
  174. margin-left: 5px;
  175. margin-right: 12px;
  176. color: #606266;
  177. font-size: 15px;
  178. }
  179. .u-radio__label--disabled[data-v-83036558] {
  180. color: #c8c9cc;
  181. }
  182. /**
  183. * 这里是uni-app内置的常用样式变量
  184. *
  185. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  186. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  187. *
  188. */
  189. /**
  190. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  191. *
  192. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  193. */
  194. /* 颜色变量 */
  195. /* 行为相关颜色 */
  196. /* 文字基本颜色 */
  197. /* 背景颜色 */
  198. /* 边框颜色 */
  199. /* 尺寸变量 */
  200. /* 文字尺寸 */
  201. /* 图片尺寸 */
  202. /* Border Radius */
  203. /* 水平间距 */
  204. /* 垂直间距 */
  205. /* 透明度 */
  206. /* 文章场景相关 */
  207. uni-view[data-v-cbc8bf70], uni-scroll-view[data-v-cbc8bf70], uni-swiper-item[data-v-cbc8bf70] {
  208. display: flex;
  209. flex-direction: column;
  210. flex-shrink: 0;
  211. flex-grow: 0;
  212. flex-basis: auto;
  213. align-items: stretch;
  214. align-content: flex-start;
  215. }
  216. .u-radio-group[data-v-cbc8bf70] {
  217. flex: 1;
  218. }
  219. .u-radio-group--row[data-v-cbc8bf70] {
  220. display: flex;
  221. flex-flow: row wrap;
  222. }
  223. .u-radio-group--column[data-v-cbc8bf70] {
  224. display: flex;
  225. flex-direction: column;
  226. }
  227. /**
  228. * 这里是uni-app内置的常用样式变量
  229. *
  230. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  231. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  232. *
  233. */
  234. /**
  235. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  236. *
  237. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  238. */
  239. /* 颜色变量 */
  240. /* 行为相关颜色 */
  241. /* 文字基本颜色 */
  242. /* 背景颜色 */
  243. /* 边框颜色 */
  244. /* 尺寸变量 */
  245. /* 文字尺寸 */
  246. /* 图片尺寸 */
  247. /* Border Radius */
  248. /* 水平间距 */
  249. /* 垂直间距 */
  250. /* 透明度 */
  251. /* 文章场景相关 */
  252. uni-view[data-v-df79975b], uni-scroll-view[data-v-df79975b], uni-swiper-item[data-v-df79975b] {
  253. display: flex;
  254. flex-direction: column;
  255. flex-shrink: 0;
  256. flex-grow: 0;
  257. flex-basis: auto;
  258. align-items: stretch;
  259. align-content: flex-start;
  260. }
  261. .u-input[data-v-df79975b] {
  262. display: flex;
  263. flex-direction: row;
  264. align-items: center;
  265. justify-content: space-between;
  266. flex: 1;
  267. }
  268. .u-input--radius[data-v-df79975b], .u-input--square[data-v-df79975b] {
  269. border-radius: 4px;
  270. }
  271. .u-input--no-radius[data-v-df79975b] {
  272. border-radius: 0;
  273. }
  274. .u-input--circle[data-v-df79975b] {
  275. border-radius: 100px;
  276. }
  277. .u-input__content[data-v-df79975b] {
  278. flex: 1;
  279. display: flex;
  280. flex-direction: row;
  281. align-items: center;
  282. justify-content: space-between;
  283. }
  284. .u-input__content__field-wrapper[data-v-df79975b] {
  285. position: relative;
  286. display: flex;
  287. flex-direction: row;
  288. margin: 0;
  289. flex: 1;
  290. }
  291. .u-input__content__field-wrapper__field[data-v-df79975b] {
  292. line-height: 26px;
  293. text-align: left;
  294. color: #303133;
  295. height: 24px;
  296. font-size: 15px;
  297. flex: 1;
  298. }
  299. .u-input__content__clear[data-v-df79975b] {
  300. width: 20px;
  301. height: 20px;
  302. border-radius: 100px;
  303. background-color: #c6c7cb;
  304. display: flex;
  305. flex-direction: row;
  306. align-items: center;
  307. justify-content: center;
  308. transform: scale(0.82);
  309. margin-left: 4px;
  310. }
  311. .u-input__content__subfix-icon[data-v-df79975b] {
  312. margin-left: 4px;
  313. }
  314. .u-input__content__prefix-icon[data-v-df79975b] {
  315. margin-right: 4px;
  316. }
  317. /**
  318. * 这里是uni-app内置的常用样式变量
  319. *
  320. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  321. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  322. *
  323. */
  324. /**
  325. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  326. *
  327. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  328. */
  329. /* 颜色变量 */
  330. /* 行为相关颜色 */
  331. /* 文字基本颜色 */
  332. /* 背景颜色 */
  333. /* 边框颜色 */
  334. /* 尺寸变量 */
  335. /* 文字尺寸 */
  336. /* 图片尺寸 */
  337. /* Border Radius */
  338. /* 水平间距 */
  339. /* 垂直间距 */
  340. /* 透明度 */
  341. /* 文章场景相关 */
  342. uni-view[data-v-2af81691], uni-scroll-view[data-v-2af81691], uni-swiper-item[data-v-2af81691] {
  343. display: flex;
  344. flex-direction: column;
  345. flex-shrink: 0;
  346. flex-grow: 0;
  347. flex-basis: auto;
  348. align-items: stretch;
  349. align-content: flex-start;
  350. }
  351. .u-loading-icon[data-v-2af81691] {
  352. flex-direction: row;
  353. align-items: center;
  354. justify-content: center;
  355. color: #c8c9cc;
  356. }
  357. .u-loading-icon__text[data-v-2af81691] {
  358. margin-left: 4px;
  359. color: #606266;
  360. font-size: 14px;
  361. line-height: 20px;
  362. }
  363. .u-loading-icon__spinner[data-v-2af81691] {
  364. width: 30px;
  365. height: 30px;
  366. position: relative;
  367. box-sizing: border-box;
  368. max-width: 100%;
  369. max-height: 100%;
  370. animation: u-rotate-2af81691 1s linear infinite;
  371. }
  372. .u-loading-icon__spinner--semicircle[data-v-2af81691] {
  373. border-width: 2px;
  374. border-color: transparent;
  375. border-top-right-radius: 100px;
  376. border-top-left-radius: 100px;
  377. border-bottom-left-radius: 100px;
  378. border-bottom-right-radius: 100px;
  379. border-style: solid;
  380. }
  381. .u-loading-icon__spinner--circle[data-v-2af81691] {
  382. border-top-right-radius: 100px;
  383. border-top-left-radius: 100px;
  384. border-bottom-left-radius: 100px;
  385. border-bottom-right-radius: 100px;
  386. border-width: 2px;
  387. border-top-color: #e5e5e5;
  388. border-right-color: #e5e5e5;
  389. border-bottom-color: #e5e5e5;
  390. border-left-color: #e5e5e5;
  391. border-style: solid;
  392. }
  393. .u-loading-icon--vertical[data-v-2af81691] {
  394. flex-direction: column;
  395. }
  396. [data-v-2af81691]:host {
  397. font-size: 0px;
  398. line-height: 1;
  399. }
  400. .u-loading-icon__spinner--spinner[data-v-2af81691] {
  401. animation-timing-function: steps(12);
  402. }
  403. .u-loading-icon__text[data-v-2af81691]:empty {
  404. display: none;
  405. }
  406. .u-loading-icon--vertical .u-loading-icon__text[data-v-2af81691] {
  407. margin: 6px 0 0;
  408. color: #606266;
  409. }
  410. .u-loading-icon__dot[data-v-2af81691] {
  411. position: absolute;
  412. top: 0;
  413. left: 0;
  414. width: 100%;
  415. height: 100%;
  416. }
  417. .u-loading-icon__dot[data-v-2af81691]:before {
  418. display: block;
  419. width: 2px;
  420. height: 25%;
  421. margin: 0 auto;
  422. background-color: currentColor;
  423. border-radius: 40%;
  424. content: " ";
  425. }
  426. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(1) {
  427. transform: rotate(30deg);
  428. opacity: 1;
  429. }
  430. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(2) {
  431. transform: rotate(60deg);
  432. opacity: 0.9375;
  433. }
  434. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(3) {
  435. transform: rotate(90deg);
  436. opacity: 0.875;
  437. }
  438. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(4) {
  439. transform: rotate(120deg);
  440. opacity: 0.8125;
  441. }
  442. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(5) {
  443. transform: rotate(150deg);
  444. opacity: 0.75;
  445. }
  446. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(6) {
  447. transform: rotate(180deg);
  448. opacity: 0.6875;
  449. }
  450. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(7) {
  451. transform: rotate(210deg);
  452. opacity: 0.625;
  453. }
  454. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(8) {
  455. transform: rotate(240deg);
  456. opacity: 0.5625;
  457. }
  458. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(9) {
  459. transform: rotate(270deg);
  460. opacity: 0.5;
  461. }
  462. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(10) {
  463. transform: rotate(300deg);
  464. opacity: 0.4375;
  465. }
  466. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(11) {
  467. transform: rotate(330deg);
  468. opacity: 0.375;
  469. }
  470. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(12) {
  471. transform: rotate(360deg);
  472. opacity: 0.3125;
  473. }
  474. @keyframes u-rotate-2af81691 {
  475. 0% {
  476. transform: rotate(0deg);
  477. }
  478. to {
  479. transform: rotate(1turn);
  480. }
  481. }
  482. /**
  483. * 这里是uni-app内置的常用样式变量
  484. *
  485. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  486. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  487. *
  488. */
  489. /**
  490. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  491. *
  492. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  493. */
  494. /* 颜色变量 */
  495. /* 行为相关颜色 */
  496. /* 文字基本颜色 */
  497. /* 背景颜色 */
  498. /* 边框颜色 */
  499. /* 尺寸变量 */
  500. /* 文字尺寸 */
  501. /* 图片尺寸 */
  502. /* Border Radius */
  503. /* 水平间距 */
  504. /* 垂直间距 */
  505. /* 透明度 */
  506. /* 文章场景相关 */
  507. uni-view[data-v-5ce41ee6], uni-scroll-view[data-v-5ce41ee6], uni-swiper-item[data-v-5ce41ee6] {
  508. display: flex;
  509. flex-direction: column;
  510. flex-shrink: 0;
  511. flex-grow: 0;
  512. flex-basis: auto;
  513. align-items: stretch;
  514. align-content: flex-start;
  515. }
  516. .u-button[data-v-5ce41ee6] {
  517. width: 100%;
  518. }
  519. .u-button__text[data-v-5ce41ee6] {
  520. white-space: nowrap;
  521. line-height: 1;
  522. }
  523. .u-button[data-v-5ce41ee6]:before {
  524. position: absolute;
  525. top: 50%;
  526. left: 50%;
  527. width: 100%;
  528. height: 100%;
  529. border: inherit;
  530. border-radius: inherit;
  531. transform: translate(-50%, -50%);
  532. opacity: 0;
  533. content: " ";
  534. background-color: #000;
  535. border-color: #000;
  536. }
  537. .u-button--active[data-v-5ce41ee6]:before {
  538. opacity: 0.15;
  539. }
  540. .u-button__icon + .u-button__text[data-v-5ce41ee6]:not(:empty), .u-button__loading-text[data-v-5ce41ee6] {
  541. margin-left: 4px;
  542. }
  543. .u-button--plain.u-button--primary[data-v-5ce41ee6] {
  544. color: #22ac38;
  545. }
  546. .u-button--plain.u-button--info[data-v-5ce41ee6] {
  547. color: #909399;
  548. }
  549. .u-button--plain.u-button--success[data-v-5ce41ee6] {
  550. color: #22ac38;
  551. }
  552. .u-button--plain.u-button--error[data-v-5ce41ee6] {
  553. color: #f56c6c;
  554. }
  555. .u-button--plain.u-button--warning[data-v-5ce41ee6] {
  556. color: #f56c6c;
  557. }
  558. .u-button[data-v-5ce41ee6] {
  559. height: 52px;
  560. position: relative;
  561. align-items: center;
  562. justify-content: center;
  563. display: flex;
  564. flex-direction: row;
  565. box-sizing: border-box;
  566. flex-direction: row;
  567. }
  568. .u-button__text[data-v-5ce41ee6] {
  569. font-size: 16px;
  570. }
  571. .u-button__loading-text[data-v-5ce41ee6] {
  572. font-size: 16px;
  573. margin-left: 4px;
  574. }
  575. .u-button--large[data-v-5ce41ee6] {
  576. width: 100%;
  577. height: 64px;
  578. padding: 0 15px;
  579. font-size: 20px;
  580. }
  581. .u-button--normal[data-v-5ce41ee6] {
  582. padding: 0 12px;
  583. font-size: 16px;
  584. }
  585. .u-button--small[data-v-5ce41ee6] {
  586. min-width: 60px;
  587. height: 30px;
  588. padding: 0px 8px;
  589. font-size: 12px;
  590. }
  591. .u-button--mini[data-v-5ce41ee6] {
  592. height: 22px;
  593. font-size: 10px;
  594. min-width: 50px;
  595. padding: 0px 8px;
  596. }
  597. .u-button--disabled[data-v-5ce41ee6] {
  598. opacity: 0.5;
  599. }
  600. .u-button--info[data-v-5ce41ee6] {
  601. color: #323233;
  602. background-color: #fff;
  603. border-color: #ebedf0;
  604. border-width: 1px;
  605. border-style: solid;
  606. }
  607. .u-button--success[data-v-5ce41ee6] {
  608. color: #fff;
  609. background-color: #22ac38;
  610. border-color: #22ac38;
  611. border-width: 1px;
  612. border-style: solid;
  613. }
  614. .u-button--primary[data-v-5ce41ee6] {
  615. color: #fff;
  616. background-color: #22ac38;
  617. border-color: #22ac38;
  618. border-width: 1px;
  619. border-style: solid;
  620. }
  621. .u-button--error[data-v-5ce41ee6] {
  622. color: #fff;
  623. background-color: #f56c6c;
  624. border-color: #f56c6c;
  625. border-width: 1px;
  626. border-style: solid;
  627. }
  628. .u-button--warning[data-v-5ce41ee6] {
  629. color: #fff;
  630. background-color: #f9ae3d;
  631. border-color: #f9ae3d;
  632. border-width: 1px;
  633. border-style: solid;
  634. }
  635. .u-button--block[data-v-5ce41ee6] {
  636. display: flex;
  637. flex-direction: row;
  638. width: 100%;
  639. }
  640. .u-button--circle[data-v-5ce41ee6] {
  641. border-top-right-radius: 100px;
  642. border-top-left-radius: 100px;
  643. border-bottom-left-radius: 100px;
  644. border-bottom-right-radius: 100px;
  645. }
  646. .u-button--square[data-v-5ce41ee6] {
  647. border-bottom-left-radius: 3px;
  648. border-bottom-right-radius: 3px;
  649. border-top-left-radius: 3px;
  650. border-top-right-radius: 3px;
  651. }
  652. .u-button__icon[data-v-5ce41ee6] {
  653. min-width: 1em;
  654. line-height: inherit !important;
  655. vertical-align: top;
  656. }
  657. .u-button--plain[data-v-5ce41ee6] {
  658. background-color: #fff;
  659. }
  660. .u-button--hairline[data-v-5ce41ee6] {
  661. border-width: 0.5px !important;
  662. }
  663. /**
  664. * 这里是uni-app内置的常用样式变量
  665. *
  666. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  667. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  668. *
  669. */
  670. /**
  671. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  672. *
  673. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  674. */
  675. /* 颜色变量 */
  676. /* 行为相关颜色 */
  677. /* 文字基本颜色 */
  678. /* 背景颜色 */
  679. /* 边框颜色 */
  680. /* 尺寸变量 */
  681. /* 文字尺寸 */
  682. /* 图片尺寸 */
  683. /* Border Radius */
  684. /* 水平间距 */
  685. /* 垂直间距 */
  686. /* 透明度 */
  687. /* 文章场景相关 */
  688. uni-view[data-v-72791e59], uni-scroll-view[data-v-72791e59], uni-swiper-item[data-v-72791e59] {
  689. display: flex;
  690. flex-direction: column;
  691. flex-shrink: 0;
  692. flex-grow: 0;
  693. flex-basis: auto;
  694. align-items: stretch;
  695. align-content: flex-start;
  696. }
  697. .u-line[data-v-72791e59] {
  698. vertical-align: middle;
  699. }
  700. /**
  701. * 这里是uni-app内置的常用样式变量
  702. *
  703. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  704. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  705. *
  706. */
  707. /**
  708. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  709. *
  710. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  711. */
  712. /* 颜色变量 */
  713. /* 行为相关颜色 */
  714. /* 文字基本颜色 */
  715. /* 背景颜色 */
  716. /* 边框颜色 */
  717. /* 尺寸变量 */
  718. /* 文字尺寸 */
  719. /* 图片尺寸 */
  720. /* Border Radius */
  721. /* 水平间距 */
  722. /* 垂直间距 */
  723. /* 透明度 */
  724. /* 文章场景相关 */
  725. uni-view[data-v-ea022cee], uni-scroll-view[data-v-ea022cee], uni-swiper-item[data-v-ea022cee] {
  726. display: flex;
  727. flex-direction: column;
  728. flex-shrink: 0;
  729. flex-grow: 0;
  730. flex-basis: auto;
  731. align-items: stretch;
  732. align-content: flex-start;
  733. }
  734. .u-divider[data-v-ea022cee] {
  735. display: flex;
  736. flex-direction: row;
  737. flex-direction: row;
  738. align-items: center;
  739. margin: 15px 0;
  740. }
  741. .u-divider__text[data-v-ea022cee] {
  742. margin: 0 15px;
  743. }
  744. .u-divider__dot[data-v-ea022cee] {
  745. font-size: 12px;
  746. margin: 0 12px;
  747. color: #c0c4cc;
  748. }
  749. /**
  750. * 这里是uni-app内置的常用样式变量
  751. *
  752. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  753. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  754. *
  755. */
  756. /**
  757. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  758. *
  759. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  760. */
  761. /* 颜色变量 */
  762. /* 行为相关颜色 */
  763. /* 文字基本颜色 */
  764. /* 背景颜色 */
  765. /* 边框颜色 */
  766. /* 尺寸变量 */
  767. /* 文字尺寸 */
  768. /* 图片尺寸 */
  769. /* Border Radius */
  770. /* 水平间距 */
  771. /* 垂直间距 */
  772. /* 透明度 */
  773. /* 文章场景相关 */
  774. .select-section[data-v-b27ee25f] {
  775. background-color: #fff;
  776. padding: 12px;
  777. border-radius: 4px;
  778. margin-bottom: 12px;
  779. position: relative;
  780. }
  781. .batch-select[data-v-b27ee25f] {
  782. display: flex;
  783. align-items: center;
  784. }
  785. .batch-select .required[data-v-b27ee25f] {
  786. color: #ff0000;
  787. margin-right: 4px;
  788. }
  789. .count-badge[data-v-b27ee25f] {
  790. position: absolute;
  791. right: 0;
  792. top: 40%;
  793. background-color: #4CAF50;
  794. color: #fff;
  795. padding: 10px 12px;
  796. font-size: 15px;
  797. border-radius: 5px 0 0 5px;
  798. }
  799. .query-section[data-v-b27ee25f] {
  800. background-color: #fff;
  801. padding: 12px;
  802. border-radius: 4px;
  803. }
  804. .batch-input[data-v-b27ee25f] {
  805. position: relative;
  806. flex: 1;
  807. width: 100%;
  808. }
  809. .batch-input .batch-input-text[data-v-b27ee25f] {
  810. position: absolute;
  811. left: 0;
  812. right: 0;
  813. top: 0;
  814. bottom: 0;
  815. z-index: 10;
  816. }
  817. .footer[data-v-b27ee25f] {
  818. position: fixed;
  819. left: 0;
  820. right: 0;
  821. bottom: 0;
  822. display: flex;
  823. flex-direction: column;
  824. background-color: #fff;
  825. }
  826. .footer .u-button[data-v-b27ee25f] {
  827. width: 100%;
  828. border-radius: 0;
  829. }
  830. .footer .search-box[data-v-b27ee25f] {
  831. display: flex;
  832. gap: 12px;
  833. margin-top: 12px;
  834. }
  835. .footer .search-box[data-v-b27ee25f] .u-input {
  836. flex: 1;
  837. }
  838. .footer .search-box[data-v-b27ee25f] .u-button {
  839. width: 80px;
  840. border-radius: 5px;
  841. }
  842. .batch-popup[data-v-b27ee25f] {
  843. background-color: #fff;
  844. border-radius: 16px 16px 0 0;
  845. }
  846. .batch-popup .popup-header[data-v-b27ee25f] {
  847. padding: 12px;
  848. display: flex;
  849. justify-content: space-between;
  850. align-items: center;
  851. border-bottom: 1px solid #eee;
  852. box-sizing: border-box;
  853. }
  854. .batch-popup .popup-header .header-right[data-v-b27ee25f] {
  855. display: flex;
  856. align-items: center;
  857. gap: 12px;
  858. }
  859. .batch-popup .popup-header .header-right .new-batch[data-v-b27ee25f] {
  860. color: #2979ff;
  861. min-width: 70px;
  862. }
  863. .batch-popup .popup-header .header-right .u-button[data-v-b27ee25f] {
  864. height: 2rem;
  865. }
  866. .batch-popup .batch-list[data-v-b27ee25f] {
  867. max-height: 60vh;
  868. padding: 0 16px;
  869. box-sizing: border-box;
  870. }
  871. .batch-popup .batch-item[data-v-b27ee25f] {
  872. padding: 13px 0;
  873. box-sizing: border-box;
  874. display: flex;
  875. justify-content: space-between;
  876. border-bottom: 1px solid #eee;
  877. }
  878. .batch-popup .batch-item.active[data-v-b27ee25f] {
  879. color: #2979ff;
  880. }