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.
我有这个网站,你可以在底部看到字母和 hr 线溢出容器。我尝试应用 clearfix 但它不起作用。我添加了一个overflow: hidden容器类,但我知道这不是实现这一目标的最佳方式。一个“肮脏”的解决方案是添加到页面的最后一个元素,margin-bottom但我想要一种更清洁的方式。我做错了什么?
overflow: hidden
margin-bottom
似乎是.wrap'stop: 19px造成的。将其切换到margin-top: 19px(甚至放弃)可以修复它。只需检查您是否需要修改其他一些规则以恢复您的原始设计(检查页面的最顶部)。
.wrap
top: 19px
margin-top: 19px
要保持原始外观,请使用padding-top: 19px它来代替。
padding-top: 19px