index.rpx.css 651 B

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