...
|
...
|
@@ -75,7 +75,7 @@ |
|
|
<include file="public@footer"/>
|
|
|
<script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script type="text/javascript">
|
|
|
// alert();
|
|
|
alert($(document).width());
|
|
|
if($(document).width()=="375px"){
|
|
|
$(".video_lool").css("height","141px")
|
|
|
}else if($(document).width()=="320px"){
|
...
|
...
|
|