order.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. ax-body.data-v-127632e4{
  2. display: block;
  3. height: 100%;
  4. background: #F5F7FB;
  5. }
  6. ax-body.data-v-127632e4 .ax-custom-title{
  7. background-color: #fff !important;
  8. }
  9. .body.data-v-127632e4{
  10. height: 100%;
  11. position: relative;
  12. padding-top: 60px;
  13. }
  14. .top.data-v-127632e4{
  15. height: 60px;
  16. position: absolute;
  17. top: 0;
  18. left: 0;
  19. right: 0;
  20. padding: 0 10px;
  21. background: #fff;
  22. }
  23. .tabs.data-v-127632e4{
  24. display: flex;
  25. align-items: center;
  26. position: relative;
  27. z-index: 99999;
  28. }
  29. .tabs .tab.data-v-127632e4{
  30. font-size: 14px;
  31. color: #2b303a;
  32. }
  33. .tabs .tab + .tab.data-v-127632e4{
  34. margin-left: 20px;
  35. }
  36. .tabs .tab.active.data-v-127632e4{
  37. position: relative;
  38. font-weight: bold;
  39. }
  40. .tabs .tab.data-v-127632e4::after{
  41. content: '';
  42. display: block;
  43. width: 0px;
  44. height: 4px;
  45. position: absolute;
  46. left: 0;
  47. bottom: 0;
  48. border-radius: 10px;
  49. -webkit-transform: translateY(10px);
  50. transform: translateY(10px);
  51. background: linear-gradient(to right,#8ff8fb,#47aeff);
  52. }
  53. .tabs .tab.active.data-v-127632e4::after{
  54. width: 40px;
  55. }
  56. .filter-icon.data-v-127632e4{
  57. font-size: 20px;
  58. font-weight: bold;
  59. }
  60. .list.data-v-127632e4{
  61. height: 100%;
  62. overflow: auto;
  63. padding: 10px;
  64. }
  65. .list .item.data-v-127632e4{
  66. display: block;
  67. padding: 10px;
  68. background-color: #fff;
  69. border-radius: 8px;
  70. box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  71. }
  72. .list .item + .item.data-v-127632e4{
  73. margin-top: 10px;
  74. }
  75. .list .item .title.data-v-127632e4{
  76. display: flex;
  77. justify-content: space-between;
  78. }
  79. .list .item .name.data-v-127632e4{
  80. font-size: 16px;
  81. font-weight: bold;
  82. color: #333;
  83. }
  84. .list .item .subinfo.data-v-127632e4{
  85. display: flex;
  86. align-items: center;
  87. justify-content: space-between;
  88. font-size: 12px;
  89. color: #aaa;
  90. margin-top: 13px;
  91. line-height: 22px;
  92. }
  93. .list .item .invoice.data-v-127632e4{
  94. color: var(--color-blue);
  95. }
  96. .list .item .state.data-v-127632e4{
  97. display: flex;
  98. align-items: center;
  99. justify-content: center;
  100. width: 70px;
  101. height: 24px;
  102. font-size: 12px;
  103. color: #777;
  104. background-color: #ddd;
  105. border-radius: 100pc 0 0 0;
  106. margin-right: -10px;
  107. }
  108. .list .item .state.data-v-127632e4:before{
  109. content: '';
  110. display: inline-block;
  111. width: 4px;
  112. height: 4px;
  113. border-radius: 100%;
  114. background-color: #fff;
  115. margin-right: 5px;
  116. }
  117. .list .item .state.green.data-v-127632e4{
  118. color: #fff;
  119. background-color: #5bc870;
  120. }
  121. .list .item .state.blue.data-v-127632e4{
  122. color: #fff;
  123. background-color: #3eb6f8;
  124. }
  125. .list .item .money.data-v-127632e4{
  126. text-align: center;
  127. font-size: 26rpx;
  128. /* color: #FF4D3A; */
  129. margin-top: 6px;
  130. }
  131. .list .item .money.data-v-127632e4:before{
  132. display: inline-block;
  133. font-size: 10px;
  134. -webkit-transform: translateY(-1px);
  135. transform: translateY(-1px);
  136. }
  137. .list .item .money-txt.data-v-127632e4{
  138. font-size: 14px;
  139. }
  140. .list .item .bottom.data-v-127632e4{
  141. display: flex;
  142. align-items: center;
  143. justify-content: space-between;
  144. border-top: 1px solid #f0f0f0;
  145. margin-top: 10px;
  146. padding-top: 10px;
  147. }
  148. /* 筛选器 */
  149. ax-popup.data-v-127632e4 .ax-popup{
  150. z-index: 9999 !important;
  151. }
  152. .filter-box.data-v-127632e4{
  153. --filter-padding-top: 150px;
  154. width: 100vw;
  155. border-radius: 0 0 16px 16px;
  156. padding: 20px;
  157. padding-top: 0;
  158. background-color: #e2f9ff;
  159. }
  160. .filter-box .divider.data-v-127632e4{
  161. display: block;
  162. height: 20px;
  163. }
  164. .filter-box.data-v-127632e4::before{
  165. content: '';
  166. display: block;
  167. height: var(--filter-padding-top);
  168. }
  169. .filter-box .filter-form.data-v-127632e4{
  170. padding: 5px 0;
  171. border-radius: 16px 16px 0 0;
  172. background-color: #fff;
  173. }
  174. .filter-box .cell.data-v-127632e4{
  175. display: flex;
  176. align-items: center;
  177. justify-content: space-between;
  178. height: 40px;
  179. font-size: 14px;
  180. color: #2b303a;
  181. }
  182. .filter-box .cell .lable.data-v-127632e4{
  183. padding-left: 10px;
  184. }
  185. .filter-box .cell .content.data-v-127632e4{
  186. flex: 1;
  187. margin-left: 20px;
  188. text-align: right;
  189. padding-right: 5px;
  190. }
  191. .filter-box .cell .content .icon.data-v-127632e4{
  192. color: #aaa;
  193. margin-left: 5px;
  194. }
  195. .filter-box .fast.data-v-127632e4{
  196. padding: 5px 0;
  197. border-radius: 0 0 16px 16px;
  198. background-color: #fff;
  199. margin-top: 10px;
  200. }
  201. .filter-box .shortcut-list.data-v-127632e4{
  202. display: grid;
  203. grid-template-columns: 1fr 1fr 1fr 1fr;
  204. gap: 10px;
  205. padding: 0 10px;
  206. margin-bottom: 10px;
  207. }
  208. .filter-box .shortcut.data-v-127632e4{
  209. display: flex;
  210. align-items: center;
  211. justify-content: center;
  212. height: 30px;
  213. font-size: 14px;
  214. color: #2b303a;
  215. background-color: #f2f8ff;
  216. }
  217. .filter-box .submit.data-v-127632e4{
  218. display: flex;
  219. align-items: center;
  220. justify-content: center;
  221. width: 100%;
  222. height: 50px;
  223. border-radius: 8px;
  224. font-size: 14px;
  225. color: #2b303a;
  226. margin-top: 30px;
  227. background: linear-gradient(to right,#8FF8FB,#47AEFF);
  228. }
  229. .filter-box .submit.data-v-127632e4::after{
  230. content: unset;
  231. display: none;
  232. }
  233. .loadmore.data-v-127632e4{
  234. display: flex;
  235. align-items: center;
  236. justify-content: center;
  237. height: 50px;
  238. color: #aaa;
  239. font-size: 14px;
  240. }
  241. .loadmore .icon.data-v-127632e4{
  242. margin-right: 5px;
  243. }
  244. .empty.data-v-127632e4{
  245. display: flex;
  246. align-items: center;
  247. justify-content: center;
  248. flex-direction: column;
  249. border-radius: 16px;
  250. background-color: #fff;
  251. width: 100%;
  252. height: 100%;
  253. font-size: 14px;
  254. color: #aaa;
  255. box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  256. }
  257. .empty .icon.data-v-127632e4{
  258. font-size: 20vw;
  259. -webkit-transform: translateX(5%);
  260. transform: translateX(5%);
  261. margin-bottom: 10px;
  262. color: #ccc;
  263. }