index.scss 257 B

12345678910111213
  1. page {
  2. padding: 0 !important;
  3. overflow: hidden !important;
  4. }
  5. /* 默认标签样式 */
  6. .tab-class {
  7. font-size: 28rpx !important;
  8. font-family: PingFang SC-Bold, PingFang SC !important;
  9. font-weight: bold !important;
  10. color: #999999;
  11. }