distributionList.wxss 4.4 KB

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