list.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. /* pages/order/user/list/list.wxss */
  2. @import "./list.skeleton.wxss";
  3. page {
  4. background: #F8F8F8;
  5. }
  6. .fiexd {
  7. position: sticky;
  8. top: 0;
  9. z-index: 999;
  10. }
  11. .query {
  12. /* height: 106rpx; */
  13. position: relative;
  14. background: #FFFFFF;
  15. margin-bottom: 0;
  16. }
  17. .qBtn {
  18. width: 154rpx;
  19. height: 66rpx;
  20. background: #00BC8A;
  21. font-weight: 400;
  22. font-size: 24rpx;
  23. color: #FFFFFF;
  24. line-height: 66rpx;
  25. text-align: center;
  26. border-radius: 8rpx;
  27. }
  28. .query .cell {
  29. position: relative;
  30. z-index: 999;
  31. max-height: 66rpx !important;
  32. min-height: 66rpx !important;
  33. }
  34. .query .cellText {
  35. /* flex: 1; */
  36. display: flex;
  37. flex-flow: row;
  38. justify-content: center;
  39. align-items: center;
  40. width: 532rpx;
  41. height: 66rpx;
  42. background: #F8F8F8;
  43. border-radius: 8rpx 8rpx 8rpx 8rpx;
  44. padding-left: 20rpx;
  45. margin-right: 20rpx;
  46. }
  47. .cellText view {
  48. font-weight: 500;
  49. font-size: 24rpx;
  50. color: #000000;
  51. height: 24rpx;
  52. line-height: 24rpx;
  53. border-right: 1px solid #A2A2A2;
  54. padding-right: 10rpx;
  55. }
  56. .cellText view::after {
  57. content: "\e615";
  58. }
  59. .cellText .queryShow::after {
  60. content: "\e760";
  61. }
  62. .cellText .inputDate {
  63. flex: 1;
  64. font-weight: 500;
  65. font-size: 24rpx;
  66. color: #000000;
  67. height: 66rpx;
  68. line-height: 66rpx;
  69. /* padding-left: 20rpx; */
  70. border: none;
  71. display: flex;
  72. flex-flow: row;
  73. }
  74. .inputDate::after,
  75. .inputDate picker::after,
  76. .inputDate picker view::after {
  77. content: "" !important;
  78. }
  79. .inputDate picker {
  80. border: none !important;
  81. }
  82. .inputDate picker view {
  83. line-height: 66rpx;
  84. border: none !important;
  85. text-align: center;
  86. }
  87. .inputDate picker .active {
  88. color: #000000;
  89. }
  90. .icon-close-copy {
  91. height: 66rpx;
  92. font-size: 26rpx;
  93. border: none !important;
  94. line-height: 66rpx !important;
  95. }
  96. .icon-close-copy::after {
  97. content: "" !important;
  98. }
  99. .cellText input {
  100. flex: 1;
  101. font-weight: 500;
  102. font-size: 24rpx;
  103. color: #000000;
  104. height: 66rpx;
  105. line-height: 66rpx;
  106. padding-left: 20rpx;
  107. }
  108. .cellText .icon-clean::after {
  109. content: "\e762";
  110. font-size: 24rpx;
  111. padding: 0 10rpx;
  112. height: 66rpx;
  113. display: inline-block;
  114. }
  115. .chooseQuery {
  116. position: fixed;
  117. left: 24rpx;
  118. top: 94rpx;
  119. width: 146rpx;
  120. background: #FFFFFF;
  121. box-shadow: 0rpx 4rpx 25rpx 0rpx rgba(0, 0, 0, 0.1);
  122. border-radius: 8rpx 8rpx 8rpx 8rpx;
  123. text-align: center;
  124. z-index: 999;
  125. }
  126. .chooseQuery view {
  127. font-weight: 400;
  128. font-size: 24rpx;
  129. color: #424242;
  130. line-height: 64rpx;
  131. }
  132. .chooseQuery view.active {
  133. font-weight: 500;
  134. font-size: 24rpx;
  135. color: #0D0D0D;
  136. }
  137. .order {
  138. /* min-height: 317rpx; */
  139. background: #FFFFFF;
  140. border-radius: 0rpx 0rpx 0rpx 0rpx;
  141. padding: 24rpx;
  142. margin-top: 20rpx;
  143. }
  144. .topInfo {
  145. display: flex;
  146. flex-flow: row;
  147. align-items: center;
  148. justify-content: space-between;
  149. font-weight: 500;
  150. font-size: 24rpx;
  151. color: #000000;
  152. }
  153. .checkNumber {
  154. font-size: 24rpx;
  155. }
  156. .checkNumber::after {
  157. content: "\eb4e";
  158. padding-left: 10rpx;
  159. }
  160. .topCenter {
  161. position: relative;
  162. padding: 32rpx 0;
  163. display: flex;
  164. flex-flow: row;
  165. /* align-items: center; */
  166. justify-content: space-between;
  167. }
  168. .goodsPic {
  169. width: 120rpx;
  170. height: 120rpx;
  171. }
  172. .goodsTitle {
  173. flex: 1;
  174. font-weight: 400;
  175. font-size: 20rpx;
  176. color: #000000;
  177. line-height: 28rpx;
  178. height: auto !important;
  179. padding: 0 20rpx;
  180. margin-bottom: 10rpx;
  181. box-sizing: border-box;
  182. }
  183. .orderInfo1 {
  184. min-width: 150rpx;
  185. height: 120rpx;
  186. text-align: center;
  187. }
  188. .orderGoods {
  189. height: 120rpx;
  190. }
  191. .orderGoods image {
  192. width: 120rpx;
  193. height: 120rpx;
  194. }
  195. .orderInfo {
  196. position: absolute;
  197. top: 32rpx;
  198. right: 0;
  199. min-width: 150rpx;
  200. height: 120rpx;
  201. background: rgba(255, 255, 255, 0.9);
  202. text-align: center;
  203. }
  204. .orderInfo view:first-child,
  205. .orderInfo1 view:first-child {
  206. font-weight: bold;
  207. font-size: 32rpx;
  208. color: #0D0D0D;
  209. }
  210. .orderInfo view:last-child,
  211. .orderInfo1 view:last-child {
  212. font-weight: 400;
  213. font-size: 20rpx;
  214. color: #7E7E7E;
  215. }
  216. .topBottom {
  217. display: flex;
  218. flex-flow: row;
  219. align-items: center;
  220. justify-content: space-between;
  221. font-weight: 400;
  222. font-size: 20rpx;
  223. color: #A2A2A2;
  224. }
  225. .toolBtn {
  226. /* padding: 22rpx 26rpx; */
  227. display: inline-block;
  228. min-width: 150rpx;
  229. height: 60rpx;
  230. line-height: 60rpx;
  231. background: #FFFFFF;
  232. border-radius: 8rpx 8rpx 8rpx 8rpx;
  233. border: 1rpx solid #0D0D0D;
  234. text-align: center;
  235. font-weight: 400;
  236. font-size: 24rpx;
  237. color: #0D0D0D;
  238. }
  239. .toolBtn.red {
  240. background: #E60000;
  241. border-color: #E60000;
  242. margin-left: 20rpx;
  243. }
  244. .toolBtn.black {
  245. color: #FFFFFF;
  246. background: linear-gradient(180deg, #0D0D0D 0%, #4F4F4F 100%);
  247. border-color: linear-gradient(180deg, #0D0D0D 0%, #4F4F4F 100%);
  248. }
  249. .listEmpty {
  250. width: 208rpx;
  251. height: 208rpx;
  252. }
  253. .loadMore {
  254. text-align: center;
  255. font-size: 18rpx;
  256. color: #000000;
  257. line-height: 25rpx;
  258. /* background: #F8F8F8; */
  259. }
  260. .noMore {
  261. text-align: center;
  262. font-size: 18rpx;
  263. color: #A2A2A2;
  264. line-height: 25rpx;
  265. }