distributionList.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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 .refreshImg {
  112. font-size: 32rpx;
  113. color: #000;
  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 .iconfont {
  139. font-size: 12rpx;
  140. margin-left: 6rpx;
  141. vertical-align: middle;
  142. color: #999;
  143. }
  144. .distributionList {
  145. width: 100%;
  146. }
  147. .distributionList .nav {
  148. top: 80rpx;
  149. }
  150. .distributionList .on {
  151. color: #fe8464;
  152. border-bottom: 4rpx solid #fe8464;
  153. margin: 0;
  154. }
  155. .distributionList .swiper-box {
  156. margin-top: 170rpx;
  157. }
  158. .item {
  159. background: #fff;
  160. overflow: hidden;
  161. border-top-left-radius: 20rpx;
  162. border-top-right-radius: 20rpx;
  163. }
  164. .distributionNum {
  165. height: 80rpx;
  166. font-size: 26rpx;
  167. color: #333;
  168. padding: 0 30rpx;
  169. border-top-left-radius: 20rpx;
  170. border-top-right-radius: 20rpx;
  171. border-bottom: 2rpx solid #e4e4e4;
  172. display: flex;
  173. align-items: center;
  174. justify-content: space-between;
  175. }
  176. .distributionNum .distributionTime {
  177. font-size: 24rpx;
  178. color: #666;
  179. }
  180. .distributionNum .statusName {
  181. font-size: 26rpx;
  182. color: #fe8464;
  183. }
  184. .spu {
  185. padding: 20rpx 30rpx;
  186. display: flex;
  187. justify-content: flex-start;
  188. }
  189. .spu .goodsImg {
  190. height: 120rpx;
  191. margin-right: 30rpx;
  192. }
  193. .spu .detail {
  194. font-size: 28rpx;
  195. color: #333;
  196. }
  197. .spu .detail .goodsName {
  198. color: #333;
  199. font-size: 28rpx;
  200. line-height: 40rpx;
  201. height: 80rpx;
  202. width: 540rpx;
  203. display: -webkit-box;
  204. -webkit-box-orient: vertical;
  205. -webkit-line-clamp: 2;
  206. overflow: hidden;
  207. text-overflow: initial;
  208. white-space: normal;
  209. }
  210. .spu .detail .commission {
  211. font-size: 24rpx;
  212. color: #999;
  213. line-height: 40rpx;
  214. }
  215. .distributionCommision {
  216. border-top: 2rpx solid #e4e4e4;
  217. display: flex;
  218. align-items: center;
  219. justify-content: flex-end;
  220. height: 80rpx;
  221. font-size: 26rpx;
  222. color: #777;
  223. padding: 0 30rpx;
  224. }
  225. .distributionCommision text {
  226. margin-left: 30rpx;
  227. }
  228. .dialogText {
  229. box-sizing: border-box;
  230. padding: 20rpx;
  231. height: 140rpx!important;
  232. text-align: justify;
  233. }
  234. .dialogBtn {
  235. font-size: 30rpx!important;
  236. height: 68rpx!important;
  237. line-height: 68rpx!important;
  238. }
  239. .tips .tag {
  240. font-size: 20rpx;
  241. padding: 4rpx 8rpx;
  242. border-radius: 5rpx;
  243. }