index.wxss 750 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .main {
  2. margin: 8px 0 0 0;
  3. }
  4. .main .list {
  5. float: left;
  6. width: 95%;
  7. background-color: #ffffff;
  8. margin: 0 0 8px 0;
  9. padding: 8px;
  10. }
  11. .main .list .left {
  12. float: left;
  13. width: 70%;
  14. }
  15. .main .list .left .title {
  16. font-size: 14px;
  17. color: #000;
  18. font-weight: bold;
  19. margin: 0 0 5px 0;
  20. overflow: hidden;
  21. text-overflow: ellipsis;
  22. white-space: nowrap;
  23. }
  24. .main .list .left .brief {
  25. font-size: 12px;
  26. color: #666666;
  27. margin: 0 0 5px 0;
  28. overflow: hidden;
  29. text-overflow: ellipsis;
  30. white-space: nowrap;
  31. }
  32. .main .list .left .date {
  33. font-size: 12px;
  34. color: #666666;
  35. }
  36. .main .list .right {
  37. float: left;
  38. width: 30%;
  39. }
  40. .main .list .right image {
  41. width: 100%;
  42. height: 66px;
  43. overflow: hidden;
  44. border-radius: 5px;
  45. }