.show-view{ margin: 40rpx 0; } .show-list { display: flex; flex-wrap: wrap; justify-content: space-between; } .show-box { width: 340rpx; margin-bottom: 20rpx; } .show-img { width: 340rpx; height: 255rpx; } .show-img image { width: 100%; height: 100%; border-radius: 10rpx; } .show-title-view { display: flex; width: 340rpx; } .show-title { width: 200rpx; font-size: 28rpx; height: 48rpx; line-height: 48rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .zan-view { display: flex; justify-content: right; margin-left: auto; } .zan-img { height: 48rpx; width: 48rpx; } .zan-img image { height: 100%; width: 100%; } .zan-num { font-size: 28rpx; height: 48rpx; line-height: 48rpx; letter-spacing: -3rpx; } .zan-nums { color: #cc6031; } .show-desc { width: 340rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #999; font-size: 28rpx; height: 48rpx; line-height: 48rpx; }