作者 李洪娟
1 个管道 的构建 通过 耗费 1 秒

修改

... ... @@ -80,8 +80,11 @@
<script type="text/javascript">
// alert($(document).height())
if($(document).height()==455){
$(".index_swiper").css("height","95%");
$(".swiper-container").css("height","95%");
$(".video_lool").css("magin-top","1.4rem");
$(".index_swiper img").css("height","95%");
$(".video_lool").css("magin-top","-1.4rem");
}
// alert( $(".video_lool").css("height"))
... ...