From c13fdf88fd5c97098e5ba435203e99a25417ce4e Mon Sep 17 00:00:00 2001 From: Cxpller Date: Wed, 25 Oct 2023 18:37:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/details/index.wxss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pages/goods/details/index.wxss b/pages/goods/details/index.wxss index e06d437..021b265 100644 --- a/pages/goods/details/index.wxss +++ b/pages/goods/details/index.wxss @@ -1,4 +1,5 @@ @import '../../../style/global.wxss'; + page { width: 100vw; } @@ -222,14 +223,14 @@ page { height: auto; } -.desc-content_box{ +.desc-content_box { max-width: 100% !important; + } -.desc-content_box img{ +.desc-content_box [alt] { width: 100% !important; - max-width: 100% !important; - height: auto; + max-width: 100%; } .goods-bottom-operation { @@ -353,12 +354,12 @@ page { font-weight: 400; } -.swiper-container{ +.swiper-container { width: 100%; height: 750rpx; } -.swiper-item{ +.swiper-item { width: 100%; height: 750rpx; }