order.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  1. /* 20181206 start */
  2. .content {
  3. padding: 0 20rpx;
  4. padding-bottom: 80rpx;
  5. }
  6. .goods-info {
  7. margin-bottom: 20rpx;
  8. }
  9. .order-info {
  10. margin-bottom: 20rpx;
  11. }
  12. .foot {
  13. width: 100%;
  14. position: fixed;
  15. bottom: 0;
  16. z-index: 1000;
  17. }
  18. .mar-left-8 {
  19. margin-left: 16rpx;
  20. }
  21. .space-between-card {
  22. height: 22rpx;
  23. }
  24. .btn-group {
  25. display: flex;
  26. text-align: center;
  27. font-size: 30rpx;
  28. z-index: 1000;
  29. }
  30. .btn-group .cancelBtn {
  31. width: 50%;
  32. }
  33. .btn-group .cancelBtn .cancel-btn {
  34. background-color: white;
  35. color: #666;
  36. height: 96rpx;
  37. line-height: 96rpx;
  38. font-weight: 500;
  39. }
  40. .btn-group .pay-btn {
  41. color: white;
  42. height: 96rpx;
  43. line-height: 96rpx;
  44. font-weight: 500;
  45. }
  46. .btn-group .confirm-receipt {
  47. width: 100%;
  48. background-color: white;
  49. color: #ff5243;
  50. border-top: 0.1rpx solid rgba(0, 0, 0, 0.1);
  51. height: 96rpx;
  52. line-height: 96rpx;
  53. }
  54. .btn-group .del-order {
  55. margin: 20rpx 0 0 20rpx;
  56. padding: 34rpx 276rpx;
  57. background: linear-gradient(90deg, #ff5041 0%, #ff695c 100%);
  58. border-radius: 20rpx;
  59. color: white;
  60. font-size: 30rpx;
  61. }
  62. /* 20181206 end */
  63. /**订单状态begin**/
  64. .font-bold-30 {
  65. font-size: 60rpx;
  66. }
  67. .font-bold-20 {
  68. font-size: 40rpx;
  69. font-weight: 500;
  70. }
  71. .font-12 {
  72. font-size: 24rpx;
  73. }
  74. .head .little-img {
  75. width: 230rpx;
  76. height: 120rpx;
  77. }
  78. .back-img-wrap {
  79. width: 100%;
  80. position: absolute;
  81. top: 0;
  82. left: 0;
  83. z-index: -1;
  84. }
  85. .back-img-wrap .back-img {
  86. width: 100%;
  87. height: 340rpx;
  88. }
  89. .to-pay-wrap {
  90. text-align: center;
  91. padding: 46rpx 0;
  92. color: white;
  93. }
  94. .to-get-wrap {
  95. display: flex;
  96. justify-content: space-between;
  97. padding: 50rpx 50rpx 0 50rpx;
  98. color: white;
  99. }
  100. .trade-cancel-wrap {
  101. padding: 50rpx 76rpx;
  102. color: white;
  103. text-align: center;
  104. }
  105. .cancel-box {
  106. display: flex;
  107. align-items: center;
  108. justify-content: center;
  109. }
  110. .cancel-img {
  111. margin-right: 10rpx;
  112. width: 40rpx;
  113. height: 40rpx;
  114. }
  115. .count-down {
  116. font-weight: 500;
  117. }
  118. /***订单状态end**/
  119. /***goods begin **/
  120. .header {
  121. padding: 20rpx 30rpx;
  122. color: #444;
  123. font-size: 28rpx;
  124. font-weight: 500;
  125. }
  126. .content-wrap {
  127. border-top: 0.1rpx solid #efefef;
  128. padding-bottom: 20rpx;
  129. }
  130. .content-wrap .item {
  131. display: flex;
  132. justify-content: space-between;
  133. align-items: center;
  134. font-size: 24rpx;
  135. padding: 16rpx 30rpx 0;
  136. }
  137. .content-wrap .item .title {
  138. word-break: keep-all;
  139. color: #aaa;
  140. }
  141. .content-wrap .item .detail {
  142. color: #444;
  143. text-align: right;
  144. display: flex;
  145. align-items: center;
  146. }
  147. .content-wrap .item .detail .phone {
  148. margin-left: 20rpx;
  149. padding: 0 20rpx;
  150. height: 44rpx;
  151. display: flex;
  152. align-items: center;
  153. border: 0.1rpx solid #efefef;
  154. border-radius: 26rpx;
  155. }
  156. .content-wrap .item .detail .phone .icon-phone {
  157. width: 20rpx;
  158. height: 20rpx;
  159. margin-right: 10rpx;
  160. }
  161. /***goods end **/
  162. /***goods card begin **/
  163. .bold-text {
  164. font-weight: 500;
  165. }
  166. .show-img {
  167. float: left;
  168. width: 120rpx;
  169. height: 120rpx;
  170. }
  171. .name {
  172. margin-top: -8rpx;
  173. width: 510rpx;
  174. font-size: 26rpx;
  175. color: #444;
  176. text-overflow: ellipsis;
  177. white-space: nowrap;
  178. overflow: hidden;
  179. }
  180. .mount {
  181. font-size: 22rpx;
  182. color: #aaa;
  183. margin-top: 10rpx;
  184. }
  185. .bottom-info {
  186. justify-content: space-between;
  187. font-size: 28rpx;
  188. color: #444;
  189. margin-top: 18rpx;
  190. }
  191. .bold-text {
  192. font-weight: 500;
  193. }
  194. .header {
  195. display: flex;
  196. justify-content: space-between;
  197. padding: 30rpx;
  198. font-size: 24rpx;
  199. }
  200. .header .goods-num {
  201. color: #aaa;
  202. }
  203. .header .goods-done {
  204. color: #aaa;
  205. }
  206. .header .goods-cancel {
  207. color: #aaa;
  208. }
  209. .middle .middle-line {
  210. height: 0.1rpx;
  211. background: #efefef;
  212. }
  213. .middle .each-item {
  214. box-sizing: border-box;
  215. display: flex;
  216. width: 100%;
  217. padding: 32rpx 30rpx;
  218. }
  219. /** goods card end **/
  220. /** oprate begin **/
  221. .mar-left-8 {
  222. margin-left: 16rpx;
  223. }
  224. .card-btn {
  225. margin-top: 20rpx;
  226. float:right;
  227. display: flex;
  228. }
  229. .card-btn .button-hover {
  230. background: #b6b6b6;
  231. }
  232. .footer .btn-1, .card-btn .btn-1 {
  233. position: relative;
  234. color: #666;
  235. text-align: center;
  236. padding: 0;
  237. width: 136rpx;
  238. height: 52rpx;
  239. line-height: 52rpx;
  240. font-size: 24rpx;
  241. border-radius: 26rpx;
  242. box-sizing: border-box;
  243. }
  244. .footer .btn-1::after, .card-btn .btn-1::after {
  245. box-sizing: border-box;
  246. content: '';
  247. position: absolute;
  248. top: 0;
  249. left: 0;
  250. width: 200%;
  251. height: 200%;
  252. transform: scale(0.5);
  253. transform-origin: 0 0;
  254. border: 2rpx solid #b6b6b6;
  255. border-radius: 52rpx;
  256. pointer-events: none;
  257. }
  258. .card-btn .btn-2 {
  259. text-align: center;
  260. padding: 0;
  261. width: 136rpx;
  262. height: 52rpx;
  263. line-height: 52rpx;
  264. font-size: 24rpx;
  265. border-radius: 26rpx;
  266. box-sizing: border-box;
  267. color: #aaa;
  268. background-color: #f6f6f6;
  269. }
  270. .btn-3 {
  271. color: white;
  272. background: linear-gradient(90deg, #ff5041 0%, #ff877d 100%);
  273. text-align: center;
  274. padding: 0;
  275. width: 136rpx;
  276. height: 52rpx;
  277. line-height: 52rpx;
  278. font-size: 24rpx;
  279. border-radius: 26rpx;
  280. box-sizing: border-box;
  281. }
  282. .card-btn .btn-5 {
  283. display: flex;
  284. align-items: center;
  285. color: #aaa;
  286. }
  287. .card-btn .arrow-right {
  288. width: 12rpx;
  289. height: 22rpx;
  290. margin-left: 10rpx;
  291. font-size: 24rpx;
  292. }
  293. /***operate end **/
  294. /**order_info begin **/
  295. .i-card {
  296. width: 710rpx;
  297. border-radius: 20rpx;
  298. background: #fff;
  299. box-shadow: 0 0 40rpx 0 rgba(0, 0, 0, 0.05);
  300. display: flex;
  301. flex-direction: column;
  302. overflow: hidden;
  303. }
  304. .header {
  305. padding: 20rpx 30rpx;
  306. color: #444;
  307. font-size: 28rpx;
  308. font-weight: 500;
  309. }
  310. .content-wrap {
  311. border-top: 0.1rpx solid #efefef;
  312. padding-bottom: 20rpx;
  313. }
  314. .content-wrap .item {
  315. display: flex;
  316. justify-content: space-between;
  317. font-size: 24rpx;
  318. padding: 16rpx 30rpx;
  319. padding-bottom: 0;
  320. }
  321. .content-wrap .item .title {
  322. color: #aaa;
  323. }
  324. .content-wrap .item .detail {
  325. color: #444;
  326. }
  327. .footer {
  328. border-top: 0.1rpx solid #efefef;
  329. padding: 32rpx;
  330. display: flex;
  331. justify-content: flex-end;
  332. align-items: center;
  333. font-size: 28rpx;
  334. font-weight: 500;
  335. }
  336. .footer .money {
  337. color: #ff5344;
  338. font-weight: 500;
  339. font-size: 30rpx;
  340. }
  341. /**order_info end **/
  342. /* share-modal begin */
  343. .share-modal {
  344. position: relative;
  345. background-color: #fff;
  346. border-radius: 10rpx;
  347. width: 600rpx;
  348. box-sizing: border-box;
  349. padding: 20rpx;
  350. }
  351. .share-modal-title {
  352. font-size: 32rpx;
  353. color: #333;
  354. padding-bottom: 20rpx;
  355. }
  356. .share-modal-img {
  357. padding-bottom: 10rpx;
  358. }
  359. .share-modal-img image {
  360. width: 100%;
  361. }
  362. .share-modal-btn {
  363. display: flex;
  364. line-height: 90rpx;
  365. text-align: center;
  366. }
  367. .btn-item {
  368. position: relative;
  369. flex: 1;
  370. font-size: 30rpx;
  371. background: #ff5344;
  372. }
  373. .share-btn {
  374. color: #fff;
  375. line-height: inherit;
  376. border-radius: 10rpx;
  377. }
  378. .share-btn::after {
  379. border: 0;
  380. }
  381. .close-modal {
  382. position: absolute;
  383. right: -16rpx;
  384. top: -16rpx;
  385. width: 48rpx;
  386. height: 48rpx;
  387. }
  388. .home-btn {
  389. bottom: 40% !important;
  390. }
  391. .pintag {
  392. background: linear-gradient(to right, #ff5041, #ff695c);
  393. color: #fff;
  394. font-size: 20rpx;
  395. padding: 1rpx 8rpx;
  396. border-radius: 6rpx;
  397. font-weight: bold;
  398. margin-right: 10rpx;
  399. }
  400. .refundModal {
  401. position: relative;
  402. width: 90%;
  403. box-sizing: border-box;
  404. }
  405. .refund-btn {
  406. position: absolute;
  407. right: 0;
  408. bottom: 30rpx;
  409. }
  410. .btn-gray {
  411. text-align: center;
  412. padding: 0;
  413. width: 136rpx;
  414. height: 52rpx;
  415. line-height: 52rpx;
  416. font-size: 24rpx;
  417. border-radius: 26rpx;
  418. box-sizing: border-box;
  419. color: #aaa;
  420. background-color: #f6f6f6;
  421. }
  422. .line {
  423. height: 10rpx;
  424. border-radius: 5rpx;
  425. background: #f6f6f6;
  426. }
  427. .refundScroll {
  428. max-height: 600rpx;
  429. overflow-y: scroll;
  430. }
  431. .mapbox {
  432. position: relative;
  433. }
  434. .map-distance {
  435. position: absolute;
  436. left: 0;
  437. top: 0;
  438. padding: 8rpx 15rpx;
  439. background: rgba(0, 0, 0, 0.6);
  440. color: #fff;
  441. font-size: 24rpx;
  442. z-index: 1000;
  443. border-radius: 0 0 10rpx 0;
  444. }
  445. .roomitem {
  446. margin: 10rpx 0;
  447. padding-bottom: 15rpx;
  448. }
  449. .mount .tag {
  450. font-size: 20rpx;
  451. padding: 4rpx 8rpx;
  452. border-radius: 5rpx;
  453. margin-left: 10rpx;
  454. }
  455. .presale-item {
  456. padding: 15rpx 50rpx;
  457. }
  458. .presale-item-circle {
  459. position: relative;
  460. padding-left: 25rpx;
  461. }
  462. .presale-item-circle::before {
  463. position: absolute;
  464. content: "";
  465. width: 14rpx;
  466. height: 14rpx;
  467. border-radius: 50%;
  468. background: #cccccc;
  469. top: 50%;
  470. margin-top: -7rpx;
  471. left: 0;
  472. }
  473. .presale-item.red .presale-item-circle::before {
  474. background: #ff5344;
  475. }
  476. .presale-item .presale-item-circle::after {
  477. position: absolute;
  478. content: "";
  479. border-right: 1rpx solid #cccccc;
  480. left: 7rpx;
  481. bottom: 50%;
  482. height: 40rpx;
  483. }
  484. .presale-item.red .presale-item-circle::after {
  485. position: absolute;
  486. content: "";
  487. border-right: 1rpx solid #ff5344;
  488. left: 7rpx;
  489. top: 50%;
  490. height: 30rpx;
  491. }
  492. .presale-item.red:last-child .presale-item-circle::after {
  493. position: absolute;
  494. content: "";
  495. border-right: 1rpx solid #ff5344;
  496. left: 7rpx;
  497. bottom: 50%;
  498. height: 50rpx;
  499. top: initial;
  500. }
  501. .confirm-coupon-modal {
  502. background: #f6f6f6;
  503. display: flex;
  504. flex-direction: column;
  505. align-items: center;
  506. position: relative;
  507. padding-bottom: 30rpx;
  508. }
  509. .confirm-coupon-modal .title {
  510. width: 100%;
  511. border-bottom: 1rpx solid #efefef;
  512. line-height: 2.5;
  513. font-size: 32rpx;
  514. text-align: center;
  515. background: #fff;
  516. }
  517. .confirm-coupon-modal .list {
  518. width: 100%;
  519. max-height: 700rpx;
  520. overflow-y: auto;
  521. padding: 0 20rpx;
  522. box-sizing: border-box;
  523. }
  524. .confirm-presale-modal .button-group {
  525. border-top: 1rpx solid rgba(0, 0, 0, 0.1);
  526. }
  527. .confirm-presale-modal .btn-content {
  528. flex: 1;
  529. height: 80rpx;
  530. line-height:80rpx;
  531. font-size: 30rpx;
  532. }
  533. .confirm-presale-modal .title {
  534. font-size: 32rpx;
  535. color: #444;
  536. line-height: 32rpx;
  537. font-weight: 500;
  538. padding: 30rpx 0;
  539. }
  540. .confirm-presale-modal .order-content {
  541. width: 690rpx;
  542. border-radius: 20rpx;
  543. padding-top: 30rpx;
  544. background: #f6f6f6;
  545. margin: 0 auto 20rpx;
  546. }
  547. .confirm-presale-modal .order-content .msg-group {
  548. width: 690rpx;
  549. padding: 0 30rpx;
  550. margin-bottom: 20rpx;
  551. display: flex;
  552. font-size: 24rpx;
  553. line-height: 24rpx;
  554. color: #444;
  555. box-sizing: border-box;
  556. align-items: center;
  557. }
  558. .confirm-presale-modal .order-content .msg-group span {
  559. font-weight: bold;
  560. white-space: nowrap;
  561. }
  562. .confirm-presale-modal .order-content .msg-group em {
  563. font-weight: 400;
  564. flex: 1;
  565. line-height: 1.4;
  566. }
  567. .confirm-presale-modal .order-content .total {
  568. line-height: 86rpx;
  569. padding: 0 30rpx;
  570. text-align: right;
  571. color: #444;
  572. font-size: 30rpx;
  573. border-top: 1rpx solid #e2e2e2;
  574. }
  575. .confirm-presale-modal .order-content .total em {
  576. color: #ff5344;
  577. }