搜索开始页面
parent
716093c8a3
commit
483b702981
|
|
@ -45,14 +45,14 @@
|
|||
<view v-if="index2 > 2" class="single-text">
|
||||
<view class="dis-inline-block pr margin-right-sm">
|
||||
<iconfont name="icon-label" size="38rpx" propClass="cr-grey-c"></iconfont>
|
||||
<view class="icon pa top-0 left-xs tc cr-white text-size-xs">{{index2+1}}</view>
|
||||
<view class="icon pa top-xs left-xs tc cr-white text-size-xs">{{index2+1}}</view>
|
||||
</view>
|
||||
<text class="text-size-sm">{{item2.title}}</text>
|
||||
</view>
|
||||
<view v-else class="pr">
|
||||
<view class="pa top-sm left-sm z-i tc">
|
||||
<iconfont name="icon-label" size="38rpx" :propClass="index2 == 0 ? 'cr-red' : (index2 == 1 ? 'cr-yellow' : 'cr-blue-dark')"></iconfont>
|
||||
<view class="icon pa top-0 left-xs tc cr-white text-size-xs">{{index2+1}}</view>
|
||||
<view class="icon pa top-xs left-xs tc cr-white text-size-xs">{{index2+1}}</view>
|
||||
</view>
|
||||
<image class="goods-image radius fl" :src="item2.images" mode="aspectFill"></image>
|
||||
<view class="goods-title text-size-sm multi-text fr">{{item2.title}}</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue