.tab-active-class { color: var(--assist) !important; font-size: 28rpx !important; font-family: PingFang SC-Bold, PingFang SC !important; font-weight: bold !important; } /* 消息列表 */ .list { position: relative; min-height: 194rpx; width: 690rpx; box-sizing: border-box; border-radius: 8rpx; overflow: hidden; background: #ffffff; margin: 0 auto 20rpx; padding: 36rpx 40rpx 20rpx 40rpx; .title { height: 40rpx; font-size: 30rpx; font-family: PingFang SC-Medium, PingFang SC; font-weight: 700; color: #333333; } .content { width: 620rpx; line-height: 34rpx; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; margin-top: 16rpx; } .time { display: flex; align-items: center; font-size: 20rpx; font-family: PingFang SC-Regular, PingFang SC; color: #BCBCBC; margin-top: 16rpx; .tag { margin-right: 10rpx; font-size: 24rpx; color: #1989FA; border-radius: 4rpx; background: rgba(56,116,246,0.1); line-height: 40rpx; padding: 0 20rpx; } } .unread-item { position: absolute; width: 16rpx; height: 16rpx; background: var(--error); border-radius: 50%; top: 0; right: 0; } }