diff --git a/pages/shop/shopdetail.vue b/pages/shop/shopdetail.vue index fbe5802..fb581c3 100644 --- a/pages/shop/shopdetail.vue +++ b/pages/shop/shopdetail.vue @@ -14,6 +14,20 @@ L2 + + + + 客服 + + + + 收藏 + + + + 分享 + + @@ -47,4 +61,14 @@ height: 90rpx; margin-right: 15rpx; } + .shop-function { + width: 60rpx; + height: 60rpx; + border-radius: 50%; + } + .function-total { + display: flex; + justify-content: space-between; + padding: 0 65rpx 0 65rpx; + }