index.scss 247 B

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