網(wǎng)頁視口尺寸
window.screen.height //屏幕高度,667
window.innerHeight //網(wǎng)頁視口高度,553
document.body.clientHeight //body高度,網(wǎng)頁內(nèi)容的高度根據(jù)網(wǎng)頁內(nèi)容決定
vh網(wǎng)頁視口高度的1/100
vw網(wǎng)頁視口寬度1/100
vmax取兩者(vh/vw)最大值
vmin取兩者(vh/vw)最小值
網(wǎng)頁視口尺寸
window.screen.height //屏幕高度,667
window.innerHeight //網(wǎng)頁視口高度,553
document.body.clientHeight //body高度,網(wǎng)頁內(nèi)容的高度根據(jù)網(wǎng)頁內(nèi)容決定
vh網(wǎng)頁視口高度的1/100
vw網(wǎng)頁視口寬度1/100
vmax取兩者(vh/vw)最大值
vmin取兩者(vh/vw)最小值