#4 高度调整,1080P下有滚动条

main
Zhufu 2024-07-19 09:44:59 +08:00
parent bba23bb1d6
commit f57b91ebbb
3 changed files with 5 additions and 4 deletions

View File

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

View File

@ -27,7 +27,7 @@
}
.lightBoxGallery {
height: 348px;
height: 199px;
overflow: auto;
padding: 10px;
border: 1px solid #f5f5f5;

View File

@ -23,7 +23,7 @@
}
.lightBoxGallery {
height: 348px;
height: 199px;
overflow: auto;
padding: 10px;
border: 1px solid #f5f5f5;