gpt4 book ai didi

html - Bootstrap 跨越空白区域

转载 作者:太空宇宙 更新时间:2023-11-04 04:24:56 24 4
gpt4 key购买 nike

我有这个简单的代码:

<div class="wrapper_big">
<div class="row-fluid grey">
<div class="span4">Will be logo</div>
<div class="span8">Will be menu</div>
</div>
</div>

和 CSS:

.grey{background-color: #eeeeee;}
.wrapper_big {width: 1100px; margin: 0 auto;}

我在跨度后有额外的空间,请看这里的图片: http://postimg.org/image/pt5khfcmv/

如何删除它?

更新:Fiddle with extra space .

最佳答案

添加到你的CSS:

.span12 {
min-height: inherit !important;
}

关于html - Bootstrap 跨越空白区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18446996/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com