index.scss 428 B

123456789101112131415161718192021222324
  1. /* 未读 */
  2. .unread {
  3. width: 750rpx;
  4. height: 34rpx;
  5. text-align: center;
  6. font-size: 24rpx;
  7. font-family: PingFang SC-Regular, PingFang SC;
  8. color: #999999;
  9. margin: 12rpx 0 -5rpx 0;
  10. }
  11. page {
  12. padding: 0 !important;
  13. overflow: hidden !important;
  14. }
  15. .tab-active-class {
  16. color: var(--assist) !important;
  17. font-size: 28rpx !important;
  18. font-family: PingFang SC-Bold, PingFang SC !important;
  19. font-weight: bold !important;
  20. }