diffOrder.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .container{
  7. padding:24rpx 0 180rpx;
  8. }
  9. /* 卡片 */
  10. .top-card{
  11. width:702rpx;
  12. height:164rpx;
  13. background: url('https://mall.zhaijieshi.cc/file/jzmall-dy/order-card-bg.png') no-repeat center;
  14. background-size: 100% 100%;
  15. padding:20rpx 30rpx 24rpx;
  16. color:#fff;
  17. position: relative;
  18. margin:0 24rpx 20rpx;
  19. }
  20. .top-name-wrapper{
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between;
  24. height: 44rpx;
  25. overflow: hidden;
  26. }
  27. .top-name{
  28. height: 44rpx;
  29. font-size: 32rpx;
  30. font-weight: bold;
  31. color: #FFFFFF;
  32. line-height: 44rpx;
  33. text-overflow: ellipsis;
  34. white-space: nowrap;
  35. overflow: hidden;
  36. }
  37. .top-sku-name{
  38. font-size: 24rpx;
  39. font-weight: bold;
  40. color: #fff;
  41. white-space: nowrap;
  42. overflow: hidden;
  43. text-overflow: ellipsis;
  44. flex:1;
  45. }
  46. .top-times{
  47. margin:12rpx 0 54rpx;
  48. display: flex;
  49. height: 42rpx;
  50. align-items: center;
  51. }
  52. .top-times view{
  53. font-size: 24rpx;
  54. font-weight: bold;
  55. }
  56. .top-times view.serviced-times{
  57. margin-left:20rpx;
  58. }
  59. .top-times view text{
  60. font-size: 30rpx;
  61. }
  62. /* 工单列表 */
  63. .service-item{
  64. /* margin-top:24rpx; */
  65. background: #FFFFFF;
  66. border-radius: 24rpx;
  67. width:702rpx;
  68. padding:0 24rpx;
  69. margin:0 24rpx;
  70. }
  71. .service-item .service-title{
  72. height:80rpx;
  73. display: flex;
  74. align-items: center;
  75. border-bottom: 2rpx solid #E0E0E0;
  76. }
  77. .service-title .sercive-name{
  78. color: #191919;
  79. font-size: 30rpx;
  80. font-weight: bold;
  81. }
  82. .service-title .service-id{
  83. color: #666666;
  84. font-size: 24rpx;
  85. margin:0 12rpx;
  86. flex:1;
  87. }
  88. .service-title .service-status{
  89. color: #008DFF;
  90. font-size: 26rpx;
  91. }
  92. .service-main{
  93. padding:12rpx 0 16rpx;
  94. }
  95. .customer-info{
  96. display: flex;
  97. align-items: center;
  98. }
  99. .customer-info image{
  100. width:48rpx;
  101. height:48rpx;
  102. margin-right:24rpx;
  103. }
  104. .customer-info .customer-main{
  105. display: flex;
  106. padding:18rpx 0 4rpx;
  107. flex-direction: column;
  108. flex:1;
  109. }
  110. .main-line{
  111. display: flex;
  112. height:44rpx;
  113. margin-bottom:4rpx;
  114. align-items: center;
  115. }
  116. .main-line view{
  117. color: #333333;
  118. font-size: 32rpx;
  119. }
  120. .main-line view.phone{
  121. color: #999999;
  122. font-size: 24rpx;
  123. margin-left:14rpx;
  124. }
  125. .customer-info .customer-address{
  126. color: #666666;
  127. line-height: 40rpx;
  128. }
  129. .service-main .row{
  130. /* height: 56rpx;
  131. line-height: 56rpx; */
  132. display: flex;
  133. color: rgba(0,0,0,0.9);
  134. font-size: 26rpx;
  135. font-weight: bold;
  136. align-items: center;
  137. margin: 10rpx 0;
  138. }
  139. .service-main .row text{
  140. color: #666666;
  141. font-weight: normal;
  142. /* white-space: nowrap; */
  143. }
  144. .diff-tips{
  145. height: 56rpx;
  146. font-size: 36rpx;
  147. color: #333333;
  148. line-height: 56rpx;
  149. margin:28rpx 0 12rpx;
  150. text-align: center;
  151. font-weight: bold;
  152. }
  153. .service-tips{
  154. height: 42rpx;
  155. font-size: 30rpx;
  156. font-weight: 400;
  157. color: #999999;
  158. line-height: 42rpx;
  159. margin-bottom:30rpx;
  160. text-align: center;
  161. }
  162. .supply-order{
  163. background: #fff;
  164. margin-bottom:12rpx;
  165. padding-bottom:32rpx;
  166. }
  167. .order-title{
  168. height: 80rpx;
  169. padding:0 24rpx 0 48rpx;
  170. border-bottom:1rpx solid #F3F3F3;
  171. color: #666666;
  172. font-size: 28rpx;
  173. margin-bottom:20rpx;
  174. display: flex;
  175. align-items: center;
  176. justify-content: space-between;
  177. }
  178. .pay-status{
  179. font-weight: 600;
  180. color: #09AFFF;
  181. }
  182. .non-payment.pay-status{
  183. color: #FF004E;
  184. }
  185. .item-line .order-amount{
  186. color: #191919;
  187. }
  188. .item-line .order-time{
  189. color: #191919;
  190. }
  191. .supply-item{
  192. background: #fff;
  193. margin-bottom:10rpx;
  194. padding-bottom:10rpx;
  195. }
  196. .item-title{
  197. height: 80rpx;
  198. line-height: 80rpx;
  199. padding-left:48rpx;
  200. border-bottom:1rpx solid #F3F3F3;
  201. color: #666666;
  202. font-size: 28rpx;
  203. margin-bottom:20rpx;
  204. }
  205. .item-line{
  206. display: flex;
  207. justify-content: space-between;
  208. align-items: center;
  209. padding:0 24rpx 0 48rpx;
  210. height: 48rpx;
  211. margin-bottom:4rpx;
  212. }
  213. .item-line view{
  214. font-size: 28rpx;
  215. color:#666;
  216. }
  217. .item-line view.item-left{
  218. color:#999;
  219. }
  220. .detail-btn{
  221. width: 676rpx;
  222. height: 66rpx;
  223. line-height: 66rpx;
  224. border-radius: 3rpx;
  225. border: 1rpx solid #D4D4D4;
  226. color: #666666;
  227. font-size: 28rpx;
  228. margin:14rpx 0 0 48rpx;
  229. text-align: center;
  230. }
  231. .pay-btn{
  232. width: 676rpx;
  233. height: 66rpx;
  234. line-height: 66rpx;
  235. border-radius: 3rpx;
  236. color: #fff;
  237. font-size: 28rpx;
  238. margin:14rpx 0 0 48rpx;
  239. text-align: center;
  240. background: #09afff;
  241. }