...
|
...
|
@@ -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>
|
...
|
...
|
@@ -86,7 +95,8 @@ |
|
|
$(".video_lool").css("padding-top","2rem");
|
|
|
$(".video_lool").css("margin-top","0");
|
|
|
$(".video_lool").css("height","2.54rem");
|
|
|
$(".video_text_wrap").css("top","0.6rem")
|
|
|
$(".video_text_wrap").css("top","0.6rem");
|
|
|
$(".body").css("padding-bottom","5rem")
|
|
|
|
|
|
}else if($(document).height()==554){
|
|
|
$(".index_swiper img").css("height","102%");
|
...
|
...
|
|