footer的调整

This commit is contained in:
cxt 2017-03-24 20:27:38 +08:00
parent 1f6751a80c
commit a4be0daaf1
1 changed files with 1 additions and 3 deletions

View File

@ -656,9 +656,7 @@ function set_footer(){
if ( ($(document.body).height()) < $(window).height()) {
$footer.css({
position: "absolute"
}).stop().animate({
top: footerTop
});
}).stop().css("top", footerTop);
} else {
$footer.css({
position: "static"