Browse Source

我的收藏店铺页面布局调整修改

master
dy-hu 9 months ago
parent
commit
95a33d0822
  1. 12
      pages_category_page2/userModule/collection.vue
  2. BIN
      static/images/temp/icon_common_big_forward.png
  3. BIN
      static/images/temp/icon_common_small_forward.png

12
pages_category_page2/userModule/collection.vue

@ -119,7 +119,7 @@
class="cart-select-img"></image>
</view>
<view class="infoCent">
<view class="flex-row-plus flex-sp-between flex-items-plus wid">
<view class="flex-row-plus flex-sp-between flex-items-plus wid" @click="toStoreClick(item.shopId)">
<view class="flex-items-plus flex-row pad-topbot-10">
<image class="head-img" mode="aspectFill" :src="item.shopLogo" />
<!-- 此层wrap在此为必写的否则可能会出现标题定位错误 -->
@ -131,9 +131,7 @@
</view>
</view>
</view>
<view class="toStore flex-items-plus fs24" @click="toStoreClick(item.shopId)">
<image src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_big_forward.png"></image>
</view>
<image class="shop-forward-img" src="@/static/images/temp/icon_common_big_forward.png"/>
</view>
<view class="shopImgBox" v-if="item.productList.length>0">
<view class="itemImgBox" v-for="(sItem, sIndex) of item.productList.slice(0, 5)"
@ -854,6 +852,12 @@
width: 27rpx;
height: 24rpx;
}
.shop-forward-img{
width: 20rpx;
height: 34rpx;
margin-right: 30rpx;
}
</style>
<style>
page {

BIN
static/images/temp/icon_common_big_forward.png

After

Width: 20  |  Height: 34  |  Size: 1.4 KiB

BIN
static/images/temp/icon_common_small_forward.png

After

Width: 16  |  Height: 28  |  Size: 1.3 KiB

Loading…
Cancel
Save