#4 高度调整,1080P下有滚动条
parent
bba23bb1d6
commit
f57b91ebbb
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
|
||||
.lightBoxGallery {
|
||||
height: 348px;
|
||||
height: 199px;
|
||||
overflow: auto;
|
||||
padding: 10px;
|
||||
border: 1px solid #f5f5f5;
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
|
||||
.lightBoxGallery {
|
||||
height: 348px;
|
||||
height: 199px;
|
||||
overflow: auto;
|
||||
padding: 10px;
|
||||
border: 1px solid #f5f5f5;
|
||||
|
|
|
|||
Loading…
Reference in New Issue