orderDetail.wxss 6.8 KB

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