From f57b91ebbbbc51fc0835fe40376f24fd6345b7d3 Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Fri, 19 Jul 2024 09:44:59 +0800 Subject: [PATCH] =?UTF-8?q?#4=20=E9=AB=98=E5=BA=A6=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=8C1080P=E4=B8=8B=E6=9C=89=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 5 +++-- table_daishenhe.html | 2 +- table_yishenhe.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index f92a908..92d0fe4 100644 --- a/css/style.css +++ b/css/style.css @@ -3468,10 +3468,11 @@ video { border-radius: 4px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); outline: 0 none; - width:1200px; - height:860px; + width:90vw; + height:90vh; margin:auto; padding: 40px; + overflow: auto; } .info-item{ display: flex; diff --git a/table_daishenhe.html b/table_daishenhe.html index 501ca63..72b5db2 100644 --- a/table_daishenhe.html +++ b/table_daishenhe.html @@ -27,7 +27,7 @@ } .lightBoxGallery { - height: 348px; + height: 199px; overflow: auto; padding: 10px; border: 1px solid #f5f5f5; diff --git a/table_yishenhe.html b/table_yishenhe.html index 11306b9..0b6c4b6 100644 --- a/table_yishenhe.html +++ b/table_yishenhe.html @@ -23,7 +23,7 @@ } .lightBoxGallery { - height: 348px; + height: 199px; overflow: auto; padding: 10px; border: 1px solid #f5f5f5;