index.scss 468 B

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