checkout.wxss 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571
  1. page {
  2. height: 100%;
  3. background: #f4f4f4;
  4. }
  5. .address-box {
  6. width: 100%;
  7. height: 166.55rpx;
  8. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3eKACUKUAAAAt6hBk9U355.png) 0 0 repeat-x;
  9. background-size: 62.5rpx 10.5rpx;
  10. margin-bottom: 1rpx;
  11. padding-top: 10.5rpx;
  12. }
  13. .address-item {
  14. display: flex;
  15. height: 155.55rpx;
  16. background: #fff;
  17. align-items: center;
  18. padding: 41.6rpx 0 41.6rpx 31.25rpx;
  19. }
  20. .address-item.address-empty {
  21. line-height: 75rpx;
  22. text-align: center;
  23. }
  24. .address-box .l {
  25. margin-right: 30rpx;
  26. height: 100%;
  27. }
  28. .address-box .l .name {
  29. font-size: 30rpx;
  30. color: #333;
  31. }
  32. .address-box .l .default {
  33. margin-left: 6.25rpx;
  34. display: block;
  35. width: 62rpx;
  36. height: 33rpx;
  37. border-radius: 5rpx;
  38. border: 1px solid #b4282d;
  39. font-size: 20.5rpx;
  40. text-align: center;
  41. line-height: 29rpx;
  42. color: #b4282d;
  43. }
  44. .address-box .m {
  45. flex: 1;
  46. height: 72.25rpx;
  47. color: #999;
  48. display: flex;
  49. flex-direction: column;
  50. justify-content: center;
  51. }
  52. .address-box .mobile {
  53. margin-bottom: 6.25rpx;
  54. font-size: 30rpx;
  55. color: #333;
  56. }
  57. .address-box .address {
  58. font-size: 25rpx;
  59. color: #666;
  60. }
  61. .address-box .r {
  62. width: 77rpx;
  63. height: 77rpx;
  64. display: flex;
  65. justify-content: center;
  66. align-items: center;
  67. }
  68. .address-box .r image {
  69. width: 52.078rpx;
  70. height: 52.078rpx;
  71. }
  72. .red-txt {
  73. color: #b4282d;
  74. }
  75. .goods-items {
  76. /* margin-top: 20rpx; */
  77. width: 100%;
  78. height: auto;
  79. overflow: hidden;
  80. background: #fff;
  81. padding-left: 31.25rpx;
  82. /* margin-bottom: 120rpx; */
  83. }
  84. .goods-items .item {
  85. /* height: 192rpx; */
  86. padding-right: 31.25rpx;
  87. display: flex;
  88. align-items: center;
  89. /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
  90. }
  91. .goods-items .item.no-border {
  92. border-bottom: none;
  93. }
  94. .goods-items .item:last-child {
  95. border-bottom: none;
  96. }
  97. .goods-items .img {
  98. height: 145.83rpx;
  99. width: 145.83rpx;
  100. background-color: #f4f4f4;
  101. margin-right: 20rpx;
  102. }
  103. .goods-items .img image {
  104. height: 145.83rpx;
  105. width: 145.83rpx;
  106. }
  107. .goods-items .info {
  108. flex: 1;
  109. height: 145.83rpx;
  110. padding-top: 5rpx;
  111. }
  112. .goods-items .t {
  113. height: 33rpx;
  114. line-height: 33rpx;
  115. margin-bottom: 10rpx;
  116. font-size: 24rpx;
  117. color: #333;
  118. }
  119. .goods-items .t .name {
  120. float: left;
  121. width: 400rpx;
  122. font-size: 24rpx;
  123. overflow: hidden;
  124. text-overflow:ellipsis;
  125. white-space: nowrap;
  126. }
  127. .goods-items .t .number {
  128. display: block;
  129. float: right;
  130. text-align: right;
  131. }
  132. .goods-items .m {
  133. height: 29rpx;
  134. overflow: hidden;
  135. line-height: 29rpx;
  136. margin-bottom: 25rpx;
  137. font-size: 24rpx;
  138. color: #666;
  139. }
  140. .goods-items .b {
  141. height: 41rpx;
  142. overflow: hidden;
  143. line-height: 41rpx;
  144. font-size: 24rpx;
  145. color: #333;
  146. }
  147. .order-total {
  148. position: fixed;
  149. left: 0;
  150. bottom: 0;
  151. height: 100rpx;
  152. width: 100%;
  153. display: flex;
  154. z-index: 99;
  155. }
  156. .order-total .l {
  157. flex: 1;
  158. height: 100rpx;
  159. line-height: 100rpx;
  160. color: #b4282d;
  161. background: #fff;
  162. font-size: 33rpx;
  163. padding-left: 31.25rpx;
  164. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  165. border-bottom: 1rpx solid rgba(0, 0, 0, 0.2);
  166. }
  167. .order-total .r {
  168. width: 233rpx;
  169. height: 100rpx;
  170. background: #b4282d;
  171. border: 1px solid #b4282d;
  172. line-height: 100rpx;
  173. text-align: center;
  174. color: #fff;
  175. font-size: 30rpx;
  176. border-radius: 0;
  177. }
  178. .input-box {
  179. position: relative;
  180. float: left;
  181. flex: 1;
  182. height: 50rpx;
  183. line-height: 50rpx;
  184. padding: 0 10rpx;
  185. background: white;
  186. color: rgb(104, 103, 103);
  187. width: 480rpx;
  188. text-align: left;
  189. border: 1px solid #dddbdb;
  190. font-size: 25rpx;
  191. }
  192. .id-card-txt{
  193. font-size:22rpx;
  194. margin-left: 20rpx;
  195. color: #a5a3a3;
  196. }
  197. .biz-type{
  198. font-size:26rpx;
  199. padding-right: 10rpx;
  200. color: white;
  201. background-color: red;
  202. font-weight: bold;
  203. }
  204. .list-cell-checked {
  205. padding: 10px 15px;
  206. position: relative;
  207. display: flex;
  208. align-items: center;
  209. }
  210. .list-cell-checked:first-of-type::before {
  211. display: none;
  212. }
  213. .list-cell-checked::before {
  214. content: " ";
  215. position: absolute;
  216. top: 0;
  217. right: 0;
  218. height: 1px;
  219. border-top: 1px solid #d9d9d9;
  220. color: #d9d9d9;
  221. transform-origin: 0 0;
  222. transform: scaleY(0.5);
  223. left: 15px;
  224. }
  225. .list-cell-checked-hd {
  226. display: flex;
  227. align-items: center;
  228. }
  229. .list-cell-checked-hd .list-label {
  230. font-size: 24rpx;
  231. }
  232. .list-cell-checked-bd {
  233. flex: 1;
  234. font-size: 24rpx;
  235. }
  236. .list-cell-checked-bd .name {
  237. font-size: 24rpx;
  238. }
  239. .list-cell-checked-bd .list-label {
  240. font-size: 24rpx;
  241. width: 100%;
  242. }
  243. .list-cell-checked-bd .list-label-desc {
  244. font-size: 24rpx;
  245. color: #9b9b9b;
  246. padding-top: 5px;
  247. }
  248. .list-cell-checked-ft {
  249. padding-right: 13px;
  250. position: relative;
  251. text-align: right;
  252. color: #999;
  253. font-size: 24rpx;
  254. }
  255. .list-cell-checked-ft .txt {
  256. font-size: 24rpx;
  257. }
  258. .list-cell-checked-ft.router::after {
  259. content: " ";
  260. display: inline-block;
  261. height: 6px;
  262. width: 6px;
  263. border-width: 2px 2px 0 0;
  264. border-color: #c8c8cd;
  265. border-style: solid;
  266. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  267. top: -2px;
  268. position: absolute;
  269. top: 50%;
  270. margin-top: -4px;
  271. right: 2px;
  272. font-size: 24rpx;
  273. }
  274. .goods-items-all {
  275. margin-top: 10rpx;
  276. width: 730rpx;
  277. height: auto;
  278. overflow: hidden;
  279. background: #fff;
  280. margin-bottom: 10rpx;
  281. margin-left:10rpx;
  282. }
  283. .goods-items-all .item-view {
  284. width: 100%;
  285. height: auto;
  286. overflow: hidden;
  287. padding-left: 46.25rpx;
  288. }
  289. .goods-items-all-end {
  290. margin-top: 10rpx;
  291. width: 730rpx;
  292. height: auto;
  293. overflow: hidden;
  294. background: #fff;
  295. /* padding-left: 31.25rpx; */
  296. padding-bottom: 200rpx;
  297. margin-left:10rpx;
  298. }
  299. .goods-items-all-end .item-view {
  300. width: 100%;
  301. height: auto;
  302. overflow: hidden;
  303. padding-left: 46.25rpx;
  304. }
  305. .textra{
  306. position: relative;
  307. float: left;
  308. flex: 1;
  309. height: 50rpx;
  310. line-height: 50rpx;
  311. padding: 0 10rpx;
  312. background: white;
  313. color: rgb(104, 103, 103);
  314. width: 480rpx;
  315. text-align: left;
  316. /* border: 1px solid #dddbdb; */
  317. font-size: 25rpx;
  318. }
  319. .attr-pop {
  320. width: 100%;
  321. height: auto;
  322. padding: 31.25rpx;
  323. background: #fff;
  324. position: fixed;
  325. bottom: 9rpx;
  326. z-index: 600;
  327. }
  328. .attr-close {
  329. float: right;
  330. width: 40rpx;
  331. height: 40rpx;
  332. line-height: 40rpx;
  333. border-radius: 50%;
  334. font-size: 40rpx;
  335. text-align: center;
  336. overflow: hidden;
  337. }
  338. .attr-pop .img-info {
  339. width: 687.5rpx;
  340. height: 177rpx;
  341. overflow: hidden;
  342. margin-bottom: 41.5rpx;
  343. }
  344. .attr-pop .img {
  345. float: left;
  346. height: 30rpx;
  347. width: 30rpx;
  348. background: #f4f4f4;
  349. margin-right: 31.25rpx;
  350. }
  351. .attr-pop .info {
  352. /* float: left; */
  353. height: 177rpx;
  354. display: flex;
  355. align-items: flex-start;
  356. }
  357. .attr-pop .p {
  358. font-size: 33rpx;
  359. color: #333;
  360. height: 33rpx;
  361. line-height: 33rpx;
  362. margin-bottom: 10rpx;
  363. }
  364. .attr-pop .a {
  365. font-size: 29rpx;
  366. color: #333;
  367. height: 40rpx;
  368. line-height: 40rpx;
  369. width: 260px;
  370. display: block;
  371. word-break: break-all;
  372. word-wrap: break-word;
  373. }
  374. .coupon-box {
  375. background-color: #fff;
  376. display: flex;
  377. border-radius: 5px;
  378. flex-direction: row;
  379. position: relative;
  380. }
  381. .coupon-box .coupon-used {
  382. position: absolute;
  383. top: 50%;
  384. right: 10px;
  385. margin-top: -7.5vmin;
  386. height: 15vmin;
  387. width: 15vmin;
  388. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2s2AIzXWAAAPHxXo1UI166.png) no-repeat center;
  389. background-size: contain;
  390. }
  391. .coupon-box-g {
  392. background: linear-gradient(to right, #f0f0f0, #fff);
  393. }
  394. .coupon-box1 {
  395. border: 1px solid #fbb025;
  396. border-left: none;
  397. }
  398. .coupon-box2 {
  399. border: 1px solid #ccc;
  400. border-left: none;
  401. }
  402. .coupon-bg {
  403. width: 30%;
  404. background-position: left;
  405. background-size: cover;
  406. color: #fff;
  407. font-size: 2.4rem;
  408. display: flex;
  409. justify-content: center;
  410. flex-direction: column;
  411. align-items: center;
  412. }
  413. .coupon-bg > view{
  414. font-size: inherit;
  415. color: #fff;
  416. }
  417. .coupon-currency {
  418. font-size: 0.9rem;
  419. padding-right: 5px;
  420. }
  421. .coupon-bg .coupon-type {
  422. font-size: 0.8rem;
  423. color: #fff;
  424. }
  425. .coupon-bg1 {
  426. background-image: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2v6AcFmPAAAXWs0DSHQ136.png);
  427. }
  428. .coupon-bg2 {
  429. background-image: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2x6AEzgOAAAPIKZoCH4265.png);
  430. }
  431. .coupon-info {
  432. width: 50%;
  433. margin-left: 20px;
  434. }
  435. .coupon-title {
  436. font-size: 0.9rem;
  437. margin-top:12rpx;
  438. width:100%;
  439. height:30rpx;
  440. line-height:30rpx;
  441. }
  442. .coupon-info .coupon-desc {
  443. font-size: 0.9rem;
  444. color: #9b9b9b;
  445. list-style: outside;
  446. padding: 2px 0 2px 0;
  447. }
  448. .coupon-info .coupon-desc-shop {
  449. font-size: 0.9rem;
  450. color: #9b9b9b;
  451. list-style: outside;
  452. padding-bottom:12rpx;
  453. }
  454. .coupon-info-use{
  455. width: 20%;
  456. background: #fbb025;
  457. text-align:center;
  458. }
  459. .coupon-info-use2{
  460. width: 20%;
  461. background: #ccc;
  462. text-align:center;
  463. }
  464. .coupon-desc-use{
  465. font-size: 30rpx;
  466. color: white;
  467. margin-top:50rpx;
  468. }
  469. .attr-title{
  470. /* float: left; */
  471. height: 40rpx;
  472. line-height: 40rpx;
  473. font-size: 35rpx;
  474. text-align: center;
  475. overflow: hidden;
  476. }
  477. .ticket-img-info {
  478. width: 687.5rpx;
  479. height: 450rpx;
  480. /* overflow: scroll; */
  481. margin-bottom: 41.5rpx;
  482. padding-top:20rpx;
  483. }
  484. .img{
  485. width: 30rpx;
  486. height: 30rpx;
  487. }
  488. .bottom-btn {
  489. position: fixed;
  490. left: 0;
  491. bottom: 0;
  492. z-index: 999;
  493. width: 750rpx;
  494. height: 100rpx;
  495. display: flex;
  496. background: #fff;
  497. }
  498. .bottom-btn .r {
  499. border: 1px solid #b4282d;
  500. background: #b4282d;
  501. float: left;
  502. height: 100rpx;
  503. line-height: 96rpx;
  504. flex: 1;
  505. text-align: center;
  506. color: #fff;
  507. }