...
|
...
|
@@ -88,24 +88,24 @@ |
|
|
<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){
|
|
|
// $(".index_swiper").css("height","95%");
|
|
|
// $(".swiper-container").css("height","95%");
|
|
|
$(".index_swiper img").css("height","102%");
|
|
|
$(".video_lool").css("padding-top","2rem");
|
|
|
$(".video_lool").css("margin-top","0");
|
|
|
$(".video_lool").css("height","2.54rem");
|
|
|
$(".video_text_wrap").css("top","0.6rem");
|
|
|
$(".body").css("padding-bottom","5rem")
|
|
|
|
|
|
}else if($(document).height()==554){
|
|
|
$(".index_swiper img").css("height","102%");
|
|
|
$(".video_lool").css("padding-top","2rem");
|
|
|
$(".video_lool").css("margin-top","0");
|
|
|
$(".video_lool").css("height","2.54rem");
|
|
|
$(".video_text_wrap").css("top","0.6rem")
|
|
|
$(".body").css("padding-bottom","5rem")
|
|
|
}
|
|
|
// if($(document).height()==455){
|
|
|
// // $(".index_swiper").css("height","95%");
|
|
|
// // $(".swiper-container").css("height","95%");
|
|
|
// $(".index_swiper img").css("height","102%");
|
|
|
// $(".video_lool").css("padding-top","2rem");
|
|
|
// $(".video_lool").css("margin-top","0");
|
|
|
// $(".video_lool").css("height","2.54rem");
|
|
|
// $(".video_text_wrap").css("top","0.6rem");
|
|
|
// $(".body").css("padding-bottom","5rem")
|
|
|
//
|
|
|
// }else if($(document).height()==554){
|
|
|
// $(".index_swiper img").css("height","102%");
|
|
|
// $(".video_lool").css("padding-top","2rem");
|
|
|
// $(".video_lool").css("margin-top","0");
|
|
|
// $(".video_lool").css("height","2.54rem");
|
|
|
// $(".video_text_wrap").css("top","0.6rem")
|
|
|
// $(".body").css("padding-bottom","5rem")
|
|
|
// }
|
|
|
// alert( $(".video_lool").css("height"))
|
|
|
var swiper = new Swiper('.swiper-container', {
|
|
|
pagination: {
|
...
|
...
|
|