正在显示
2 个修改的文件
包含
6 行增加
和
2 行删除
@@ -78,7 +78,13 @@ | @@ -78,7 +78,13 @@ | ||
78 | <include file="public@footer"/> | 78 | <include file="public@footer"/> |
79 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> | 79 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> |
80 | <script type="text/javascript"> | 80 | <script type="text/javascript"> |
81 | + // alert($(document).height()) | ||
82 | + if($(document).height()==455){ | ||
83 | + $(".swiper-container").css("height","95%"); | ||
84 | + $(".video_lool").css("magin-top","-0.4rem"); | ||
81 | 85 | ||
86 | + } | ||
87 | + // alert( $(".video_lool").css("height")) | ||
82 | var swiper = new Swiper('.swiper-container', { | 88 | var swiper = new Swiper('.swiper-container', { |
83 | pagination: { | 89 | pagination: { |
84 | el: '.swiper-pagination', | 90 | el: '.swiper-pagination', |
-
请 注册 或 登录 后发表评论