$(function(){
$( ".employee" ).height($(window).height()*0.95)
$( ".employee" ).width($(window).width())
// $("#test9783").height($(window).height()*0.10)
$(window).resize(function(){
$( ".employee" ).width($(window).width())
$( ".employee" ).height($(window).height()*0.95)
});
});
JQM手机旋转后改Size
最新推荐文章于 2025-02-07 22:40:43 发布