作者
李洪娟
修改
...
|
...
|
@@ -13,12 +13,11 @@ |
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
.container {
|
|
|
/*display: flex;*/
|
|
|
display: flex;
|
|
|
flex: 1;
|
|
|
padding-bottom: 1rem;
|
|
|
flex-direction: column;
|
|
|
/*overflow: auto;*/
|
|
|
position: fixed;
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: scroll;
|
|
|
}
|
...
|
...
|
|
...
|
...
|
@@ -13,13 +13,13 @@ |
|
|
}
|
|
|
.swiper-container {
|
|
|
flex: 1;
|
|
|
/*height:72%;*/
|
|
|
/*height:76%;*/
|
|
|
}
|
|
|
|
|
|
|
|
|
.video_lool{
|
|
|
/*position: relative;*/
|
|
|
position: fixed;
|
|
|
position: relative;
|
|
|
/*position: fixed;*/
|
|
|
bottom:0;
|
|
|
width: 100%;
|
|
|
height: 4.54rem;
|
...
|
...
|
|