参考https://bbs.fanruan.com/wenda/question/121211.html
========
另一个方案
参考这个图片你代码,分页预览加载结束后事件写代码
var height=$(".page-block")[0].scrollHeight
height=parseInt($(".page-block")[0].scrollHeight)-50
document.querySelector("#content-container > div > div > div > div > div").style.top=height+'px'
