最外层加个div,id设置为app
$('#app').css({'position':'fixed','top':'0'});setTimeout(function () { $('#app').css('position','static');},50);