正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -75,13 +75,13 @@ | @@ -75,13 +75,13 @@ | ||
75 | <include file="public@footer"/> | 75 | <include file="public@footer"/> |
76 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> | 76 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> |
77 | <script type="text/javascript"> | 77 | <script type="text/javascript"> |
78 | - alert($(document).width()); | 78 | + |
79 | if($(document).width()=="375"){ | 79 | if($(document).width()=="375"){ |
80 | $(".video_lool").css("height","141px") | 80 | $(".video_lool").css("height","141px") |
81 | }else if($(document).width()=="320"){ | 81 | }else if($(document).width()=="320"){ |
82 | $(".video_lool").css("height","91px") | 82 | $(".video_lool").css("height","91px") |
83 | } | 83 | } |
84 | - | 84 | + alert($(".video_lool").css("height")); |
85 | var swiper = new Swiper('.swiper-container', { | 85 | var swiper = new Swiper('.swiper-container', { |
86 | pagination: { | 86 | pagination: { |
87 | el: '.swiper-pagination', | 87 | el: '.swiper-pagination', |
-
请 注册 或 登录 后发表评论