list.scss 198 B

123456789101112
  1. page{
  2. height: 100vh;
  3. overflow: hidden;
  4. }
  5. .unread {
  6. height: 64rpx;
  7. line-height: 64rpx;
  8. padding-left: 30rpx;
  9. font-size: 24rpx;
  10. font-family: PingFang SC-Regular, PingFang SC;
  11. color: #666666;
  12. }