index.rpx.css 721 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .page{
  2. background: #F7F7F7;
  3. }
  4. .item{
  5. background: white;
  6. padding: 10rpx 32rpx;
  7. border-bottom: 2rpx solid #f7f7f7;
  8. }
  9. .listItemMsg{
  10. font-weight: 400;
  11. font-size: 28rpx;
  12. color: #333333;
  13. line-height: 44rpx;
  14. }
  15. .memberNo{
  16. width: 300rpx;
  17. }
  18. .msg{
  19. flex: 1;
  20. }
  21. .time{
  22. font-weight: 400;
  23. font-size: 24rpx;
  24. color: #999999;
  25. line-height: 44rpx;
  26. }
  27. .remark{
  28. color: #D9001B;
  29. font-weight: 400;
  30. font-size: 28rpx;
  31. line-height: 44rpx;
  32. }
  33. .detail{
  34. color: #169BD5;
  35. font-weight: 400;
  36. font-size: 28rpx;
  37. line-height: 44rpx;
  38. }
  39. .title-h1{
  40. font-weight: 600;
  41. font-size: 32rpx;
  42. color: #333333;
  43. line-height: 44rpx;
  44. padding: 30rpx 0 10rpx 28rpx;
  45. }