| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- .tab-box {
- display: flex;
- .left {
- width: 0;
- flex: 1;
- .tab-class {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 28rpx;
- color: #333333;
- }
- }
- .right {
- display: flex;
- align-items: center;
- height: 86rpx;
- background-color: #fff;
- 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;
- }
- }
- }
- }
|