confirmCreateOrder.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  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. margin-bottom: 0.625rem;
  204. box-sizing: border-box;
  205. min-height: 5.34375rem;
  206. background: #FFFFFF;
  207. border-radius: 0.5rem;
  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 .shopbox {
  254. background: #FFFFFF;
  255. border-radius: 0.5rem;
  256. margin-bottom: 0.625rem;
  257. }
  258. .inner-box .shopbox .points {
  259. padding: 0 !important;
  260. }
  261. .inner-box .shopbox .remarks {
  262. padding: 0 !important;
  263. }
  264. .inner-box .shopbox-name {
  265. padding: 0.9375rem 0.9375rem 0 0.9375rem;
  266. font-family: PingFang SC, PingFang SC;
  267. font-weight: 400;
  268. font-size: 0.9375rem;
  269. color: #111;
  270. overflow: hidden;
  271. white-space: nowrap;
  272. text-overflow: ellipsis;
  273. }
  274. .inner-box .goods-list {
  275. padding: 0 0.9375rem;
  276. background-color: #FFFFFF;
  277. border-radius: 0.5rem;
  278. }
  279. .inner-box .goods-list .item {
  280. padding: 0.9375rem 0;
  281. border-bottom: 1px solid #EDEEEF;
  282. display: flex;
  283. align-items: center;
  284. }
  285. .inner-box .goods-list .item .img-box {
  286. width: 5rem;
  287. height: 5rem;
  288. margin-right: 0.9375rem;
  289. }
  290. .inner-box .goods-list .item .img-box uni-image {
  291. width: 100%;
  292. height: 100%;
  293. }
  294. .inner-box .goods-list .item .info-box {
  295. width: calc(100% - 5.9375rem);
  296. height: 5rem;
  297. display: flex;
  298. flex-direction: column;
  299. justify-content: space-between;
  300. }
  301. .inner-box .goods-list .item .info-box .name-box {
  302. font-size: 0.875rem;
  303. font-family: PingFang SC;
  304. font-weight: 500;
  305. color: #111111;
  306. line-height: 1.25rem;
  307. }
  308. .inner-box .goods-list .item .info-box .name-box .tag {
  309. display: inline-block;
  310. padding: 0 0.1875rem;
  311. height: 0.9375rem;
  312. background: linear-gradient(90deg, #66b2ef 0%, #0bb3f2 100%);
  313. border-radius: 0.125rem;
  314. margin-right: 0.3125rem;
  315. font-size: 0.6875rem;
  316. font-family: PingFang SC;
  317. font-weight: bold;
  318. color: #FFFFFF;
  319. line-height: 0.9375rem;
  320. float: left;
  321. margin-top: 0.21875rem;
  322. }
  323. .inner-box .goods-list .item .info-box .spec {
  324. margin-top: 0.3125rem;
  325. font-size: 0.75rem;
  326. font-family: PingFang SC;
  327. font-weight: 500;
  328. color: #999999;
  329. line-height: 1;
  330. }
  331. .inner-box .goods-list .item .info-box .price-num {
  332. display: flex;
  333. align-items: center;
  334. justify-content: space-between;
  335. }
  336. .inner-box .goods-list .item .info-box .price-num .price {
  337. display: flex;
  338. align-items: flex-end;
  339. }
  340. .inner-box .goods-list .item .info-box .price-num .price .unit {
  341. font-size: 0.75rem;
  342. font-family: PingFang SC;
  343. font-weight: 500;
  344. color: #111111;
  345. line-height: 1.2;
  346. margin-right: 0.125rem;
  347. }
  348. .inner-box .goods-list .item .info-box .price-num .price .num {
  349. font-size: 1rem;
  350. font-family: PingFang SC;
  351. font-weight: 500;
  352. color: #111111;
  353. line-height: 1;
  354. }
  355. .inner-box .goods-list .item .info-box .price-num .num {
  356. font-size: 0.75rem;
  357. font-family: PingFang SC;
  358. font-weight: 500;
  359. color: #999999;
  360. line-height: 1;
  361. }
  362. .inner-box .goods-list .sub-total {
  363. height: 2.75rem;
  364. display: flex;
  365. align-items: center;
  366. justify-content: flex-end;
  367. }
  368. .inner-box .goods-list .sub-total .label {
  369. font-size: 0.75rem;
  370. font-family: PingFang SC;
  371. font-weight: 500;
  372. color: #999999;
  373. }
  374. .inner-box .goods-list .sub-total .price {
  375. display: flex;
  376. align-items: flex-end;
  377. }
  378. .inner-box .goods-list .sub-total .price .unit {
  379. font-size: 0.75rem;
  380. font-family: PingFang SC;
  381. font-weight: 500;
  382. color: #FF6633;
  383. line-height: 1.2;
  384. margin-right: 0.125rem;
  385. }
  386. .inner-box .goods-list .sub-total .price .num {
  387. font-size: 1rem;
  388. font-family: PingFang SC;
  389. font-weight: bold;
  390. color: #FF6633;
  391. line-height: 1;
  392. }
  393. .inner-box .price-info {
  394. background: #FFFFFF;
  395. border-radius: 0.5rem;
  396. }
  397. .inner-box .price-info-title {
  398. padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem;
  399. font-family: PingFang SC, PingFang SC;
  400. font-weight: 500;
  401. font-size: 0.9375rem;
  402. color: #111;
  403. }
  404. .inner-box .price-info-unit {
  405. font-size: 0.75rem;
  406. }
  407. .inner-box .price-info-num {
  408. font-size: 0.875rem;
  409. }
  410. .inner-box .points {
  411. height: 2.75rem;
  412. padding: 0 0.9375rem;
  413. background: #FFFFFF;
  414. border-radius: 0.5rem;
  415. display: flex;
  416. align-items: center;
  417. justify-content: space-between;
  418. }
  419. .inner-box .points .left {
  420. display: flex;
  421. align-items: center;
  422. }
  423. .inner-box .points .left uni-image {
  424. width: 0.875rem;
  425. height: 0.875rem;
  426. margin-right: 0.625rem;
  427. }
  428. .inner-box .points .left .text {
  429. font-size: 0.875rem;
  430. font-family: PingFang SC;
  431. font-weight: 500;
  432. color: #666666;
  433. }
  434. .inner-box .points .right {
  435. display: flex;
  436. align-items: center;
  437. }
  438. .inner-box .points .right .text {
  439. font-size: 0.875rem;
  440. font-family: PingFang SC;
  441. font-weight: 500;
  442. color: #111111;
  443. }
  444. .inner-box .points .right uni-image {
  445. margin-left: 0.46875rem;
  446. width: 0.4375rem;
  447. height: 0.75rem;
  448. }
  449. .inner-box .remarks {
  450. padding: 0 0.9375rem;
  451. background: #FFFFFF;
  452. border-radius: 0.5rem;
  453. margin-top: 0.625rem;
  454. display: flex;
  455. align-items: center;
  456. }
  457. .inner-box .remarks uni-input {
  458. width: 100%;
  459. font-size: 0.875rem;
  460. font-family: PingFang SC;
  461. font-weight: 500;
  462. color: #000000;
  463. }
  464. .inner-box .remarks .input {
  465. font-size: 0.875rem;
  466. font-family: PingFang SC;
  467. font-weight: 500;
  468. color: #999999;
  469. }
  470. .btn-foot {
  471. box-sizing: border-box;
  472. width: 100%;
  473. height: 3.78125rem;
  474. background: #FFFFFF;
  475. padding: 0.5rem 0.9375rem 0.5rem 1.875rem;
  476. display: flex;
  477. align-items: center;
  478. justify-content: flex-end;
  479. position: fixed;
  480. left: 0;
  481. bottom: 0;
  482. z-index: 99;
  483. }
  484. .btn-foot .right {
  485. display: flex;
  486. align-items: center;
  487. }
  488. .btn-foot .right .total {
  489. display: flex;
  490. align-items: flex-end;
  491. margin-right: 1.125rem;
  492. }
  493. .btn-foot .right .total .label {
  494. font-size: 0.8125rem;
  495. font-family: PingFang SC;
  496. font-weight: 500;
  497. color: #999999;
  498. line-height: 1.5;
  499. }
  500. .btn-foot .right .total .price {
  501. display: flex;
  502. align-items: flex-end;
  503. }
  504. .btn-foot .right .total .price .unit {
  505. font-size: 1rem;
  506. font-family: PingFang SC;
  507. font-weight: bold;
  508. color: #FF6633;
  509. line-height: 1.2;
  510. margin-right: 0.3125rem;
  511. }
  512. .btn-foot .right .total .price .num {
  513. font-size: 1.5625rem;
  514. font-family: PingFang SC;
  515. font-weight: bold;
  516. color: #FF6633;
  517. line-height: 1;
  518. }
  519. .btn-foot .right .btn {
  520. width: 6.25rem;
  521. height: 2.75rem;
  522. line-height: 2.75rem;
  523. text-align: center;
  524. font-size: 0.9375rem;
  525. font-family: PingFang SC;
  526. font-weight: bold;
  527. color: #FFFFFF;
  528. background: #0bb3f2;
  529. border-radius: 1.375rem;
  530. }
  531. .coupon[data-v-5fa01107] {
  532. height: 100%;
  533. }
  534. /*优惠券列表公共*/
  535. .coupon-list .item[data-v-5fa01107] {
  536. display: flex;
  537. flex-direction: column;
  538. justify-content: center;
  539. align-items: center;
  540. width: 100%;
  541. height: 5.3125rem;
  542. margin-bottom: 0.5rem;
  543. }
  544. .coupon-list .item .money[data-v-5fa01107] {
  545. background-size: 100% 100%;
  546. width: 7.5rem;
  547. height: 100%;
  548. color: #fff;
  549. font-size: 1.125rem;
  550. font-weight: bold;
  551. text-align: center;
  552. display: flex;
  553. flex-direction: column;
  554. align-items: center;
  555. justify-content: center;
  556. position: relative;
  557. }
  558. .coupon-list .item .money .img[data-v-5fa01107] {
  559. position: absolute;
  560. width: 7.5rem;
  561. height: 100%;
  562. color: #fff;
  563. }
  564. .coupon-list .item .money .num[data-v-5fa01107] {
  565. font-size: 1.875rem;
  566. }
  567. .coupon-list .item .money .pic-num[data-v-5fa01107] {
  568. font-size: 0.625rem;
  569. z-index: 99;
  570. }
  571. .coupon-list .item .text[data-v-5fa01107] {
  572. width: 14.0625rem;
  573. padding: 0 0.53125rem 0 0.75rem;
  574. background-color: #fff;
  575. box-sizing: border-box;
  576. }
  577. .coupon-list .item .text .condition[data-v-5fa01107] {
  578. font-size: 0.9375rem;
  579. color: #282828;
  580. height: 2.90625rem;
  581. line-height: 2.90625rem;
  582. border-bottom: 1px solid #f0f0f0;
  583. }
  584. .coupon-list .item .text .data[data-v-5fa01107] {
  585. font-size: 0.625rem;
  586. color: #999;
  587. height: 2.375rem;
  588. }
  589. .coupon-list .item .text .data .bnt[data-v-5fa01107] {
  590. width: 4.25rem;
  591. height: 1.375rem;
  592. border-radius: 0.6875rem;
  593. font-size: 0.6875rem;
  594. color: #fff;
  595. text-align: center;
  596. line-height: 1.375rem;
  597. background-color: red;
  598. }
  599. .coupon-list .item .text .data .bnt.gray[data-v-5fa01107] {
  600. background-color: #ccc;
  601. }