$(window).resize(function(){
var screenHeight = $(window).height();
console.log('屏幕高度'+screenHeight);
var topHeight = $('.box-all').offset().top;
console.log('上方空白'+topHeight);
var bottomHeight = screenHeight - topHeight - 391.6;
console.log('下方空白'+bottomHeight);
if(bottomHeight <= 0){
//要處理的內(nèi)容
}else if(bottomHeight <= 0 || topHeight > 227){
//要處理的內(nèi)容
}
})
在這里將一些這個(gè)問題遇到的感觸:
為什么一個(gè)前端遇到一個(gè)問題之后厢蒜,解決了還是不能觸類旁通霞势?
因?yàn)椋?dāng)你遇到一個(gè)問題斑鸦,并且瞎貓碰上死耗子解決了愕贡,但是你以為解決了就OK了?就好像高中做卷子巷屿,做過了固以,對(duì)的就是會(huì)的嗎?
遇到一個(gè)問題嘱巾,如果沒有概念憨琳,一定要想方設(shè)法的弄清楚。這才是走向大神之路的捷徑旬昭!