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

修改

... ... @@ -78,7 +78,13 @@
<include file="public@footer"/>
<script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
// alert($(document).height())
if($(document).height()==455){
$(".swiper-container").css("height","95%");
$(".video_lool").css("magin-top","-0.4rem");
}
// alert( $(".video_lool").css("height"))
var swiper = new Swiper('.swiper-container', {
pagination: {
el: '.swiper-pagination',
... ...
... ... @@ -15,8 +15,6 @@
flex: 1;
/*height:76%;*/
}
.video_lool{
position: relative;
/*position: fixed;*/
... ...