index.scss 758 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. page {
  2. height: 100vh;
  3. overflow: hidden;
  4. }
  5. .list-box {
  6. width: 690rpx;
  7. background: #FFFFFF;
  8. border-radius: 16rpx;
  9. margin: 20rpx auto 0;
  10. padding: 30rpx 20rpx;
  11. .title {
  12. line-height: 38rpx;
  13. font-family: Microsoft YaHei, Microsoft YaHei;
  14. font-weight: bold;
  15. font-size: 28rpx;
  16. color: #333333;
  17. }
  18. .row {
  19. line-height: 32rpx;
  20. font-family: Microsoft YaHei, Microsoft YaHei;
  21. font-size: 24rpx;
  22. color: #999999;
  23. margin-top: 10rpx;
  24. }
  25. }
  26. .iconfont {
  27. font-size: 28rpx;
  28. font-family: PingFang SC-Regular, PingFang SC;
  29. color: #666666;
  30. padding: 0 10rpx;
  31. }
  32. /* 未读 */
  33. .unread {
  34. width: 750rpx;
  35. height: 34rpx;
  36. text-align: center;
  37. font-size: 24rpx;
  38. font-family: PingFang SC-Regular, PingFang SC;
  39. color: #999999;
  40. margin: 12rpx 0 -5rpx 0;
  41. }