diff --git a/pages/shopList/shopPage.vue b/pages/shopList/shopPage.vue
index 7ccff4e..3d3e263 100644
--- a/pages/shopList/shopPage.vue
+++ b/pages/shopList/shopPage.vue
@@ -86,7 +86,7 @@
-
+
@@ -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;
diff --git a/static/shop/cart.png b/static/shop/cart.png
new file mode 100644
index 0000000..8b8312e
Binary files /dev/null and b/static/shop/cart.png differ