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; }