projectList.scss 310 B

123456789101112131415161718
  1. @import "../OverviewAndDetails/project.scss";
  2. .filtrate-box {
  3. display: flex;
  4. height: 100%;
  5. align-items: center;
  6. padding: 0 20rpx;
  7. font-family: PingFang SC, PingFang SC;
  8. font-size: 28rpx;
  9. color: #666666;
  10. .iconfont {
  11. margin-right: 6rpx;
  12. color: #999999;
  13. }
  14. }