order.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  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: 16px;
  128. color: #FF4D3A;
  129. margin-top: 6px;
  130. }
  131. .list .item .money.data-v-127632e4:before{
  132. content: '¥';
  133. display: inline-block;
  134. font-size: 10px;
  135. -webkit-transform: translateY(-1px);
  136. transform: translateY(-1px);
  137. }
  138. .list .item .money-txt.data-v-127632e4{
  139. font-size: 14px;
  140. }
  141. .list .item .bottom.data-v-127632e4{
  142. display: flex;
  143. align-items: center;
  144. justify-content: space-between;
  145. border-top: 1px solid #f0f0f0;
  146. margin-top: 10px;
  147. padding-top: 10px;
  148. }
  149. /* 筛选器 */
  150. ax-popup.data-v-127632e4 .ax-popup{
  151. z-index: 9999 !important;
  152. }
  153. .filter-box.data-v-127632e4{
  154. --filter-padding-top: 150px;
  155. width: 100vw;
  156. border-radius: 0 0 16px 16px;
  157. padding: 20px;
  158. padding-top: 0;
  159. background-color: #e2f9ff;
  160. }
  161. .filter-box .divider.data-v-127632e4{
  162. display: block;
  163. height: 20px;
  164. }
  165. .filter-box.data-v-127632e4::before{
  166. content: '';
  167. display: block;
  168. height: var(--filter-padding-top);
  169. }
  170. .filter-box .filter-form.data-v-127632e4{
  171. padding: 5px 0;
  172. border-radius: 16px 16px 0 0;
  173. background-color: #fff;
  174. }
  175. .filter-box .cell.data-v-127632e4{
  176. display: flex;
  177. align-items: center;
  178. justify-content: space-between;
  179. height: 40px;
  180. font-size: 14px;
  181. color: #2b303a;
  182. }
  183. .filter-box .cell .lable.data-v-127632e4{
  184. padding-left: 10px;
  185. }
  186. .filter-box .cell .content.data-v-127632e4{
  187. flex: 1;
  188. margin-left: 20px;
  189. text-align: right;
  190. padding-right: 5px;
  191. }
  192. .filter-box .cell .content .icon.data-v-127632e4{
  193. color: #aaa;
  194. margin-left: 5px;
  195. }
  196. .filter-box .fast.data-v-127632e4{
  197. padding: 5px 0;
  198. border-radius: 0 0 16px 16px;
  199. background-color: #fff;
  200. margin-top: 10px;
  201. }
  202. .filter-box .shortcut-list.data-v-127632e4{
  203. display: grid;
  204. grid-template-columns: 1fr 1fr 1fr 1fr;
  205. gap: 10px;
  206. padding: 0 10px;
  207. margin-bottom: 10px;
  208. }
  209. .filter-box .shortcut.data-v-127632e4{
  210. display: flex;
  211. align-items: center;
  212. justify-content: center;
  213. height: 30px;
  214. font-size: 14px;
  215. color: #2b303a;
  216. background-color: #f2f8ff;
  217. }
  218. .filter-box .submit.data-v-127632e4{
  219. display: flex;
  220. align-items: center;
  221. justify-content: center;
  222. width: 100%;
  223. height: 50px;
  224. border-radius: 8px;
  225. font-size: 14px;
  226. color: #2b303a;
  227. margin-top: 30px;
  228. background: linear-gradient(to right,#8FF8FB,#47AEFF);
  229. }
  230. .filter-box .submit.data-v-127632e4::after{
  231. content: unset;
  232. display: none;
  233. }
  234. .loadmore.data-v-127632e4{
  235. display: flex;
  236. align-items: center;
  237. justify-content: center;
  238. height: 50px;
  239. color: #aaa;
  240. font-size: 14px;
  241. }
  242. .loadmore .icon.data-v-127632e4{
  243. margin-right: 5px;
  244. }
  245. .empty.data-v-127632e4{
  246. display: flex;
  247. align-items: center;
  248. justify-content: center;
  249. flex-direction: column;
  250. border-radius: 16px;
  251. background-color: #fff;
  252. width: 100%;
  253. height: 100%;
  254. font-size: 14px;
  255. color: #aaa;
  256. box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  257. }
  258. .empty .icon.data-v-127632e4{
  259. font-size: 20vw;
  260. -webkit-transform: translateX(5%);
  261. transform: translateX(5%);
  262. margin-bottom: 10px;
  263. color: #ccc;
  264. }