From 9591e85ee823718841ae1f481559afd3f223f7d9 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Wed, 1 Sep 2021 10:53:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BA=97=E9=93=BA=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 11 ++++++----- pages/index/index/index.vue | 1 - pages/shop/shopdetail.vue | 21 ++++++++++++++++++--- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/App.vue b/App.vue index a152087..3042e2b 100644 --- a/App.vue +++ b/App.vue @@ -56,17 +56,18 @@ export default { From 0dfdc2e14d0ec93e1b2be088dfe1fd38276ed4bf Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Wed, 1 Sep 2021 11:17:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BA=97=E9=93=BA=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/shopdetail.vue | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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; + }