正在显示
1 个修改的文件
包含
18 行增加
和
18 行删除
@@ -88,24 +88,24 @@ | @@ -88,24 +88,24 @@ | ||
88 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> | 88 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> |
89 | <script type="text/javascript"> | 89 | <script type="text/javascript"> |
90 | // alert($(document).height()) | 90 | // alert($(document).height()) |
91 | - if($(document).height()==455){ | ||
92 | - // $(".index_swiper").css("height","95%"); | ||
93 | - // $(".swiper-container").css("height","95%"); | ||
94 | - $(".index_swiper img").css("height","102%"); | ||
95 | - $(".video_lool").css("padding-top","2rem"); | ||
96 | - $(".video_lool").css("margin-top","0"); | ||
97 | - $(".video_lool").css("height","2.54rem"); | ||
98 | - $(".video_text_wrap").css("top","0.6rem"); | ||
99 | - $(".body").css("padding-bottom","5rem") | ||
100 | - | ||
101 | - }else if($(document).height()==554){ | ||
102 | - $(".index_swiper img").css("height","102%"); | ||
103 | - $(".video_lool").css("padding-top","2rem"); | ||
104 | - $(".video_lool").css("margin-top","0"); | ||
105 | - $(".video_lool").css("height","2.54rem"); | ||
106 | - $(".video_text_wrap").css("top","0.6rem") | ||
107 | - $(".body").css("padding-bottom","5rem") | ||
108 | - } | 91 | + // if($(document).height()==455){ |
92 | + // // $(".index_swiper").css("height","95%"); | ||
93 | + // // $(".swiper-container").css("height","95%"); | ||
94 | + // $(".index_swiper img").css("height","102%"); | ||
95 | + // $(".video_lool").css("padding-top","2rem"); | ||
96 | + // $(".video_lool").css("margin-top","0"); | ||
97 | + // $(".video_lool").css("height","2.54rem"); | ||
98 | + // $(".video_text_wrap").css("top","0.6rem"); | ||
99 | + // $(".body").css("padding-bottom","5rem") | ||
100 | + // | ||
101 | + // }else if($(document).height()==554){ | ||
102 | + // $(".index_swiper img").css("height","102%"); | ||
103 | + // $(".video_lool").css("padding-top","2rem"); | ||
104 | + // $(".video_lool").css("margin-top","0"); | ||
105 | + // $(".video_lool").css("height","2.54rem"); | ||
106 | + // $(".video_text_wrap").css("top","0.6rem") | ||
107 | + // $(".body").css("padding-bottom","5rem") | ||
108 | + // } | ||
109 | // alert( $(".video_lool").css("height")) | 109 | // alert( $(".video_lool").css("height")) |
110 | var swiper = new Swiper('.swiper-container', { | 110 | var swiper = new Swiper('.swiper-container', { |
111 | pagination: { | 111 | pagination: { |
-
请 注册 或 登录 后发表评论