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;