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.
我div class="span6"在一个容器中有两个(在同一行)。现在我想给margin-bottom容器一个,但由于它们div class="span6"是浮动的,就像它们不在那里一样,所以容器的高度是 0 ..你有什么建议?
div class="span6"
margin-bottom
您应该只添加overflow: hidden;到容器中 -这将防止它的高度折叠。
overflow: hidden;