123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 |
- ax-body.data-v-127632e4{
- display: block;
- height: 100%;
- background: #F5F7FB;
- }
- ax-body.data-v-127632e4 .ax-custom-title{
- background-color: #fff !important;
- }
- .body.data-v-127632e4{
- height: 100%;
- position: relative;
- padding-top: 60px;
- }
- .top.data-v-127632e4{
- height: 60px;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- padding: 0 10px;
- background: #fff;
- }
- .tabs.data-v-127632e4{
- display: flex;
- align-items: center;
- position: relative;
- z-index: 99999;
- }
- .tabs .tab.data-v-127632e4{
- font-size: 14px;
- color: #2b303a;
- }
- .tabs .tab + .tab.data-v-127632e4{
- margin-left: 20px;
- }
- .tabs .tab.active.data-v-127632e4{
- position: relative;
- font-weight: bold;
- }
- .tabs .tab.data-v-127632e4::after{
- content: '';
- display: block;
- width: 0px;
- height: 4px;
- position: absolute;
- left: 0;
- bottom: 0;
- border-radius: 10px;
- -webkit-transform: translateY(10px);
- transform: translateY(10px);
- background: linear-gradient(to right,#8ff8fb,#47aeff);
- }
- .tabs .tab.active.data-v-127632e4::after{
- width: 40px;
- }
- .filter-icon.data-v-127632e4{
- font-size: 20px;
- font-weight: bold;
- }
- .list.data-v-127632e4{
- height: 100%;
- overflow: auto;
- padding: 10px;
- }
- .list .item.data-v-127632e4{
- display: block;
- padding: 10px;
- background-color: #fff;
- border-radius: 8px;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
- }
- .list .item + .item.data-v-127632e4{
- margin-top: 10px;
- }
- .list .item .title.data-v-127632e4{
- display: flex;
- justify-content: space-between;
- }
- .list .item .name.data-v-127632e4{
- font-size: 16px;
- font-weight: bold;
- color: #333;
- }
- .list .item .subinfo.data-v-127632e4{
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 12px;
- color: #aaa;
- margin-top: 13px;
- line-height: 22px;
- }
- .list .item .invoice.data-v-127632e4{
- color: var(--color-blue);
- }
- .list .item .state.data-v-127632e4{
- display: flex;
- align-items: center;
- justify-content: center;
- width: 70px;
- height: 24px;
- font-size: 12px;
- color: #777;
- background-color: #ddd;
- border-radius: 100pc 0 0 0;
- margin-right: -10px;
- }
- .list .item .state.data-v-127632e4:before{
- content: '';
- display: inline-block;
- width: 4px;
- height: 4px;
- border-radius: 100%;
- background-color: #fff;
- margin-right: 5px;
- }
- .list .item .state.green.data-v-127632e4{
- color: #fff;
- background-color: #5bc870;
- }
- .list .item .state.blue.data-v-127632e4{
- color: #fff;
- background-color: #3eb6f8;
- }
- .list .item .money.data-v-127632e4{
- text-align: center;
- font-size: 26rpx;
- /* color: #FF4D3A; */
- margin-top: 6px;
- }
- .list .item .money.data-v-127632e4:before{
- display: inline-block;
- font-size: 10px;
- -webkit-transform: translateY(-1px);
- transform: translateY(-1px);
- }
- .list .item .money-txt.data-v-127632e4{
- font-size: 14px;
- }
- .list .item .bottom.data-v-127632e4{
- display: flex;
- align-items: center;
- justify-content: space-between;
- border-top: 1px solid #f0f0f0;
- margin-top: 10px;
- padding-top: 10px;
- }
- /* 筛选器 */
- ax-popup.data-v-127632e4 .ax-popup{
- z-index: 9999 !important;
- }
- .filter-box.data-v-127632e4{
- --filter-padding-top: 150px;
-
- width: 100vw;
- border-radius: 0 0 16px 16px;
- padding: 20px;
- padding-top: 0;
- background-color: #e2f9ff;
- }
- .filter-box .divider.data-v-127632e4{
- display: block;
- height: 20px;
- }
- .filter-box.data-v-127632e4::before{
- content: '';
- display: block;
- height: var(--filter-padding-top);
- }
- .filter-box .filter-form.data-v-127632e4{
- padding: 5px 0;
- border-radius: 16px 16px 0 0;
- background-color: #fff;
- }
- .filter-box .cell.data-v-127632e4{
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 40px;
- font-size: 14px;
- color: #2b303a;
- }
- .filter-box .cell .lable.data-v-127632e4{
- padding-left: 10px;
- }
- .filter-box .cell .content.data-v-127632e4{
- flex: 1;
- margin-left: 20px;
- text-align: right;
- padding-right: 5px;
- }
- .filter-box .cell .content .icon.data-v-127632e4{
- color: #aaa;
- margin-left: 5px;
- }
- .filter-box .fast.data-v-127632e4{
- padding: 5px 0;
- border-radius: 0 0 16px 16px;
- background-color: #fff;
- margin-top: 10px;
- }
- .filter-box .shortcut-list.data-v-127632e4{
- display: grid;
- grid-template-columns: 1fr 1fr 1fr 1fr;
- gap: 10px;
- padding: 0 10px;
- margin-bottom: 10px;
- }
- .filter-box .shortcut.data-v-127632e4{
- display: flex;
- align-items: center;
- justify-content: center;
- height: 30px;
- font-size: 14px;
- color: #2b303a;
- background-color: #f2f8ff;
- }
- .filter-box .submit.data-v-127632e4{
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 50px;
- border-radius: 8px;
- font-size: 14px;
- color: #2b303a;
- margin-top: 30px;
- background: linear-gradient(to right,#8FF8FB,#47AEFF);
- }
- .filter-box .submit.data-v-127632e4::after{
- content: unset;
- display: none;
- }
- .loadmore.data-v-127632e4{
- display: flex;
- align-items: center;
- justify-content: center;
- height: 50px;
- color: #aaa;
- font-size: 14px;
- }
- .loadmore .icon.data-v-127632e4{
- margin-right: 5px;
- }
- .empty.data-v-127632e4{
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- border-radius: 16px;
- background-color: #fff;
- width: 100%;
- height: 100%;
- font-size: 14px;
- color: #aaa;
- box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
- }
- .empty .icon.data-v-127632e4{
- font-size: 20vw;
- -webkit-transform: translateX(5%);
- transform: translateX(5%);
- margin-bottom: 10px;
- color: #ccc;
- }
|