seckillOrder.wxss 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  1. /* pages/goodsOrderConfirm/goodsOrderConfirm.wxss */
  2. .content-listker {
  3. width: 100%;
  4. }
  5. .item-radius {
  6. background: #fff;
  7. opacity: 0.8;
  8. position: relative;
  9. border-radius: 24rpx;
  10. margin: 20rpx;
  11. }
  12. .order-top {
  13. background: #fff;
  14. padding: 30rpx 0;
  15. }
  16. .order-top image {
  17. width: 200rpx;
  18. height: 156rpx;
  19. margin-bottom: 6rpx;
  20. }
  21. .order-top text {
  22. font-size: 28rpx;
  23. }
  24. .order-top .state {
  25. font-size: 36rpx;
  26. font-family: PingFangSC-Medium;
  27. }
  28. .margin {
  29. background: #fff;
  30. }
  31. .item .state {
  32. color: #FF6877;
  33. }
  34. .item-top {
  35. height: 102rpx;
  36. padding: 0 24rpx;
  37. }
  38. .item-top text {
  39. font-size: 36rpx;
  40. font-family: PingFangSC-Semibold, PingFang SC;
  41. font-weight: 600;
  42. }
  43. .item-content {
  44. padding: 10rpx 0 30rpx;
  45. margin: 0 24rpx;
  46. position: relative;
  47. z-index: 1111;
  48. }
  49. .item-content:last-child {
  50. border-bottom: 1rpx solid rgba(175, 175, 175, 0.1);
  51. }
  52. .item-content .time {
  53. border-radius: 22rpx;
  54. font-size: 26rpx;
  55. padding: 2rpx 10rpx;
  56. box-sizing: border-box;
  57. }
  58. .item-content .img {
  59. position: relative;
  60. width: 160rpx;
  61. height: 160rpx;
  62. margin-right: 20rpx;
  63. background: #EDEDED;
  64. border-radius: 20rpx;
  65. overflow: hidden;
  66. }
  67. .item-content .icon {
  68. width: 136rpx;
  69. height: 92rpx;
  70. position: absolute;
  71. left: 46rpx;
  72. top: 160rpx;
  73. }
  74. .item-content .content {
  75. flex: 1;
  76. justify-content: space-between;
  77. overflow: hidden;
  78. }
  79. .item-content .content text {
  80. font-size: 28rpx;
  81. font-family: PingFangSC-Regular, PingFang SC;
  82. font-weight: 400;
  83. }
  84. .order-sum .top {
  85. padding: 32rpx 0rpx;
  86. margin: 0rpx 24rpx;
  87. border-bottom: 1rpx solid rgba(0, 0, 0, 0.04);
  88. }
  89. .order-sum text {
  90. font-size: 28rpx;
  91. font-family: PingFangSC-Regular, PingFang SC;
  92. font-weight: 400;
  93. color: #333333;
  94. }
  95. .order-sum .top .msg {
  96. padding: 20rpx;
  97. background: #FFEFEB;
  98. border-radius: 24rpx;
  99. font-size: 24rpx;
  100. font-family: PingFangSC-Medium, PingFang SC;
  101. font-weight: 500;
  102. color: #FF3007;
  103. position: relative;
  104. max-width: 374rpx;
  105. }
  106. .order-sum .top .msg::after {
  107. content: '';
  108. position: absolute;
  109. right: 30rpx;
  110. top: -20rpx;
  111. width: 0rpx;
  112. height: 0rpx;
  113. border-width: 10rpx;
  114. border-style: solid;
  115. border-color: transparent transparent rgba(255, 202, 224, 0.16) transparent;
  116. }
  117. .order-sum .top .coupon-guide-tips {
  118. width: 156rpx;
  119. height: 48rpx;
  120. background: #FF3007;
  121. border-radius: 8rpx;
  122. color: #FFFFFF;
  123. text-align: center;
  124. line-height: 48rpx;
  125. }
  126. .order-sum .top .right-500 text {
  127. font-family: PingFang-SC-Medium, PingFang-SC;
  128. font-weight: 500;
  129. }
  130. .order-sum .bottom {
  131. height: 84rpx;
  132. padding-top: 16rpx;
  133. justify-content: flex-end;
  134. }
  135. .order-sum .bottom .total-price {
  136. font-size: 36rpx;
  137. font-family: PingFangSC-Medium, PingFang SC;
  138. font-weight: 500;
  139. color: #FF3007;
  140. margin-right: 28rpx;
  141. }
  142. .total-pay-price {
  143. font-size: 56rpx;
  144. font-family: PingFangSC-Medium, PingFang SC;
  145. font-weight: 500;
  146. color: #FF3007;
  147. }
  148. .buy {
  149. height: 170rpx;
  150. /* padding: 0 30rpx; */
  151. background: #fff;
  152. position: fixed;
  153. bottom: 0;
  154. width: 100%;
  155. box-sizing: border-box;
  156. /* justify-content: flex-end; */
  157. }
  158. .buy .btn {
  159. width: 338rpx;
  160. height: 88rpx;
  161. border-radius: 44rpx;
  162. font-size: 32rpx;
  163. box-sizing: border-box;
  164. /* margin-right: 30rpx; */
  165. }
  166. .payType {
  167. height: 690rpx;
  168. }
  169. .coupon-popup .top {
  170. justify-content: center;
  171. padding: 0 48rpx;
  172. height: 112rpx;
  173. }
  174. .need-show-line {
  175. border-bottom: 2rpx solid #eee;
  176. }
  177. .coupon-popup .top .close-img {
  178. width: 56rpx;
  179. height: 56rpx;
  180. position: absolute;
  181. top: 28rpx;
  182. right: 32rpx;
  183. }
  184. .coupon-popup .list {
  185. height: 53vh;
  186. padding: 14rpx 30rpx;
  187. box-sizing: border-box;
  188. /* overflow-y: scroll; */
  189. }
  190. .coupon-popup .list .item {
  191. padding: 14rpx 0;
  192. height: 172rpx;
  193. /* border-bottom: 2rpx solid #eee; */
  194. }
  195. .coupon-popup .list .radio image {
  196. width: 48rpx;
  197. height: 48rpx;
  198. }
  199. .coupon-popup .list .coupon-item {
  200. display: block;
  201. margin-top: 10rpx;
  202. }
  203. .coupon-popup .item-left {
  204. width: 212rpx;
  205. height: 100%;
  206. font-family: PingFangSC-Semibold;
  207. color: #FFFFFF;
  208. font-size: 32rpx;
  209. border-top-left-radius: 16rpx;
  210. border-bottom-left-radius: 16rpx;
  211. background-image: radial-gradient(circle at 0px 50%, #fff 15rpx, #F5849F 15rpx);
  212. }
  213. .coupon-popup .item-left text {
  214. font-size: 36rpx;
  215. color: #fff;
  216. font-family: PingFangSC-Semibold, PingFang SC;
  217. }
  218. .coupon-popup .item-right {
  219. /* justify-content: center;
  220. align-items: flex-start; */
  221. padding: 0 30rpx;
  222. border-top-right-radius: 16rpx;
  223. border-bottom-right-radius: 16rpx;
  224. box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
  225. }
  226. .coupon-popup .item-right text {
  227. color: #000;
  228. }
  229. .coupon-popup-btm {
  230. height: 170rpx;
  231. position: fixed;
  232. width: 100%;
  233. left: 0;
  234. bottom: 0;
  235. background: #FFFFFF;
  236. }
  237. .coupon-popup-btm-btn {
  238. width: 100%;
  239. height: 84rpx;
  240. font-size: 32rpx;
  241. color: #FFFFFF;
  242. margin: 0 40rpx;
  243. background: #FA7D22;
  244. border-radius: 42rpx;
  245. font-family: PingFang-SC-Medium, PingFang-SC;
  246. }
  247. .btm-text {
  248. margin: 42rpx 0 120rpx;
  249. }
  250. .item-products-content::-webkit-scrollbar,
  251. .scroll-x::-webkit-scrollbar {
  252. display: none;
  253. /* Chrome Safari */
  254. }
  255. .use-popup {
  256. width: 640rpx;
  257. height: 898rpx;
  258. background: #FFFFFF;
  259. border-radius: 40rpx;
  260. padding: 60rpx 48rpx;
  261. box-sizing: border-box;
  262. position: relative;
  263. /* justify-content: center; */
  264. /* justify-content: space-evenly; */
  265. }
  266. .use-popup .close-img {
  267. width: 56rpx;
  268. height: 56rpx;
  269. /* background: red; */
  270. position: absolute;
  271. top: 16rpx;
  272. right: 16rpx;
  273. }
  274. .use-popup .title {
  275. /* margin-top: 60rpx; */
  276. font-size: 36rpx;
  277. font-family: PingFangSC-Medium, PingFang SC;
  278. font-weight: 500;
  279. color: #000000;
  280. }
  281. .use-popup .text-cotent {
  282. /* background-color: red; */
  283. overflow-y: scroll;
  284. text-align: left;
  285. /* height: 100%; */
  286. }
  287. .skin-popup .wux-landscape__inner {
  288. padding: 0 !important;
  289. }
  290. .skin-popup .popup-index--wux-popup {
  291. width: 650rpx !important;
  292. max-width: 650rpx !important;
  293. }
  294. /* =============================================================================== */
  295. .moneyShow {
  296. width: 100%;
  297. text-align: center;
  298. font-weight: 500;
  299. font-size: 56rpx;
  300. color: #FF3007;
  301. height: 100rpx;
  302. line-height: 100rpx;
  303. margin-bottom: 100rpx;
  304. }
  305. .moneyShow text {
  306. font-size: 28rpx;
  307. color: #FF3007;
  308. }
  309. .select-pay-methon {
  310. margin-bottom: 60rpx;
  311. width: 100%;
  312. display: flex;
  313. align-items: center;
  314. }
  315. .pay-img {
  316. width: 48rpx;
  317. height: 48rpx;
  318. margin-left: 30rpx;
  319. }
  320. .pay-title {
  321. margin-left: 20rpx;
  322. font-size: 32rpx;
  323. font-weight: 400;
  324. color: #333333;
  325. flex: 1;
  326. text-align: left;
  327. }
  328. .pay-money {
  329. margin-right: 36rpx;
  330. font-size: 36rpx;
  331. font-weight: 500;
  332. color: #333333;
  333. }
  334. .pay-money text {
  335. font-size: 24rpx;
  336. }
  337. .select-activity {
  338. width: 48rpx;
  339. height: 48rpx;
  340. margin-right: 30rpx;
  341. }
  342. .KnowBtn {
  343. margin-left: 271rpx;
  344. text-align: center;
  345. width: 208rpx;
  346. height: 76rpx;
  347. border-radius: 42rpx;
  348. border: 2rpx solid #FFFFFF;
  349. font-size: 32rpx;
  350. font-weight: 400;
  351. color: #FFFFFF;
  352. line-height: 76rpx;
  353. position: absolute;
  354. bottom: 60rpx;
  355. }
  356. .good-list {
  357. height: auto;
  358. overflow: scroll;
  359. }
  360. .submitBtn {
  361. position: relative;
  362. left: 50%;
  363. transform: translateX(-50%);
  364. width: 90%;
  365. height: 84rpx;
  366. text-align: center;
  367. line-height: 84rpx;
  368. background: #FA7D22;
  369. border-radius: 42rpx;
  370. font-size: 16px;
  371. font-family: PingFangSC-Medium, PingFang SC;
  372. font-weight: 500;
  373. color: #FFFFFF;
  374. }
  375. .project-num {
  376. text-align: end;
  377. font-size: 28rpx;
  378. font-family: PingFangSC-Regular, PingFang SC;
  379. font-weight: 400;
  380. color: #333333;
  381. line-height: 40rpx;
  382. }
  383. .price-size {
  384. font-size: 20rpx;
  385. font-family: PingFangSC-Medium, PingFang SC;
  386. font-weight: 500;
  387. color: #333333;
  388. line-height: 24rpx;
  389. }
  390. .item-bottom {
  391. display: flex;
  392. justify-content: space-between;
  393. padding: 20rpx 24rpx 32rpx 24rpx;
  394. }
  395. .item-total {
  396. font-size: 28rpx;
  397. font-family: PingFangSC-Regular, PingFang SC;
  398. font-weight: 400;
  399. color: #999999;
  400. line-height: 40rpx;
  401. }
  402. .item-price {
  403. font-size: 36rpx;
  404. font-family: PingFangSC-Medium, PingFang SC;
  405. font-weight: 500;
  406. color: #333333;
  407. line-height: 50rpx;
  408. }