...
|
...
|
@@ -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")
|
|
|
}
|
|
|
|
...
|
...
|
|