作者
李洪娟
修改
...
|
...
|
@@ -40,6 +40,15 @@ |
|
|
margin-top: -0.2rem;
|
|
|
}
|
|
|
}
|
|
|
.swiper-container {
|
|
|
margin: 0 auto;
|
|
|
position: fixed;
|
|
|
bottom: 5.12rem;
|
|
|
list-style: none;
|
|
|
padding: 0;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
...
|
...
|
|
...
|
...
|
@@ -16,9 +16,9 @@ |
|
|
/*height:76%;*/
|
|
|
}
|
|
|
.video_lool{
|
|
|
position: relative;
|
|
|
/*position: fixed;*/
|
|
|
bottom:0;
|
|
|
/*position: relative;*/
|
|
|
position: fixed;
|
|
|
bottom:1rem;
|
|
|
width: 100%;
|
|
|
height: 4.54rem;
|
|
|
margin-top: -0.45rem;
|
...
|
...
|
|