show price 8.12

This commit is contained in:
2020-08-12 10:10:59 +08:00
parent 1db45d40a7
commit d19771b182
7 changed files with 47 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
<view class="container">
<view class="item-box" v-for="(item, index) in articleList" :key="index" @click="toDetailsPage(item.article_id)">
<view class="video-item" v-if="item">
<image class="head" :src="item.article_pic" mode="scaleToFill" v-if="item.type == 1"></image>
<image class="head" :src="item.article_pic" mode="aspectFill" v-if="item.type == 1"></image>
<view class="header_fist" v-else>
<view class="backes"></view>
<image class="head" :src="item.article_pic"></image>
@@ -219,7 +219,7 @@ export default {
.backes{
position: absolute;
top: 0;
background: rgba(0,0,0,0.6);
// background: rgba(0,0,0,0.6);
width: 100%;
height: 100%;
color: #fff;