天天看點

html錨點定位不準确問題

在主體内容前加個這個樣式的錨點即可

.target-fix {  
    position: relative;  
    top: -px; // 偏移值  
    display: block;  
    height: ;  
    overflow: hidden;  
}  
           
js