showList.wxss 1004 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .show-view{
  2. margin: 40rpx 0;
  3. }
  4. .show-list {
  5. display: flex;
  6. flex-wrap: wrap;
  7. justify-content: space-between;
  8. }
  9. .show-box {
  10. width: 340rpx;
  11. margin-bottom: 20rpx;
  12. }
  13. .show-img {
  14. width: 340rpx;
  15. height: 255rpx;
  16. }
  17. .show-img image {
  18. width: 100%;
  19. height: 100%;
  20. border-radius: 10rpx;
  21. }
  22. .show-title-view {
  23. display: flex;
  24. width: 340rpx;
  25. }
  26. .show-title {
  27. width: 200rpx;
  28. font-size: 28rpx;
  29. height: 48rpx;
  30. line-height: 48rpx;
  31. overflow: hidden;
  32. white-space: nowrap;
  33. text-overflow: ellipsis;
  34. }
  35. .zan-view {
  36. display: flex;
  37. justify-content: right;
  38. margin-left: auto;
  39. }
  40. .zan-img {
  41. height: 48rpx;
  42. width: 48rpx;
  43. }
  44. .zan-img image {
  45. height: 100%;
  46. width: 100%;
  47. }
  48. .zan-num {
  49. font-size: 28rpx;
  50. height: 48rpx;
  51. line-height: 48rpx;
  52. letter-spacing: -3rpx;
  53. }
  54. .zan-nums {
  55. color: #cc6031;
  56. }
  57. .show-desc {
  58. width: 340rpx;
  59. overflow: hidden;
  60. white-space: nowrap;
  61. text-overflow: ellipsis;
  62. color: #999;
  63. font-size: 28rpx;
  64. height: 48rpx;
  65. line-height: 48rpx;
  66. }