更换购物车图标

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Loading…
Cancel
Save