index.scss 299 B

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