Skip to content

Lam-Big-Water/used-car-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

used car website

項目技術: HTML5 + CSS3 + JavaScript(ES6) + Swiper插件

項目亮點: 採用responsive佈局, 圖片懶加載, 一鍵回到頂部, 虛擬pagination

解决滚动条消失,页面抖动BUG

*{ margin:0; padding:0; }

html { overflow-y: scroll; }

:root { overflow-y: auto; overflow-x: hidden; }

:root body { position: absolute; }

body { width: 100vw; }