123456789101112131415161718192021222324 |
- /* 未读 */
- .unread {
- display: flex;
- width: 750rpx;
- height: 54rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- align-items: center;
- justify-content: space-between;
- padding: 0 36rpx;
- }
- page {
- padding: 0 !important;
- overflow: hidden !important;
- }
- .tab-active-class {
- color: var(--assist) !important;
- font-size: 28rpx !important;
- font-family: PingFang SC-Bold, PingFang SC !important;
- font-weight: bold !important;
- }
|