HTML/js/public.js
@@ -203,9 +203,9 @@ var bodyHeight = $("#body").outerHeight(); var topHeight = $("#top").outerHeight(); var centerHeight = $("#center").outerHeight(); // console.log(bodyHeight); // console.log(topHeight); // console.log(centerHeight); console.log(bodyHeight); console.log(topHeight); console.log(centerHeight); var hh = bodyHeight - topHeight-centerHeight - 26 ;//6是body上内边距 return hh;