index.rpx.css 586 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. }