index.wxss 750 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .zan-card {
  2. margin-left: 0px;
  3. width: auto;
  4. padding: 5px 15px;
  5. overflow: hidden;
  6. position: relative;
  7. font-size: 14px;
  8. }
  9. .zan-card__thumb {
  10. width: 90px;
  11. height: 90px;
  12. float: left;
  13. position: relative;
  14. margin-left: auto;
  15. margin-right: auto;
  16. overflow: hidden;
  17. background-size: cover;
  18. }
  19. .zan-card__img {
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. right: 0;
  24. bottom: 0;
  25. width: auto;
  26. height: auto;
  27. max-width: 100%;
  28. max-height: 100%;
  29. }
  30. .zan-card__detail {
  31. margin-left: 100px;
  32. width: auto;
  33. position: relative;
  34. }
  35. .zan-card__detail-row {
  36. overflow: hidden;
  37. line-height: 20px;
  38. min-height: 20px;
  39. margin-bottom: 3px;
  40. }
  41. .zan-card__right-col {
  42. float: right;
  43. }
  44. .zan-card__left-col {
  45. margin-right: 80px;
  46. }