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

修改

@@ -78,7 +78,7 @@ @@ -78,7 +78,7 @@
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()) 81 + // alert($(document).height())
82 if($(document).height()==455){ 82 if($(document).height()==455){
83 // $(".index_swiper").css("height","95%"); 83 // $(".index_swiper").css("height","95%");
84 // $(".swiper-container").css("height","95%"); 84 // $(".swiper-container").css("height","95%");
@@ -88,6 +88,12 @@ @@ -88,6 +88,12 @@
88 $(".video_lool").css("height","2.54rem"); 88 $(".video_lool").css("height","2.54rem");
89 $(".video_text_wrap").css("top","0.6rem") 89 $(".video_text_wrap").css("top","0.6rem")
90 90
  91 + }else if($(document).height()==554){
  92 + $(".index_swiper img").css("height","102%");
  93 + $(".video_lool").css("padding-top","2rem");
  94 + $(".video_lool").css("margin-top","0");
  95 + $(".video_lool").css("height","2.54rem");
  96 + $(".video_text_wrap").css("top","0.6rem")
91 } 97 }
92 // alert( $(".video_lool").css("height")) 98 // alert( $(".video_lool").css("height"))
93 var swiper = new Swiper('.swiper-container', { 99 var swiper = new Swiper('.swiper-container', {