order.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  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 .state.data-v-127632e4{
  94. display: flex;
  95. align-items: center;
  96. justify-content: center;
  97. width: 70px;
  98. height: 24px;
  99. font-size: 12px;
  100. color: #777;
  101. background-color: #ddd;
  102. border-radius: 100pc 0 0 0;
  103. margin-right: -10px;
  104. }
  105. .list .item .state.data-v-127632e4:before{
  106. content: '';
  107. display: inline-block;
  108. width: 4px;
  109. height: 4px;
  110. border-radius: 100%;
  111. background-color: #fff;
  112. margin-right: 5px;
  113. }
  114. .list .item .state.green.data-v-127632e4{
  115. color: #fff;
  116. background-color: #5bc870;
  117. }
  118. .list .item .state.blue.data-v-127632e4{
  119. color: #fff;
  120. background-color: #3eb6f8;
  121. }
  122. .list .item .money.data-v-127632e4{
  123. text-align: center;
  124. font-size: 26rpx;
  125. /* color: #FF4D3A; */
  126. margin-top: 6px;
  127. }
  128. .list .item .money.data-v-127632e4:before{
  129. display: inline-block;
  130. font-size: 10px;
  131. -webkit-transform: translateY(-1px);
  132. transform: translateY(-1px);
  133. }
  134. .list .item .money-txt.data-v-127632e4{
  135. font-size: 14px;
  136. }
  137. .list .item .bottom.data-v-127632e4{
  138. display: flex;
  139. align-items: center;
  140. justify-content: space-between;
  141. border-top: 1px solid #f0f0f0;
  142. margin-top: 10px;
  143. padding-top: 10px;
  144. }
  145. .button-box.data-v-127632e4{
  146. margin-top: 34rpx;
  147. border-top: 2rpx solid #f0f0f0;
  148. display: flex;
  149. align-items: center;
  150. justify-content:flex-end;
  151. gap: 22rpx;
  152. font-size: 24rpx;
  153. }
  154. .invoice.data-v-127632e4{
  155. margin-top: 20rpx;
  156. width: 160rpx;
  157. height: 48rpx;
  158. background: #FFFFFF;
  159. border-radius: 24rpx;
  160. border: 2rpx solid #3EB6F8;
  161. color: var(--color-blue);
  162. text-align: center;
  163. line-height: 48rpx;
  164. }
  165. .arrears-btn-box.data-v-127632e4{
  166. position: relative;
  167. }
  168. .overflow-mon.data-v-127632e4{
  169. position: absolute;
  170. width: 108rpx;
  171. height: 36rpx;
  172. background: #FF4D3A;
  173. border-radius: 8rpx;
  174. font-size: 20rpx;
  175. color: #FFFFFF;
  176. right: 0;
  177. top: -6rpx;
  178. text-align: center;
  179. }
  180. .arrears-btn.data-v-127632e4{
  181. margin-top: 20rpx;
  182. width: 160rpx;
  183. height: 48rpx;
  184. background: #3EB6F8;
  185. border-radius: 24rpx;
  186. text-align: center;
  187. line-height: 48rpx;
  188. color: #FFFFFF;
  189. }
  190. /* 筛选器 */
  191. ax-popup.data-v-127632e4 .ax-popup{
  192. z-index: 9999 !important;
  193. }
  194. .filter-box.data-v-127632e4{
  195. --filter-padding-top: 150px;
  196. width: 100vw;
  197. border-radius: 0 0 16px 16px;
  198. padding: 20px;
  199. padding-top: 0;
  200. background-color: #e2f9ff;
  201. }
  202. .filter-box .divider.data-v-127632e4{
  203. display: block;
  204. height: 20px;
  205. }
  206. .filter-box.data-v-127632e4::before{
  207. content: '';
  208. display: block;
  209. height: var(--filter-padding-top);
  210. }
  211. .filter-box .filter-form.data-v-127632e4{
  212. padding: 5px 0;
  213. border-radius: 16px 16px 0 0;
  214. background-color: #fff;
  215. }
  216. .filter-box .cell.data-v-127632e4{
  217. display: flex;
  218. align-items: center;
  219. justify-content: space-between;
  220. height: 40px;
  221. font-size: 14px;
  222. color: #2b303a;
  223. }
  224. .filter-box .cell .lable.data-v-127632e4{
  225. padding-left: 10px;
  226. }
  227. .filter-box .cell .content.data-v-127632e4{
  228. flex: 1;
  229. margin-left: 20px;
  230. text-align: right;
  231. padding-right: 5px;
  232. }
  233. .filter-box .cell .content .icon.data-v-127632e4{
  234. color: #aaa;
  235. margin-left: 5px;
  236. }
  237. .filter-box .fast.data-v-127632e4{
  238. padding: 5px 0;
  239. border-radius: 0 0 16px 16px;
  240. background-color: #fff;
  241. margin-top: 10px;
  242. }
  243. .filter-box .shortcut-list.data-v-127632e4{
  244. display: grid;
  245. grid-template-columns: 1fr 1fr 1fr 1fr;
  246. gap: 10px;
  247. padding: 0 10px;
  248. margin-bottom: 10px;
  249. }
  250. .filter-box .shortcut.data-v-127632e4{
  251. display: flex;
  252. align-items: center;
  253. justify-content: center;
  254. height: 30px;
  255. font-size: 14px;
  256. color: #2b303a;
  257. background-color: #f2f8ff;
  258. }
  259. .filter-box .submit.data-v-127632e4{
  260. display: flex;
  261. align-items: center;
  262. justify-content: center;
  263. width: 100%;
  264. height: 50px;
  265. border-radius: 8px;
  266. font-size: 14px;
  267. color: #2b303a;
  268. margin-top: 30px;
  269. background: linear-gradient(to right,#8FF8FB,#47AEFF);
  270. }
  271. .filter-box .submit.data-v-127632e4::after{
  272. content: unset;
  273. display: none;
  274. }
  275. .loadmore.data-v-127632e4{
  276. display: flex;
  277. align-items: center;
  278. justify-content: center;
  279. height: 50px;
  280. color: #aaa;
  281. font-size: 14px;
  282. }
  283. .loadmore .icon.data-v-127632e4{
  284. margin-right: 5px;
  285. }
  286. .empty.data-v-127632e4{
  287. display: flex;
  288. align-items: center;
  289. justify-content: center;
  290. flex-direction: column;
  291. border-radius: 16px;
  292. background-color: #fff;
  293. width: 100%;
  294. height: 100%;
  295. font-size: 14px;
  296. color: #aaa;
  297. box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  298. }
  299. .empty .icon.data-v-127632e4{
  300. font-size: 20vw;
  301. -webkit-transform: translateX(5%);
  302. transform: translateX(5%);
  303. margin-bottom: 10px;
  304. color: #ccc;
  305. }