goodsDetails.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. .zr {
  2. background: #fe8464;
  3. width: 100%;
  4. height: 130px;
  5. position: relative;
  6. overflow: hidden;
  7. }
  8. .top_box {
  9. color: #fff;
  10. font-size: 28rpx;
  11. line-height: 1;
  12. }
  13. .total {
  14. text-align: center;
  15. padding-top: 10rpx;
  16. padding-bottom: 40rpx;
  17. }
  18. .total-money {
  19. font-weight: bold;
  20. font-size: 50rpx;
  21. margin-top: 18rpx;
  22. }
  23. .three {
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. }
  28. .three-item {
  29. position: relative;
  30. flex: 1;
  31. text-align: center;
  32. }
  33. .three-item::before {
  34. content: '';
  35. position: absolute;
  36. left: 0;
  37. top: 0;
  38. bottom: 0;
  39. width: 1rpx;
  40. border-left: 1rpx solid #ffb193;
  41. }
  42. .three-item:first-child::before {
  43. content: none;
  44. }
  45. .three-money {
  46. margin-top: 15rpx;
  47. }
  48. .rightArrowImg {
  49. width: 12rpx;
  50. height: 22rpx;
  51. margin-left: 8rpx;
  52. }
  53. .qrcode {
  54. position: absolute;
  55. right: 30rpx;
  56. font-size: 24rpx;
  57. top: 20rpx;
  58. border: 1rpx solid #fff;
  59. padding: 5rpx 10rpx;
  60. border-radius: 10rpx;
  61. }
  62. .nav {
  63. position: fixed;
  64. top: 130px;
  65. left: 0;
  66. right: 0;
  67. z-index: 10;
  68. background: #fff;
  69. height: 92rpx;
  70. border-top: 2rpx solid #f2f2f2;
  71. border-bottom: 2rpx solid #f2f2f2;
  72. padding: 0 60rpx;
  73. width: unset;
  74. display: flex;
  75. align-items: center;
  76. justify-content: space-between;
  77. }
  78. .nav .orderList_item {
  79. margin-bottom: 4rpx;
  80. font-size: 28rpx;
  81. font-family: PingFangSC-Medium;
  82. font-weight: 500;
  83. color: #666;
  84. position: relative;
  85. height: 96rpx;
  86. line-height: 96rpx;
  87. }
  88. .nav .orderList_item .line {
  89. position: absolute;
  90. bottom: 0;
  91. height: 6rpx;
  92. width: 100%;
  93. background: linear-gradient(90deg, #ff4936 0%, #ff6e3c 100%);
  94. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(255, 89, 0, 0.25);
  95. border-radius: 24rpx;
  96. }
  97. .nav .on {
  98. color: #ff5344;
  99. }
  100. .swiper-box {
  101. width: 100%;
  102. margin-top: 90rpx;
  103. }
  104. .swiper-box .order-scroll-view {
  105. width: 750rpx;
  106. height: 100%;
  107. }
  108. .swiper-box .noRecordCon {
  109. display: flex;
  110. justify-content: center;
  111. align-items: center;
  112. flex-direction: column;
  113. }
  114. .swiper-box .noRecordCon .noRecordImg {
  115. width: 132rpx;
  116. height: 138rpx;
  117. margin-top: 50%;
  118. }
  119. .swiper-box .noRecordCon .noRefundImg {
  120. width: 218rpx;
  121. height: 218rpx;
  122. margin-top: 50%;
  123. }
  124. .swiper-box .noRecordCon .noRecord {
  125. padding-top: 32rpx;
  126. font-size: 30rpx;
  127. font-family: PingFangSC-Light;
  128. font-weight: 300;
  129. color: #666;
  130. line-height: 30rpx;
  131. }
  132. .swiper-box .noRecordCon .goIndex {
  133. width: 164rpx;
  134. height: 60rpx;
  135. background: #ff3432;
  136. border-radius: 30rpx;
  137. font-size: 28rpx;
  138. color: #fff;
  139. margin-top: 30rpx;
  140. display: flex;
  141. justify-content: center;
  142. align-items: center;
  143. }
  144. .swiper-box .item {
  145. width: 710rpx;
  146. box-shadow: 0rpx 0rpx 40rpx 0rpx rgba(0, 0, 0, 0.05);
  147. border-radius: 20rpx;
  148. margin: 20rpx auto 0;
  149. background: #fff;
  150. }
  151. .swiper-box .item:last-of-type {
  152. margin: 20rpx auto;
  153. }
  154. .distributionList .on {
  155. color: #fe8464;
  156. border-bottom: 4rpx solid #fe8464;
  157. margin: 0;
  158. }
  159. .distributionList .swiper-box {
  160. margin-top: 120rpx;
  161. }
  162. .swiper-box .noRecordCon {
  163. display: flex;
  164. justify-content: center;
  165. align-items: center;
  166. flex-direction: column;
  167. }
  168. .swiper-box .noRecordCon .noRecordImg {
  169. width: 132rpx;
  170. height: 138rpx;
  171. margin-top: 30%;
  172. }
  173. .swiper-box .noRecordCon .noRefundImg {
  174. width: 218rpx;
  175. height: 218rpx;
  176. margin-top: 50%;
  177. }
  178. .swiper-box .noRecordCon .noRecord {
  179. padding-top: 32rpx;
  180. font-size: 30rpx;
  181. font-family: PingFangSC-Light;
  182. font-weight: 300;
  183. color: #666;
  184. line-height: 30rpx;
  185. }
  186. .spu {
  187. padding: 30rpx 30rpx 20rpx;
  188. display: flex;
  189. justify-content: flex-start;
  190. }
  191. .spu .goodsImg {
  192. width: 120rpx;
  193. height: 120rpx;
  194. margin-right: 20rpx;
  195. }
  196. .spu .goodsImg .img-class {
  197. width: 120rpx;
  198. height: 120rpx;
  199. }
  200. .spu .detail {
  201. margin-left: 20rpx;
  202. font-size: 24rpx;
  203. color: #aaa;
  204. }
  205. .spu .detail .spuName {
  206. color: #444;
  207. font-size: 28rpx;
  208. font-weight: 500;
  209. overflow: hidden;
  210. }
  211. .spu .detail .tips {
  212. line-height: 1;
  213. width: 530rpx;
  214. margin-top: 16rpx;
  215. position: relative;
  216. }
  217. .spu .detail .tips .last {
  218. float: right;
  219. }
  220. .spu .detail .tips .price {
  221. color: #ff5344;
  222. font-size: 32rpx;
  223. }
  224. .list-item {
  225. padding: 30rpx;
  226. background-color: #fff;
  227. margin-bottom: 20rpx;
  228. }
  229. .item-head {
  230. display: flex;
  231. justify-content: space-between;
  232. align-items: center;
  233. border-bottom: 1rpx solid #ececec;
  234. padding-bottom: 20rpx;
  235. }
  236. .item-head .status {
  237. color: #ff5344;
  238. }
  239. .list-item .line {
  240. display: flex;
  241. justify-content: space-between;
  242. align-items: center;
  243. line-height: 2;
  244. }