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

修改

... ... @@ -76,9 +76,9 @@
<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()=="375px"){
if($(document).width()=="375"){
$(".video_lool").css("height","141px")
}else if($(document).width()=="320px"){
}else if($(document).width()=="320"){
$(".video_lool").css("height","91px")
}
... ...