From ddb2560121eac57fe37aa0554db35a1ef1fab320 Mon Sep 17 00:00:00 2001 From: donqi Date: Thu, 25 Aug 2022 00:11:43 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E9=A6=96=E9=A1=B5=E7=83=AD=E9=97=A8?= =?UTF-8?q?=E7=B1=BB=E7=9B=AE=E5=9B=BE=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=202=E3=80=81=E6=9C=8D=E5=8A=A1=E8=AF=A6=E6=83=85=E8=BD=AE?= =?UTF-8?q?=E6=92=AD=E5=9B=BE=EF=BC=8C=E8=AF=A6=E6=83=85=E5=9B=BE=EF=BC=8C?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E4=BB=8B=E7=BB=8D=E5=B1=95=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common-card/vertical-card.vue | 26 +++++++++++++++--------- pages/product/product-detail.vue | 21 +++++++++++-------- 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/components/common-card/vertical-card.vue b/components/common-card/vertical-card.vue index dd341f8..24e44e1 100644 --- a/components/common-card/vertical-card.vue +++ b/components/common-card/vertical-card.vue @@ -8,18 +8,18 @@ - + - - + + - - + + - + @@ -67,7 +67,7 @@ } .multi-pic-container { - height: 450rpx; + height: 350rpx; overflow: hidden; } @@ -82,7 +82,8 @@ } .multi-pic-container > .left-view { - width: calc(50% - 5rpx); + width: calc(50% - 7rpx); + padding-left: 30rpx; height: 100%; } @@ -92,12 +93,17 @@ } .multi-pic-container > .right-view { - width: calc(50% - 5rpx); + width: calc(50% - 7rpx); + padding-right: 30rpx; height: 100%; } .multi-pic-container > .right-view > image { - height: calc(50% - 5rpx); + height: calc(50% - 7rpx); width: 100%; + } + + .radius-img { + border-radius: 10rpx; } diff --git a/pages/product/product-detail.vue b/pages/product/product-detail.vue index 9b67c23..3bcb686 100644 --- a/pages/product/product-detail.vue +++ b/pages/product/product-detail.vue @@ -9,7 +9,7 @@ - + 服务 详情 @@ -61,7 +61,7 @@ - + 金牌服务 @@ -70,7 +70,7 @@ {{productDetail.goodsDesc}} - + @@ -105,7 +105,7 @@ {{item.areaName}}, - + 选择品类 @@ -151,9 +151,12 @@ 店铺查看 - - - + + + {{productDetail.remark}} + + + @@ -402,7 +405,7 @@ } .lg-screen-swiper { - height: 150vw; + height: 130vw; transition: all 0.5s ease-in-out; }