index.wxss 603 B

123456789101112131415161718192021222324252627282930313233
  1. .list{
  2. margin: 24rpx 30rpx;
  3. }
  4. .item{
  5. padding: 40rpx 24rpx 20rpx 24rpx;
  6. background-color: #fff;
  7. margin-bottom: 24rpx;
  8. }
  9. .flex-around{
  10. display: flex;
  11. justify-content: space-between;
  12. align-items: center;
  13. }.flex-around >image{
  14. width: 100rpx;
  15. height: 100rpx;
  16. }
  17. .flex{
  18. display: flex;
  19. flex-direction: column;
  20. justify-content: space-around;
  21. line-height: 55rpx;
  22. }
  23. .time{
  24. font-size: 26rpx;
  25. color: rgba(174, 192, 215, 0.8);
  26. }
  27. .tit{
  28. max-width: 509rpx;
  29. font-size: 34rpx;
  30. overflow: hidden;
  31. text-overflow:ellipsis;
  32. white-space: nowrap;
  33. }