|
@@ -11,7 +11,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="media-content">
|
|
|
- <view class="live-card" @click="goToLiveDetail"></view>
|
|
|
+ <cover-image class="live-card" src="../../static/images/live-card.png" @click="goToLiveDetail"></cover-image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="media-card">
|
|
@@ -254,10 +254,6 @@
|
|
|
width: 100%;
|
|
|
height: 80px;
|
|
|
float: left;
|
|
|
- background-size: 100% 80px;
|
|
|
- background-position: center top;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-image: url(@/static/images/live-card.png);
|
|
|
}
|
|
|
|
|
|
.video-card:nth-child(odd) {
|