From 3381470b6030d57ebdc73688cecab9b62e501f0e Mon Sep 17 00:00:00 2001 From: peijunlei Date: Tue, 1 Sep 2026 10:26:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=A7=E5=93=81=E7=94=BB?= =?UTF-8?q?=E5=BB=8A=E5=92=8C=E4=B8=8B=E8=BD=BD=E8=A7=86=E8=A7=89=E7=9A=84?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=AE=BD=E5=BA=A6=E5=92=8C=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/dist_static/static/css/product.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/public/themes/dist_static/static/css/product.css b/public/themes/dist_static/static/css/product.css index 99c57eb..28a0e77 100644 --- a/public/themes/dist_static/static/css/product.css +++ b/public/themes/dist_static/static/css/product.css @@ -225,7 +225,8 @@ body.is-p-subnav .site-header { } .p-intro__gallery { width: 100%; - max-width: 40rem; + max-width: 35rem; + max-height: 35rem; align-self: stretch; min-width: 0; aspect-ratio: 1; @@ -246,7 +247,7 @@ body.is-p-subnav .site-header { width: auto; max-width: 100%; max-height: 100%; - height: auto; + height: 100%; object-fit: contain; } .p-intro__gallery-nav { @@ -554,12 +555,14 @@ body.is-p-subnav .site-header { align-items: center; justify-content: center; width: 100%; - max-width: 40rem; - height: fit-content; + height: 100%; + max-width: 35rem; + max-height: 35rem; } .p-download__visual img { - width: min(22.125rem, 70%); - height: auto; + width: 100%; + height: 100%; + object-fit: contain; display: block; } .p-download__content {