diff --git a/pages/product/list.vue b/pages/product/list.vue index c313bd9..b76c641 100644 --- a/pages/product/list.vue +++ b/pages/product/list.vue @@ -646,10 +646,12 @@ export default { .diy_goods_carts { position: fixed; right: 24rpx; - bottom: 240rpx; + bottom: 400rpx; z-index: 100; display: flex; align-items: center; + + justify-content: center; flex-direction: column; flex: 1; @@ -661,8 +663,8 @@ export default { box-shadow: 2rpx 4rpx 20rpx rgba(0,0,0,0.3); .icon { - width: 48rpx; - height: 48rpx; + width: 64rpx; + height: 64rpx; display: block; }