order.css 5.1 KB

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