index.scss 332 B

1234567891011121314151617
  1. @import "../../components/Yl_filtrate/groud.scss";
  2. @import "./index.skeleton.wxss";
  3. page {
  4. height: 100vh;
  5. overflow: hidden;
  6. }
  7. .total {
  8. height: 64rpx;
  9. line-height: 64rpx;
  10. font-size: 24rpx;
  11. font-family: PingFang SC-Regular, PingFang SC;
  12. color: #666666;
  13. background: #F4F5F7;
  14. padding-left: 30rpx;
  15. }