<script>
var hei;
var wid;
$(document).ready(function(){
hei=jQuery(window).height();
wid=jQuery(window).width();
jQuery(".blockPage").css({"left":(wid-973)/2+"px","top":(hei-545)/2+"px","width":"1018px","height":"545px"});
jQuery(window).resize(function(){
hei=jQuery(window).height();
wid=jQuery(window).width();
jQuery(".blockPage").css({"left":(wid-973)/2+"px","top":(hei-545)/2+"px","width":"1018px","height":"545px"});
});
});
</script>js 控制div居中
最新推荐文章于 2023-08-01 11:11:11 发布
504

被折叠的 条评论
为什么被折叠?



