index.wxss 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. .pay_wrap {
  2. background-color: #e6e6e6;
  3. height: 100%;
  4. padding-bottom: 20rpx;
  5. }
  6. .pay_wrap .line {
  7. width: 100%;
  8. height: 20rpx;
  9. background-color: #e6e6e6;
  10. }
  11. .pay_wrap .address {
  12. background-color: #fff;
  13. margin: 0 auto;
  14. padding: 10rpx;
  15. display: flex;
  16. align-items: center;
  17. justify-content: space-between;
  18. width: 94%;
  19. height: 240rpx;
  20. border-radius: 16rpx;
  21. }
  22. .pay_wrap .address .address_info {
  23. margin-left: 6rpx;
  24. }
  25. .pay_wrap .address .address_info .info_top {
  26. display: flex;
  27. align-items: center;
  28. justify-content: start;
  29. margin-bottom: 10rpx;
  30. }
  31. .pay_wrap .address .address_info .info_top .name {
  32. font-size: 32rpx;
  33. font-weight: 700;
  34. }
  35. .pay_wrap .address .address_info .info_top .mobile {
  36. font-size: 28rpx;
  37. color: #B0ADAD;
  38. margin-left: 12rpx;
  39. }
  40. .pay_wrap .address .address_info .info_content {
  41. font-size: 30rpx;
  42. margin-bottom: 10rpx;
  43. }
  44. .pay_wrap .address .address_info .tips {
  45. font-size: 30rpx;
  46. color: #ee0a24;
  47. }
  48. .pay_wrap .address .address_select {
  49. font-size: 36rpx;
  50. font-weight: 700;
  51. color: #ffca28;
  52. }
  53. .pay_wrap .goods_box {
  54. background-color: #fff;
  55. margin: 20rpx auto;
  56. padding: 10rpx;
  57. align-items: center;
  58. width: 94%;
  59. border-radius: 16rpx;
  60. }
  61. .pay_wrap .goods_box .title {
  62. display: flex;
  63. align-items: center;
  64. justify-content: start;
  65. margin-bottom: 30rpx;
  66. }
  67. .pay_wrap .goods_box .title .logo {
  68. margin-right: 10rpx;
  69. }
  70. .pay_wrap .goods_box .goods_info {
  71. display: flex;
  72. align-items: flex-start;
  73. }
  74. .pay_wrap .goods_box .goods_info .goods_image {
  75. width: 200rpx;
  76. height: 200rpx;
  77. margin-right: 10rpx;
  78. }
  79. .pay_wrap .goods_box .goods_info .goods_detail .goods_name {
  80. font-size: 32rpx;
  81. font-weight: 700;
  82. margin-bottom: 10rpx;
  83. }
  84. .pay_wrap .goods_box .goods_info .goods_detail .goods_desc {
  85. font-size: 30rpx;
  86. color: #ccc;
  87. }
  88. .pay_wrap .goods_box .goods_info .goods_detail .goods_tips {
  89. font-size: 30rpx;
  90. color: #ffca28;
  91. }
  92. .pay_wrap .goods_box .goods_count {
  93. display: flex;
  94. align-items: center;
  95. margin-top: 20rpx;
  96. justify-content: space-between;
  97. padding: 10rpx;
  98. }
  99. .pay_wrap .goods_box .goods_remark {
  100. margin-top: 20rpx;
  101. padding: 10rpx;
  102. }
  103. .pay_wrap .pay_address {
  104. width: 100%;
  105. padding: 30rpx;
  106. margin-top: 30rpx;
  107. height: 90rpx;
  108. display: flex;
  109. background-color: #fff;
  110. align-items: center;
  111. border-radius: 10rpx;
  112. }
  113. .pay_wrap .pay_address .pay_address_left {
  114. background-color: red;
  115. color: white;
  116. flex: 2;
  117. text-align: center;
  118. border-radius: 10rpx;
  119. }
  120. .pay_wrap .pay_address .pay_address_right {
  121. flex: 8;
  122. display: flex;
  123. justify-content: space-between;
  124. }
  125. .pay_wrap .pay_goods {
  126. margin: 30rpx 0;
  127. border: 1px solid #ececec;
  128. border-radius: 15rpx;
  129. }
  130. .pay_wrap .pay_goods .footer_wrap {
  131. display: flex;
  132. flex-direction: column;
  133. }
  134. .pay_wrap .pay_goods .footer_wrap .checkbox {
  135. width: 100%;
  136. height: 70rpx;
  137. display: flex;
  138. justify-content: space-between;
  139. align-items: center;
  140. }
  141. .pay_wrap .pay_goods .footer_wrap .checkbox .text {
  142. font-size: 28rpx;
  143. font-weight: 600;
  144. color: red;
  145. }
  146. .pay_wrap .user_info {
  147. background-color: #fff;
  148. margin: 20rpx 0;
  149. padding: 0 20rpx;
  150. }
  151. .pay_wrap .user_info .user_info_name {
  152. height: 90rpx;
  153. display: flex;
  154. align-items: center;
  155. }
  156. .pay_wrap .user_info .user_info_num {
  157. height: 90rpx;
  158. display: flex;
  159. align-items: center;
  160. }
  161. .pay_wrap .pay_discount {
  162. width: 100%;
  163. background-color: #fff;
  164. }
  165. .pay_wrap .pay_discount .pay_discount_title {
  166. padding: 20rpx;
  167. display: flex;
  168. justify-content: space-between;
  169. align-items: center;
  170. }
  171. .van-cell {
  172. position: relative;
  173. display: -webkit-box;
  174. display: -webkit-flex;
  175. display: flex;
  176. justify-content: space-between;
  177. box-sizing: border-box;
  178. width: 100%;
  179. padding: 10px 16px;
  180. overflow: hidden;
  181. color: #323233;
  182. font-size: 14px;
  183. line-height: 24px;
  184. background-color: #fff;
  185. }
  186. .discount .discount_text {
  187. width: 100%;
  188. height: 90rpx;
  189. display: flex;
  190. justify-content: center;
  191. align-items: center;
  192. }
  193. .discount .discount_text text {
  194. font-size: 36rpx;
  195. font-weight: 700;
  196. }
  197. checkbox .wx-checkbox-input {
  198. width: 44rpx;
  199. height: 44rpx;
  200. border-radius: 50%;
  201. }
  202. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  203. background: #ee0a24;
  204. border-color: #ee0a24;
  205. /* color: #ffffff; */
  206. }
  207. checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
  208. width: 30rpx;
  209. height: 30rpx;
  210. line-height: 30rpx;
  211. text-align: center;
  212. font-size: 34rpx;
  213. color: #fff;
  214. background: transparent;
  215. transform: translate(-50%, -50%) scale(1);
  216. -webkit-transform: translate(-50%, -50%) scale(1);
  217. }
  218. .tabs_title {
  219. display: flex;
  220. }
  221. .tabs_title .title_item {
  222. display: flex;
  223. justify-content: center;
  224. align-items: center;
  225. flex: 1;
  226. padding: 15rpx 0;
  227. }
  228. .active {
  229. color: red;
  230. border-bottom: 5rpx solid currentColor;
  231. }
  232. .tabs_content {
  233. background-color: #fff;
  234. padding-top: 40rpx;
  235. }
  236. .tabs_content .coupon {
  237. display: flex;
  238. justify-content: space-between;
  239. align-items: center;
  240. padding: 10rpx 20rpx;
  241. }
  242. .coupon_img {
  243. width: 95%;
  244. height: 220rpx;
  245. margin: 0 auto;
  246. background-color: #ccc;
  247. }
  248. .coupon_item_wrap {
  249. width: 90%;
  250. height: 180rpx;
  251. margin: 20rpx auto;
  252. display: flex;
  253. background-image: url('http://cloud.file.futurestack.cn/1AiWpTEDH9/20201207/qf19km053654.png?imageView2');
  254. background-size: 100%;
  255. background-repeat: no-repeat;
  256. }
  257. .coupon_item_wrap .coupon_item_left {
  258. flex: 7.5;
  259. padding: 15rpx;
  260. display: flex;
  261. }
  262. .coupon_item_wrap .coupon_item_left .coupon_left_price_wrap {
  263. flex: 3;
  264. display: flex;
  265. flex-direction: column;
  266. justify-content: center;
  267. align-items: center;
  268. }
  269. .coupon_item_wrap .coupon_item_left .coupon_left_price_wrap .coupon_left_price {
  270. color: #DB432E;
  271. font-size: 20rpx;
  272. }
  273. .coupon_item_wrap .coupon_item_left .coupon_left_price_wrap .coupon_left_price .text1 {
  274. color: #DB432E;
  275. font-size: 48rpx;
  276. font-weight: 800;
  277. }
  278. .coupon_item_wrap .coupon_item_left .coupon_left_price_wrap .coupon_price_text {
  279. font-size: 24rpx;
  280. }
  281. .coupon_item_wrap .coupon_item_left .coupon_left_cnt {
  282. flex: 7;
  283. display: flex;
  284. padding-left: 10rpx;
  285. flex-direction: column;
  286. justify-content: space-around;
  287. }
  288. .coupon_item_wrap .coupon_item_left .coupon_left_cnt .left_cnt_title {
  289. margin: 15rpx 0;
  290. }
  291. .coupon_item_wrap .coupon_item_left .coupon_left_cnt .left_cnt_btm {
  292. display: flex;
  293. flex-direction: column;
  294. }
  295. .coupon_item_wrap .coupon_item_left .coupon_left_cnt .left_cnt_btm text {
  296. font-size: 22rpx;
  297. color: #B0ADAD;
  298. }
  299. .coupon_item_wrap .coupon_item_right {
  300. display: flex;
  301. flex-direction: column;
  302. justify-content: center;
  303. align-items: center;
  304. flex: 2.5;
  305. position: relative;
  306. overflow: hidden;
  307. }
  308. .coupon_item_wrap .coupon_item_right button {
  309. width: 120rpx;
  310. background-color: #DB432E;
  311. color: #fff;
  312. border-radius: 40px;
  313. font-size: 20rpx;
  314. }
  315. .coupon_item_wrap .coupon_item_right .active image {
  316. width: 100rpx;
  317. height: 100rpx;
  318. position: absolute;
  319. right: -10rpx;
  320. top: -25rpx;
  321. }
  322. .coupon_item_wrap .coupon_item_right .active button {
  323. width: 120rpx;
  324. background-color: #f5e054;
  325. color: #ed6d69;
  326. border-radius: 40px;
  327. font-size: 20rpx;
  328. margin-top: 40rpx;
  329. }
  330. .has-info {
  331. display: flex;
  332. flex-direction: column;
  333. padding: 0;
  334. margin: 30rpx 0;
  335. width: 100%;
  336. background-color: #fff;
  337. }
  338. .has-info .info-item {
  339. display: flex;
  340. justify-content: flex-start;
  341. align-items: center;
  342. border-radius: 10rpx;
  343. box-shadow: 2rpx 8rpx 18rpx #f1f1f1;
  344. position: relative;
  345. }
  346. .has-info .info-item .edit-wrap {
  347. position: absolute;
  348. right: 0;
  349. bottom: 0;
  350. display: flex;
  351. justify-content: center;
  352. align-items: center;
  353. }
  354. .has-info .info-item .edit-wrap .img {
  355. width: 42rpx;
  356. height: 42rpx;
  357. }
  358. .has-info .info-item .selected {
  359. display: flex;
  360. justify-content: center;
  361. align-items: center;
  362. }
  363. .has-info .info-item .selected .img {
  364. width: 40rpx;
  365. height: 40rpx;
  366. }
  367. .has-info .info-item .info-wrap {
  368. display: flex;
  369. flex-direction: column;
  370. padding-left: 30rpx;
  371. }
  372. .has-info .info-item .info-wrap .addr {
  373. display: flex;
  374. flex-direction: column;
  375. margin-bottom: 10rpx;
  376. }
  377. .has-info .info-item .info-wrap .addr .top {
  378. font-size: 30rpx;
  379. font-weight: 500;
  380. margin-bottom: 4rpx;
  381. }
  382. .has-info .info-item .info-wrap .addr .text {
  383. font-size: 24rpx;
  384. color: #777;
  385. }
  386. .has-info .info-item .info-wrap .addr .img-wrap {
  387. width: 44rpx;
  388. height: 44rpx;
  389. margin-right: 10rpx;
  390. }
  391. .has-info .info-item .info-wrap .name {
  392. display: flex;
  393. justify-content: flex-start;
  394. align-items: center;
  395. }
  396. .has-info .info-item .info-wrap .name .img-wrap {
  397. width: 44rpx;
  398. height: 44rpx;
  399. margin-right: 10rpx;
  400. }
  401. .has-info .info-item .info-wrap .name .img {
  402. width: 42rpx;
  403. height: 42rpx;
  404. }
  405. .has-info .info-item .info-wrap .name .default {
  406. font-size: 22rpx;
  407. color: #ff3456;
  408. background: #faedef;
  409. text-align: center;
  410. padding: 2rpx 10rpx;
  411. border-radius: 4rpx;
  412. }
  413. .has-info .info-item .info-wrap .name .text {
  414. font-size: 26rpx;
  415. margin-right: 10rpx;
  416. }
  417. .fetchTime {
  418. background-color: #fff;
  419. font-size: 26rpx;
  420. padding: 30rpx;
  421. }
  422. .btn {
  423. display: flex;
  424. justify-content: space-between;
  425. margin: 20rpx auto;
  426. padding: 0 20rpx;
  427. align-items: center;
  428. }
  429. .btn .status {
  430. text-align: center;
  431. font-size: 34rpx;
  432. font-weight: 800;
  433. line-height: 1.5;
  434. color: #6d6d6d;
  435. }
  436. .btn .refund {
  437. padding: 14rpx 60rpx;
  438. border: 1rpx solid #fd5f5f;
  439. border-radius: 50rpx;
  440. color: #fd5f5f;
  441. }