...
|
...
|
@@ -75,13 +75,13 @@ |
|
|
<include file="public@footer"/>
|
|
|
<script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script type="text/javascript">
|
|
|
alert($(document).width());
|
|
|
|
|
|
if($(document).width()=="375"){
|
|
|
$(".video_lool").css("height","141px")
|
|
|
}else if($(document).width()=="320"){
|
|
|
$(".video_lool").css("height","91px")
|
|
|
}
|
|
|
|
|
|
alert($(".video_lool").css("height"));
|
|
|
var swiper = new Swiper('.swiper-container', {
|
|
|
pagination: {
|
|
|
el: '.swiper-pagination',
|
...
|
...
|
|