order.wxss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824
  1. .status {
  2. background: #ff5777;
  3. padding: 10px 0 10px 10px;
  4. color: #fff;
  5. }
  6. .status-title {
  7. font-size: 1rem;
  8. }
  9. .logisticsWrap {
  10. border-bottom: 1px solid #ddd;
  11. background: #fff;
  12. }
  13. .receiver {
  14. background: #fff;
  15. display: -webkit-box;
  16. display: -webkit-flex;
  17. display: -moz-box;
  18. display: -ms-flexbox;
  19. display: flex;
  20. border-top: 1px solid #e5e5e5;
  21. padding: 10px 10px 10px 0;
  22. font-size: 0.75rem;
  23. -webkit-box-align: center;
  24. -webkit-align-items: center;
  25. -moz-box-align: center;
  26. -ms-flex-align: center;
  27. align-items: center;
  28. margin-left: 10px;
  29. }
  30. .receiver-user {
  31. -webkit-box-flex: 1;
  32. -webkit-flex: 1;
  33. -moz-box-flex: 1;
  34. -ms-flex: 1;
  35. flex: 1;
  36. }
  37. .receiver-user--address {
  38. color: #999;
  39. }
  40. .borderImage {
  41. height: 3px;
  42. background: -.13rem url(http://s10.mogucdn.com/p2/170214/126946420_07l7d36300234hlef16ggj1275537_88x10.png) repeat-x;
  43. }
  44. .shop {
  45. margin: 10px 0;
  46. border-left: none;
  47. border-right: none;
  48. }
  49. .shop-title {
  50. background: #fff;
  51. display: -webkit-box;
  52. display: -webkit-flex;
  53. display: -moz-box;
  54. display: -ms-flexbox;
  55. display: flex;
  56. padding: 10px 12px;
  57. font-weight: 400;
  58. border: 1px solid #e5e5e5;
  59. color: #424242;
  60. font-size: 0.75rem;
  61. line-height: 1.2rem;
  62. }
  63. .meili-all-vue-base-button {
  64. -moz-box-sizing: border-box;
  65. box-sizing: border-box;
  66. font-size: 0.75rem;
  67. padding: 5px 10px;
  68. border-radius: 5px;
  69. vertical-align: middle;
  70. margin: 10px 5px;
  71. cursor: pointer;
  72. -webkit-user-select: none;
  73. -moz-user-select: none;
  74. -ms-user-select: none;
  75. user-select: none;
  76. min-width: 5rem;
  77. text-align: center;
  78. }
  79. .clear {
  80. clear: both;
  81. }
  82. .meili-all-vue-base-button {
  83. width: 5rem;
  84. height: 1.4rem;
  85. line-height: 1.4rem;
  86. font-size: 0.75rem;
  87. padding: 0;
  88. margin: 2px 10px;
  89. border-radius: 5px;
  90. }
  91. .meili-all-vue-base-button.primary {
  92. float: right;
  93. color: #666;
  94. border: 1px solid #999;
  95. background: #fdfdfd;
  96. }
  97. .shop-title--show {
  98. -webkit-box-flex: 1;
  99. -webkit-flex: 1;
  100. -moz-box-flex: 1;
  101. -ms-flex: 1;
  102. flex: 1;
  103. display: block;
  104. }
  105. .shop-title--show image {
  106. width: 40rpx;
  107. height: 40rpx;
  108. border-radius: 100%;
  109. display: inline-block;
  110. vertical-align: middle;
  111. margin-right: 10rpx;
  112. }
  113. .shop-title--name {
  114. font-size: 28rpx;
  115. }
  116. .shop-title--im {
  117. display: block;
  118. font-size: 28rpx;
  119. }
  120. .shop-show {
  121. background: #fff;
  122. border-bottom: 1px solid #ddd;
  123. padding-left: 10px;
  124. }
  125. .product {
  126. padding: 8px 8px 8px 0;
  127. min-height: 3rem;
  128. }
  129. .product-wrap {
  130. display: -webkit-box;
  131. display: -webkit-flex;
  132. display: -moz-box;
  133. display: -ms-flexbox;
  134. display: flex;
  135. }
  136. .product-pic {
  137. width: 120rpx;
  138. height: 120rpx;
  139. display: inline-block;
  140. }
  141. .product-pic image {
  142. width: 120rpx;
  143. height: 120rpx;
  144. display: inherit;
  145. }
  146. .red {
  147. color: #ff5777;
  148. padding-right: 5rpx;
  149. }
  150. .product-info {
  151. -webkit-box-flex: 1;
  152. -webkit-flex: 1;
  153. -moz-box-flex: 1;
  154. -ms-flex: 1;
  155. flex: 1;
  156. -webkit-box-orient: vertical;
  157. -webkit-box-direction: normal;
  158. -webkit-flex-direction: column;
  159. -moz-box-orient: vertical;
  160. -moz-box-direction: normal;
  161. -ms-flex-direction: column;
  162. flex-direction: column;
  163. }
  164. .product-detail {
  165. display: flex;
  166. flex-direction: row;
  167. }
  168. .product-des {
  169. flex: 1;
  170. margin: 0 5px;
  171. position: relative;
  172. }
  173. .product-des--name {
  174. color: #333;
  175. font-size: 28rpx;
  176. height: 40px;
  177. text-overflow: ellipsis;
  178. overflow: hidden;
  179. margin-bottom: 5px;
  180. font-weight: 400;
  181. }
  182. .product-des--sku {
  183. margin-bottom: 5px;
  184. font-size: 24rpx;
  185. color: #999;
  186. }
  187. .product-price {
  188. text-align: right;
  189. line-height: 1rem;
  190. font-size: 24rpx;
  191. }
  192. .product-price--origin {
  193. text-decoration: line-through;
  194. color: #999;
  195. }
  196. .product-price--number {
  197. color: #999;
  198. }
  199. .shop-show--list {
  200. color: #666;
  201. }
  202. .shop-show--item {
  203. padding: 10px 10px 5px 0;
  204. font-size: 0.75rem;
  205. line-height: 1rem;
  206. position: relative;
  207. }
  208. .shop-show--flex {
  209. display: flex;
  210. }
  211. .shop-item-title {
  212. display: block;
  213. font-size: 28rpx;
  214. }
  215. .shop-item-value {
  216. -webkit-box-flex: 1;
  217. -webkit-flex: 1;
  218. -moz-box-flex: 1;
  219. -ms-flex: 1;
  220. flex: 1;
  221. display: block;
  222. text-align: right;
  223. font-size: 27rpx;
  224. }
  225. .shop-show--flex {
  226. display: flex;
  227. line-height: 1.3rem;
  228. }
  229. .total-price {
  230. font-size: 0.75rem;
  231. padding-top: 0px;
  232. padding-bottom: 16rpx;
  233. }
  234. .discount {
  235. margin-bottom: 10px;
  236. }
  237. .discount-item {
  238. background: #fff;
  239. padding: 10px 10px;
  240. border-top: 1px solid #ddd;
  241. border-bottom: 1px solid #ddd;
  242. font-size: 0.75rem;
  243. margin-top: 10px;
  244. line-height: 1rem;
  245. }
  246. .clear {
  247. clear: both;
  248. }
  249. .discount-item view {
  250. line-height: 48rpx;
  251. font-size: 28rpx;
  252. }
  253. .foot {
  254. border-top: 1px solid #e5e5e5;
  255. border-bottom: 1px solid #e5e5e5;
  256. padding: 10px 5px 10px 15px;
  257. background: #fefefe;
  258. align-items: center;
  259. }
  260. .foot-price {
  261. line-height: 1.2rem;
  262. color: #333;
  263. font-size: 28rpx;
  264. padding-right: 10px;
  265. }
  266. .foot-total-price {
  267. text-align: right;
  268. margin-top: 5px;
  269. }
  270. .foot-price--sum {
  271. color: #ff5777;
  272. vertical-align: baseline;
  273. font-weight: 400;
  274. font-size: 36rpx;
  275. }
  276. /* 20181206 start */
  277. page {
  278. background-color: #f6f6f6;
  279. }
  280. .content {
  281. padding: 0 20rpx;
  282. padding-bottom: 136rpx;
  283. }
  284. .back-to-home {
  285. position: fixed;
  286. right: 40rpx;
  287. bottom: 200rpx;
  288. }
  289. .back-to-home image {
  290. width: 92rpx;
  291. height: 92rpx;
  292. }
  293. .goods-info {
  294. margin-bottom: 20rpx;
  295. }
  296. .order-info {
  297. margin-bottom: 20rpx;
  298. }
  299. .foot {
  300. width: 100%;
  301. position: fixed;
  302. bottom: 0;
  303. }
  304. .mar-left-8 {
  305. margin-left: 16rpx;
  306. }
  307. .space-between-card {
  308. height: 22rpx;
  309. }
  310. .btn-group {
  311. display: flex;
  312. text-align: center;
  313. font-size: 30rpx;
  314. }
  315. .btn-group .cancelBtn {
  316. width: 50%;
  317. }
  318. .btn-group .cancelBtn .cancel-btn {
  319. background-color: white;
  320. color: #666;
  321. height: 96rpx;
  322. line-height: 96rpx;
  323. font-weight: 500;
  324. }
  325. .btn-group .pay-btn {
  326. background: linear-gradient(90deg, #ff5041 0%, #ff695c 100%);
  327. color: white;
  328. height: 96rpx;
  329. line-height: 96rpx;
  330. font-weight: 500;
  331. }
  332. .btn-group .confirm-receipt {
  333. width: 100%;
  334. background-color: white;
  335. color: #ff5243;
  336. border-top: 0.1rpx solid rgba(0, 0, 0, 0.1);
  337. height: 96rpx;
  338. line-height: 96rpx;
  339. }
  340. .btn-group .del-order {
  341. margin: 20rpx 0 0 20rpx;
  342. padding: 34rpx 276rpx;
  343. background: linear-gradient(90deg, #ff5041 0%, #ff695c 100%);
  344. border-radius: 20rpx;
  345. color: white;
  346. font-size: 30rpx;
  347. }
  348. /* 20181206 end */
  349. /**订单状态begin**/
  350. .font-bold-30 {
  351. font-size: 60rpx;
  352. }
  353. .font-bold-20 {
  354. font-size: 40rpx;
  355. font-weight: 500;
  356. }
  357. .font-12 {
  358. font-size: 24rpx;
  359. }
  360. .head .little-img {
  361. width: 230rpx;
  362. height: 120rpx;
  363. }
  364. .back-img-wrap {
  365. width: 100%;
  366. position: absolute;
  367. top: 0;
  368. left: 0;
  369. z-index: -1;
  370. }
  371. .back-img-wrap .back-img {
  372. width: 100%;
  373. height: 340rpx;
  374. }
  375. .to-pay-wrap {
  376. text-align: center;
  377. padding: 46rpx 0;
  378. color: white;
  379. }
  380. .to-get-wrap {
  381. display: flex;
  382. justify-content: space-between;
  383. padding: 50rpx 50rpx 0 50rpx;
  384. color: white;
  385. }
  386. .trade-cancel-wrap {
  387. padding: 50rpx 76rpx;
  388. color: white;
  389. text-align: center;
  390. }
  391. .cancel-box {
  392. display: flex;
  393. align-items: center;
  394. justify-content: center;
  395. }
  396. .cancel-img {
  397. margin-right: 10rpx;
  398. width: 40rpx;
  399. height: 40rpx;
  400. }
  401. .count-down {
  402. font-weight: 500;
  403. }
  404. /***订单状态end**/
  405. /***goods begin **/
  406. .header {
  407. padding: 20rpx 30rpx;
  408. color: #444;
  409. font-size: 28rpx;
  410. font-weight: 500;
  411. }
  412. .content-wrap {
  413. border-top: 0.1rpx solid #efefef;
  414. padding-bottom: 20rpx;
  415. }
  416. .content-wrap .item {
  417. display: flex;
  418. justify-content: space-between;
  419. align-items: center;
  420. font-size: 24rpx;
  421. padding: 16rpx 30rpx 0;
  422. }
  423. .content-wrap .item .title {
  424. word-break: keep-all;
  425. color: #aaa;
  426. }
  427. .content-wrap .item .detail {
  428. color: #444;
  429. text-align: right;
  430. display: flex;
  431. align-items: center;
  432. }
  433. .content-wrap .item .detail .phone {
  434. margin-left: 20rpx;
  435. padding: 0 20rpx;
  436. height: 44rpx;
  437. display: flex;
  438. align-items: center;
  439. border: 0.1rpx solid #efefef;
  440. border-radius: 26rpx;
  441. }
  442. .content-wrap .item .detail .phone .icon-phone {
  443. width: 20rpx;
  444. height: 20rpx;
  445. margin-right: 10rpx;
  446. }
  447. /***goods end **/
  448. /***goods card begin **/
  449. .bold-text {
  450. font-weight: 500;
  451. }
  452. .show-img {
  453. float: left;
  454. width: 120rpx;
  455. height: 120rpx;
  456. }
  457. .name {
  458. margin-top: -8rpx;
  459. width: 510rpx;
  460. font-size: 26rpx;
  461. color: #444;
  462. text-overflow: ellipsis;
  463. white-space: nowrap;
  464. overflow: hidden;
  465. }
  466. .mount {
  467. font-size: 22rpx;
  468. color: #aaa;
  469. margin-top: 10rpx;
  470. }
  471. .bottom-info {
  472. justify-content: space-between;
  473. font-size: 28rpx;
  474. color: #444;
  475. margin-top: 18rpx;
  476. }
  477. .bold-text {
  478. font-weight: 500;
  479. }
  480. .header {
  481. display: flex;
  482. justify-content: space-between;
  483. padding: 30rpx;
  484. font-size: 24rpx;
  485. }
  486. .header .goods-num {
  487. color: #aaa;
  488. }
  489. .header .goods-done {
  490. color: #aaa;
  491. }
  492. .header .goods-ready {
  493. color: #ff5344;
  494. }
  495. .header .goods-cancel {
  496. color: #aaa;
  497. }
  498. .middle .middle-line {
  499. height: 0.1rpx;
  500. background: #efefef;
  501. }
  502. .middle .each-item {
  503. box-sizing: border-box;
  504. display: flex;
  505. width: 100%;
  506. padding: 32rpx 30rpx;
  507. }
  508. /** goods card end **/
  509. /** oprate begin **/
  510. .mar-left-8 {
  511. margin-left: 16rpx;
  512. }
  513. .card-btn {
  514. margin-top: 20rpx;
  515. float:right;
  516. display: flex;
  517. }
  518. .card-btn .button-hover {
  519. background: #b6b6b6;
  520. }
  521. .footer .btn-1, .card-btn .btn-1 {
  522. position: relative;
  523. color: #666;
  524. text-align: center;
  525. padding: 0;
  526. width: 136rpx;
  527. height: 52rpx;
  528. line-height: 52rpx;
  529. font-size: 24rpx;
  530. border-radius: 26rpx;
  531. box-sizing: border-box;
  532. }
  533. .footer .btn-1::after, .card-btn .btn-1::after {
  534. box-sizing: border-box;
  535. content: '';
  536. position: absolute;
  537. top: 0;
  538. left: 0;
  539. width: 200%;
  540. height: 200%;
  541. transform: scale(0.5);
  542. transform-origin: 0 0;
  543. border: 2rpx solid #b6b6b6;
  544. border-radius: 52rpx;
  545. pointer-events: none;
  546. }
  547. .card-btn .btn-2 {
  548. text-align: center;
  549. padding: 0;
  550. width: 136rpx;
  551. height: 52rpx;
  552. line-height: 52rpx;
  553. font-size: 24rpx;
  554. border-radius: 26rpx;
  555. box-sizing: border-box;
  556. color: #aaa;
  557. background-color: #f6f6f6;
  558. }
  559. .card-btn .btn-3 {
  560. color: white;
  561. background: linear-gradient(90deg, #ff5041 0%, #ff877d 100%);
  562. text-align: center;
  563. padding: 0;
  564. width: 136rpx;
  565. height: 52rpx;
  566. line-height: 52rpx;
  567. font-size: 24rpx;
  568. border-radius: 26rpx;
  569. box-sizing: border-box;
  570. }
  571. .card-btn .btn-5 {
  572. display: flex;
  573. align-items: center;
  574. color: #aaa;
  575. }
  576. .card-btn .arrow-right {
  577. width: 12rpx;
  578. height: 22rpx;
  579. margin-left: 10rpx;
  580. font-size: 24rpx;
  581. }
  582. /***operate end **/
  583. /**order_info begin **/
  584. .i-card {
  585. width: 710rpx;
  586. border-radius: 20rpx;
  587. background: #fff;
  588. box-shadow: 0 0 40rpx 0 rgba(0, 0, 0, 0.05);
  589. display: flex;
  590. flex-direction: column;
  591. overflow: hidden;
  592. }
  593. .header {
  594. padding: 20rpx 30rpx;
  595. color: #444;
  596. font-size: 28rpx;
  597. font-weight: 500;
  598. }
  599. .content-wrap {
  600. border-top: 0.1rpx solid #efefef;
  601. padding-bottom: 20rpx;
  602. }
  603. .content-wrap .item {
  604. display: flex;
  605. justify-content: space-between;
  606. font-size: 24rpx;
  607. padding: 16rpx 30rpx;
  608. padding-bottom: 0;
  609. }
  610. .content-wrap .item .title {
  611. color: #aaa;
  612. }
  613. .content-wrap .item .detail {
  614. color: #444;
  615. }
  616. .footer {
  617. border-top: 0.1rpx solid #efefef;
  618. padding: 32rpx;
  619. display: flex;
  620. justify-content: flex-end;
  621. align-items: center;
  622. font-size: 28rpx;
  623. font-weight: 500;
  624. }
  625. .footer .money {
  626. color: #ff5344;
  627. font-weight: 500;
  628. font-size: 30rpx;
  629. }
  630. /**order_info end **/
  631. /* share-modal begin */
  632. .share-modal {
  633. position: relative;
  634. background-color: #fff;
  635. border-radius: 10rpx;
  636. width: 600rpx;
  637. box-sizing: border-box;
  638. padding: 20rpx;
  639. }
  640. .share-modal-title {
  641. font-size: 32rpx;
  642. color: #333;
  643. padding-bottom: 20rpx;
  644. }
  645. .share-modal-img {
  646. padding-bottom: 10rpx;
  647. }
  648. .share-modal-img image {
  649. width: 100%;
  650. }
  651. .share-modal-btn {
  652. display: flex;
  653. /* border-top: 1px solid #ddd; */
  654. line-height: 90rpx;
  655. text-align: center;
  656. }
  657. .btn-item {
  658. position: relative;
  659. flex: 1;
  660. font-size: 30rpx;
  661. background: #ff5344;
  662. }
  663. .share-btn {
  664. color: #fff;
  665. line-height: inherit;
  666. border-radius: 10rpx;
  667. }
  668. .share-btn::after {
  669. border: 0;
  670. }
  671. .close-modal {
  672. position: absolute;
  673. right: -16rpx;
  674. top: -16rpx;
  675. width: 48rpx;
  676. height: 48rpx;
  677. }
  678. /* share-modal end */
  679. .router-hover {
  680. opacity: 1;
  681. }
  682. .menu-list {
  683. position: fixed;
  684. width: 80rpx;
  685. right: 10rpx;
  686. bottom: 40%;
  687. text-align: center;
  688. }
  689. .menu-list .menu-item {
  690. width: 80rpx;
  691. height: 80rpx;
  692. border-radius: 50%;
  693. margin-bottom: 20rpx;
  694. display: flex;
  695. justify-content: center;
  696. align-items: center;
  697. }
  698. .menu-list image {
  699. width: 80rpx;
  700. height: 80rpx;
  701. }