时间:2021-07-01 10:21:17 帮助过:62人阅读
function height_adaptive(){
var main=$(document).height();
var title=document.getElementById("login_title").scrollHeight;
var body=document.getElementById("login_body").scrollHeight;
var bottom=main-title-body;
$("#login_bottom").height(bottom);
}
script>
版权声明:本文为博主原创文章,未经博主允许不得转载。