index.rpx.css 607 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .page{
  2. background: #F7F7F7;
  3. }
  4. .item{
  5. margin: 20rpx;
  6. background: #d7d2d2;
  7. padding: 10rpx 32rpx;
  8. border-bottom: 2rpx solid #f7f7f7;
  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: 24rpx;
  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. }