confirmPackageOrder.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  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. /*自定义主题色 */
  27. .evan-switch[data-v-687346f1] {
  28. position: relative;
  29. border-width: 1px;
  30. border-color: rgba(0, 0, 0, 0.1);
  31. border-style: solid;
  32. transition: background-color 0.3s;
  33. width: 3.125rem;
  34. height: 1.125rem;
  35. background: #0bb3f2;
  36. border-radius: 0.5625rem;
  37. box-sizing: content-box;
  38. }
  39. .evan-switch--disabled[data-v-687346f1] {
  40. opacity: 0.3;
  41. }
  42. .evan-switch__circle[data-v-687346f1] {
  43. position: absolute;
  44. left: -0.125rem;
  45. top: -0.25rem;
  46. width: 1.5625rem;
  47. height: 1.5625rem;
  48. background: #FFFFFF;
  49. box-shadow: 0px 2px 10px 0px rgba(166, 217, 212, 0.49);
  50. border-radius: 50%;
  51. box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  52. transition: transform 0.3s;
  53. }
  54. /**
  55. * 这里是uni-app内置的常用样式变量
  56. *
  57. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  58. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  59. *
  60. */
  61. /**
  62. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  63. *
  64. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  65. */
  66. /* 颜色变量 */
  67. /* 行为相关颜色 */
  68. /* 文字基本颜色 */
  69. /* 背景颜色 */
  70. /* 边框颜色 */
  71. /* 尺寸变量 */
  72. /* 文字尺寸 */
  73. /* 图片尺寸 */
  74. /* Border Radius */
  75. /* 水平间距 */
  76. /* 垂直间距 */
  77. /* 透明度 */
  78. /* 文章场景相关 */
  79. /*自定义主题色 */
  80. .popup.popup-show[data-v-4fac7f82] {
  81. position: fixed;
  82. top: 0;
  83. right: 0;
  84. left: 0;
  85. bottom: 0;
  86. overflow: hidden;
  87. z-index: 999;
  88. }
  89. .popup .mask[data-v-4fac7f82] {
  90. position: fixed;
  91. top: 0;
  92. right: 0;
  93. bottom: 0;
  94. left: 0;
  95. background-color: rgba(0, 0, 0, 0.5);
  96. z-index: 999;
  97. }
  98. .popup .content[data-v-4fac7f82] {
  99. position: fixed;
  100. bottom: 0;
  101. left: 0;
  102. right: 0;
  103. height: 0;
  104. height: auto;
  105. background-color: #ffffff;
  106. transition: all 0.2s ease-in;
  107. z-index: 1000;
  108. display: flex;
  109. flex-direction: column;
  110. align-items: center;
  111. overflow: hidden;
  112. }
  113. .popup .content .title-bar[data-v-4fac7f82] {
  114. width: 100%;
  115. flex-shrink: 0;
  116. text-align: center;
  117. position: relative;
  118. padding: 0.3125rem 2.1875rem 0;
  119. box-sizing: border-box;
  120. height: 2.5rem;
  121. }
  122. .popup .content .title-bar .title[data-v-4fac7f82] {
  123. font-size: 1.0625rem;
  124. font-family: PingFang SC;
  125. font-weight: bold !important;
  126. color: #111111;
  127. width: 100%;
  128. overflow: hidden;
  129. text-overflow: ellipsis;
  130. white-space: nowrap;
  131. }
  132. .popup .content .title-bar .close-wrap[data-v-4fac7f82] {
  133. position: absolute;
  134. top: 0.625rem;
  135. right: 0.3125rem;
  136. padding: 0.3125rem 0.625rem;
  137. box-sizing: border-box;
  138. }
  139. .popup .content .title-bar .close-icon[data-v-4fac7f82] {
  140. width: 1.25rem;
  141. height: 1.25rem;
  142. }
  143. .popup .content .scroll-wrap[data-v-4fac7f82] {
  144. flex: 1;
  145. height: 0;
  146. width: 100%;
  147. }
  148. .popup .content.visible[data-v-4fac7f82] {
  149. max-height: 75%;
  150. overflow-y: hidden;
  151. height: auto;
  152. }
  153. .scroll-view[data-v-4fac7f82] ::-webkit-scrollbar {
  154. display: none !important;
  155. width: 0 !important;
  156. height: 0 !important;
  157. -webkit-appearance: none;
  158. background: transparent;
  159. }
  160. .popup_content[data-v-4fac7f82] {
  161. width: 100%;
  162. padding: 0 0.9375rem;
  163. box-sizing: border-box;
  164. }
  165. .popup_content[data-v-4fac7f82]::after {
  166. display: block;
  167. width: 100%;
  168. content: " ";
  169. overflow: hidden;
  170. opacity: 0;
  171. height: 0.03125rem;
  172. }
  173. /**
  174. * 这里是uni-app内置的常用样式变量
  175. *
  176. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  177. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  178. *
  179. */
  180. /**
  181. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  182. *
  183. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  184. */
  185. /* 颜色变量 */
  186. /* 行为相关颜色 */
  187. /* 文字基本颜色 */
  188. /* 背景颜色 */
  189. /* 边框颜色 */
  190. /* 尺寸变量 */
  191. /* 文字尺寸 */
  192. /* 图片尺寸 */
  193. /* Border Radius */
  194. /* 水平间距 */
  195. /* 垂直间距 */
  196. /* 透明度 */
  197. /* 文章场景相关 */
  198. /*自定义主题色 */
  199. .inner-box {
  200. padding: 0.625rem 0.625rem 4.375rem;
  201. }
  202. .inner-box .address-box {
  203. box-sizing: border-box;
  204. min-height: 5.34375rem;
  205. background: #FFFFFF;
  206. border-radius: 0.5rem;
  207. background-image: url(../../static/images/address_bg.png);
  208. background-repeat: no-repeat;
  209. background-size: 100% 0.9375rem;
  210. background-position: left bottom;
  211. padding: 1.1875rem 0.9375rem 1.125rem;
  212. display: flex;
  213. align-items: center;
  214. justify-content: space-between;
  215. }
  216. .inner-box .address-box .left {
  217. width: 92%;
  218. }
  219. .inner-box .address-box .left .name-box {
  220. display: flex;
  221. align-items: center;
  222. }
  223. .inner-box .address-box .left .name-box .text {
  224. font-size: 1rem;
  225. font-family: PingFang SC;
  226. font-weight: bold;
  227. color: #111111;
  228. line-height: 1;
  229. }
  230. .inner-box .address-box .left .name-box .text.name {
  231. margin-right: 0.9375rem;
  232. }
  233. .inner-box .address-box .left .address {
  234. font-size: 0.875rem;
  235. font-family: PingFang SC;
  236. font-weight: 500;
  237. color: #666666;
  238. line-height: 1.3125rem;
  239. text-align: left;
  240. margin-top: 0.71875rem;
  241. }
  242. .inner-box .address-box .arrow-box {
  243. width: 0.375rem;
  244. height: 0.71875rem;
  245. display: flex;
  246. align-items: cenetr;
  247. justify-content: cenetr;
  248. }
  249. .inner-box .address-box .arrow-box uni-image {
  250. width: 100%;
  251. height: 100%;
  252. }
  253. .inner-box .goods-list {
  254. margin-top: 0.625rem;
  255. padding: 0 0.9375rem;
  256. background-color: #FFFFFF;
  257. border-radius: 0.5rem;
  258. }
  259. .inner-box .goods-list .item {
  260. padding: 0.9375rem 0;
  261. border-bottom: 1px solid #EDEEEF;
  262. display: flex;
  263. align-items: center;
  264. }
  265. .inner-box .goods-list .item .img-box {
  266. width: 5rem;
  267. height: 5rem;
  268. margin-right: 0.9375rem;
  269. }
  270. .inner-box .goods-list .item .img-box uni-image {
  271. width: 100%;
  272. height: 100%;
  273. }
  274. .inner-box .goods-list .item .info-box {
  275. width: calc(100% - 5.9375rem);
  276. height: 5rem;
  277. display: flex;
  278. flex-direction: column;
  279. justify-content: space-between;
  280. }
  281. .inner-box .goods-list .item .info-box .name-box {
  282. font-size: 0.875rem;
  283. font-family: PingFang SC;
  284. font-weight: 500;
  285. color: #111111;
  286. line-height: 1.25rem;
  287. }
  288. .inner-box .goods-list .item .info-box .name-box .tag {
  289. display: inline-block;
  290. padding: 0 0.1875rem;
  291. height: 0.9375rem;
  292. background: linear-gradient(90deg, #66b2ef 0%, #0bb3f2 100%);
  293. border-radius: 0.125rem;
  294. margin-right: 0.3125rem;
  295. font-size: 0.6875rem;
  296. font-family: PingFang SC;
  297. font-weight: bold;
  298. color: #FFFFFF;
  299. line-height: 0.9375rem;
  300. float: left;
  301. margin-top: 0.21875rem;
  302. }
  303. .inner-box .goods-list .item .info-box .spec {
  304. margin-top: 0.3125rem;
  305. font-size: 0.75rem;
  306. font-family: PingFang SC;
  307. font-weight: 500;
  308. color: #999999;
  309. line-height: 1;
  310. }
  311. .inner-box .goods-list .item .info-box .price-num {
  312. display: flex;
  313. align-items: center;
  314. justify-content: space-between;
  315. }
  316. .inner-box .goods-list .item .info-box .price-num .price {
  317. display: flex;
  318. align-items: flex-end;
  319. }
  320. .inner-box .goods-list .item .info-box .price-num .price .unit {
  321. font-size: 0.75rem;
  322. font-family: PingFang SC;
  323. font-weight: 500;
  324. color: #111111;
  325. line-height: 1.2;
  326. margin-right: 0.125rem;
  327. }
  328. .inner-box .goods-list .item .info-box .price-num .price .num {
  329. font-size: 1rem;
  330. font-family: PingFang SC;
  331. font-weight: 500;
  332. color: #111111;
  333. line-height: 1;
  334. }
  335. .inner-box .goods-list .item .info-box .price-num .num {
  336. font-size: 0.75rem;
  337. font-family: PingFang SC;
  338. font-weight: 500;
  339. color: #999999;
  340. line-height: 1;
  341. }
  342. .inner-box .goods-list .sub-total {
  343. height: 2.75rem;
  344. display: flex;
  345. align-items: center;
  346. justify-content: flex-end;
  347. }
  348. .inner-box .goods-list .sub-total .label {
  349. font-size: 0.75rem;
  350. font-family: PingFang SC;
  351. font-weight: 500;
  352. color: #999999;
  353. }
  354. .inner-box .goods-list .sub-total .price {
  355. display: flex;
  356. align-items: flex-end;
  357. }
  358. .inner-box .goods-list .sub-total .price .unit {
  359. font-size: 0.75rem;
  360. font-family: PingFang SC;
  361. font-weight: 500;
  362. color: #FF6633;
  363. line-height: 1.2;
  364. margin-right: 0.125rem;
  365. }
  366. .inner-box .goods-list .sub-total .price .num {
  367. font-size: 1rem;
  368. font-family: PingFang SC;
  369. font-weight: bold;
  370. color: #FF6633;
  371. line-height: 1;
  372. }
  373. .inner-box .points {
  374. height: 2.75rem;
  375. padding: 0 0.9375rem;
  376. background: #FFFFFF;
  377. border-radius: 0.5rem;
  378. margin-top: 0.625rem;
  379. display: flex;
  380. align-items: center;
  381. justify-content: space-between;
  382. }
  383. .inner-box .points .left {
  384. display: flex;
  385. align-items: center;
  386. }
  387. .inner-box .points .left uni-image {
  388. width: 0.875rem;
  389. height: 0.875rem;
  390. margin-right: 0.625rem;
  391. }
  392. .inner-box .points .left .text {
  393. font-size: 0.875rem;
  394. font-family: PingFang SC;
  395. font-weight: 500;
  396. color: #666666;
  397. }
  398. .inner-box .points .right {
  399. display: flex;
  400. align-items: center;
  401. }
  402. .inner-box .points .right .text {
  403. font-size: 0.875rem;
  404. font-family: PingFang SC;
  405. font-weight: 500;
  406. color: #111111;
  407. }
  408. .inner-box .points .right uni-image {
  409. margin-left: 0.46875rem;
  410. width: 0.4375rem;
  411. height: 0.75rem;
  412. }
  413. .inner-box .remarks {
  414. height: 2.75rem;
  415. padding: 0 0.9375rem;
  416. background: #FFFFFF;
  417. border-radius: 0.5rem;
  418. margin-top: 0.625rem;
  419. display: flex;
  420. align-items: center;
  421. }
  422. .inner-box .remarks uni-input {
  423. width: 100%;
  424. font-size: 0.875rem;
  425. font-family: PingFang SC;
  426. font-weight: 500;
  427. color: #000000;
  428. }
  429. .inner-box .remarks .input {
  430. font-size: 0.875rem;
  431. font-family: PingFang SC;
  432. font-weight: 500;
  433. color: #999999;
  434. }
  435. .btn-foot {
  436. box-sizing: border-box;
  437. width: 100%;
  438. height: 3.78125rem;
  439. background: #FFFFFF;
  440. padding: 0.5rem 0.9375rem 0.5rem 1.875rem;
  441. display: flex;
  442. align-items: center;
  443. justify-content: flex-end;
  444. position: fixed;
  445. left: 0;
  446. bottom: 0;
  447. z-index: 99;
  448. }
  449. .btn-foot .right {
  450. display: flex;
  451. align-items: center;
  452. }
  453. .btn-foot .right .total {
  454. display: flex;
  455. align-items: flex-end;
  456. margin-right: 1.125rem;
  457. }
  458. .btn-foot .right .total .label {
  459. font-size: 0.8125rem;
  460. font-family: PingFang SC;
  461. font-weight: 500;
  462. color: #999999;
  463. line-height: 1.5;
  464. }
  465. .btn-foot .right .total .price {
  466. display: flex;
  467. align-items: flex-end;
  468. }
  469. .btn-foot .right .total .price .unit {
  470. font-size: 1rem;
  471. font-family: PingFang SC;
  472. font-weight: bold;
  473. color: #FF6633;
  474. line-height: 1.2;
  475. margin-right: 0.3125rem;
  476. }
  477. .btn-foot .right .total .price .num {
  478. font-size: 1.5625rem;
  479. font-family: PingFang SC;
  480. font-weight: bold;
  481. color: #FF6633;
  482. line-height: 1;
  483. }
  484. .btn-foot .right .btn {
  485. width: 6.25rem;
  486. height: 2.75rem;
  487. line-height: 2.75rem;
  488. text-align: center;
  489. font-size: 0.9375rem;
  490. font-family: PingFang SC;
  491. font-weight: bold;
  492. color: #FFFFFF;
  493. background: #0bb3f2;
  494. border-radius: 1.375rem;
  495. }
  496. .coupon[data-v-365fa217] {
  497. height: 100%;
  498. }
  499. /*优惠券列表公共*/
  500. .coupon-list .item[data-v-365fa217] {
  501. display: flex;
  502. flex-direction: column;
  503. justify-content: center;
  504. align-items: center;
  505. width: 100%;
  506. height: 5.3125rem;
  507. margin-bottom: 0.5rem;
  508. }
  509. .coupon-list .item .money[data-v-365fa217] {
  510. background-size: 100% 100%;
  511. width: 7.5rem;
  512. height: 100%;
  513. color: #fff;
  514. font-size: 1.125rem;
  515. font-weight: bold;
  516. text-align: center;
  517. display: flex;
  518. flex-direction: column;
  519. align-items: center;
  520. justify-content: center;
  521. position: relative;
  522. }
  523. .coupon-list .item .money .img[data-v-365fa217] {
  524. position: absolute;
  525. width: 7.5rem;
  526. height: 100%;
  527. color: #fff;
  528. }
  529. .coupon-list .item .money .num[data-v-365fa217] {
  530. font-size: 1.875rem;
  531. }
  532. .coupon-list .item .money .pic-num[data-v-365fa217] {
  533. font-size: 0.625rem;
  534. z-index: 99;
  535. }
  536. .coupon-list .item .text[data-v-365fa217] {
  537. width: 14.0625rem;
  538. padding: 0 0.53125rem 0 0.75rem;
  539. background-color: #fff;
  540. box-sizing: border-box;
  541. }
  542. .coupon-list .item .text .condition[data-v-365fa217] {
  543. font-size: 0.9375rem;
  544. color: #282828;
  545. height: 2.90625rem;
  546. line-height: 2.90625rem;
  547. border-bottom: 1px solid #f0f0f0;
  548. }
  549. .coupon-list .item .text .data[data-v-365fa217] {
  550. font-size: 0.625rem;
  551. color: #999;
  552. height: 2.375rem;
  553. }
  554. .coupon-list .item .text .data .bnt[data-v-365fa217] {
  555. width: 4.25rem;
  556. height: 1.375rem;
  557. border-radius: 0.6875rem;
  558. font-size: 0.6875rem;
  559. color: #fff;
  560. text-align: center;
  561. line-height: 1.375rem;
  562. background-color: red;
  563. }
  564. .coupon-list .item .text .data .bnt.gray[data-v-365fa217] {
  565. background-color: #ccc;
  566. }