可以用源生js的.offsetHeight .offsetWidth属性
document.getElementById("temp_form").offsetHeight
// 获取窗口宽度
window.innerWidth
// 获取窗口高度
window.innerHeight