orderDetail.wxss 6.9 KB

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