Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如您在此链接中看到的
http://hybrid-tech.net/clients/ferrara/onepagemodel1/
在页面的末尾我得到一条白线,我不明白为什么。
你能帮我解决这个问题吗?
在此先感谢您的帮助。
删除 CSS 的padding-bottomline in body;这使得“白线”出现。
padding-bottom
body
body { padding-bottom: 40px; color: #5a5a5a; }
至
body { color: #5a5a5a; }