更换购物车图标

version/0412
wangdong 6 months ago
parent 63bcce0dc6
commit 00d151376f
  1. 15
      pages/shopList/shopPage.vue
  2. BIN
      static/shop/cart.png

@ -86,7 +86,7 @@
</view>
</view>
<view class="toCart" @click="toCart">
<image :src="$picUrl+'/static/tabbar/cart.png'"></image>
<image src="@/static/shop/cart.png"></image>
</view>
<view class="toTop" v-if="isTop" @click="openScrollTo()">
<image :src="$picUrl+'/static/toTop.png?=1'"></image>
@ -614,27 +614,26 @@
position: fixed;
bottom: 170rpx;
right: 26rpx;
width: 80rpx;
height: 80rpx;
width: 100rpx;
height: 100rpx;
border-radius: 50%;
opacity: 1;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
background: #F34A40;
image {
width: 60%;
height: 60%;
width: 100%;
height: 100%;
}
}
.toTop {
position: fixed;
bottom: 65rpx;
right: 26rpx;
width: 80rpx;
height: 80rpx;
width: 100rpx;
height: 100rpx;
border-radius: 50%;
opacity: 1;
z-index: 999;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Loading…
Cancel
Save