| 123456789101112131415161718 |
- @import "../OverviewAndDetails/project.scss";
- .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;
- }
- }
|