| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .tab-box {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 90rpx;
- background-color: #fff;
- padding-left: 20rpx;
- .left1 {
- line-height: 40rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 700;
- font-size: 28rpx;
- color: #333333;
- .amount1 {
- color: #F56C6C;
- }
- }
- .right {
- display: flex;
- align-items: center;
- height: 90rpx;
- flex-shrink: 0;
- .filtrate-box {
- display: flex;
- height: 100%;
- align-items: center;
- padding: 0 20rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 28rpx;
- color: #666666;
- .iconfont {
- margin-right: 6rpx;
- color: #999999;
- }
- }
- .search-box {
- display: flex;
- height: 100%;
- align-items: center;
- padding: 0 30rpx;
- .iconfont {
- font-size: 40rpx;
- }
- }
- }
- }
- @import "../OverviewAndDetails/Costs.scss";
|