.
This commit is contained in:
parent
d17288b578
commit
2d9aef74f1
|
|
@ -33,18 +33,17 @@
|
|||
<view class="sw-dot-item" v-for="(item, i) in advert" :key="i" :class="{act: swCur == i}"></view>
|
||||
</view>
|
||||
<!-- 推荐上新 -->
|
||||
<view class="flex yqhy" v-if="tuijian.length>0" style="margin-top: 60rpx; position: relative;"
|
||||
|
||||
>
|
||||
<view class="flex yqhy" v-if="tuijian.length>0" style="margin-top: 60rpx; position: relative;">
|
||||
<image class="img100" style="position: absolute; display: flex; justify-content: center;"
|
||||
:src="$img1('/image/a6548-pw1cx.webp')"></image>
|
||||
<view class=""
|
||||
style="position: absolute; width: 585rpx; height: 230rpx; margin-left: 85rpx; display: flex; flex-direction: row; align-items: center; justify-content: space-between;overflow: auto;">
|
||||
|
||||
<view v-for="(item,index) in tuijian" class="" style="width: 181rpx; height: 181rpx;flex: 0 0 auto; margin:0px 2px;">
|
||||
<image class="yh_bg" :src="item.imgurl" @click="$c.navTo(item,index)" ></image>
|
||||
|
||||
<view v-for="(item,index) in tuijian" class=""
|
||||
style="width: 181rpx; height: 181rpx;flex: 0 0 auto; margin:0px 2px;">
|
||||
<image class="yh_bg" :src="item.imgurl" @click="$c.navTo(item,index)"></image>
|
||||
</view>
|
||||
<!-- <view class="" style="width: 181rpx; height: 181rpx; background-color: aquamarine;"></view>
|
||||
<!-- <view class="" style="width: 181rpx; height: 181rpx; background-color: aquamarine;"></view>
|
||||
<view class="" style="width: 181rpx; height: 181rpx; background-color: aquamarine;"></view> -->
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -79,7 +78,8 @@
|
|||
</view>
|
||||
<image :src="$img1('common/new2.png')" class="image1" mode="widthFix"
|
||||
v-if="item.new_is==1 && tabList[tabCur].id==2"></image>
|
||||
<image :src="$img1('common/new1.png')" class="image1" mode="widthFix"
|
||||
<image :src="$img1('common/new1.png')" class="image1"
|
||||
style="animation: zoom 1.2s ease-in-out infinite;" mode="widthFix"
|
||||
v-if="item.new_is==1 && tabList[tabCur].id!=2"></image>
|
||||
<view class="image3 common_bg"
|
||||
:style="{ backgroundImage: tabList[tabCur].id!=2?`url(${$img1('common/label1.png')})`:`url(${$img1('common/label2.png')})`}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user