twitter-bootstrap – 如何在bootstrap网格中设置顶行的高度?

我有一个容器,我想使用引导网格分成两个水平行.

顶行应占高度的80%,其余部分占底部.

<div class="container-fluid">
    <div class="row" style="height:80%">
        <div class="col-xs-12">This should take up 80% of the height</div>
    </div>

    <div class="row">
        <div class="col-xs-12">This should take up the remaining 20% of the height</div>
    </div>
</div>

我尝试将高度:80%作为内联样式添加到第一行,但它没有任何效果.

在这里想念的是什么?

解决方法

body,html,.container-fluid {
     height: 100%;
}

一个例子:
http://jsfiddle.net/wqkLodb6/

相关文章

Bootstrip HTML 查询搜索常用格式模版 &lt;form class=&...
如何在按钮上加红色数字 您可以使用Bootstrap的badge组件来在...
要让两个按钮左右排列,你可以使用 Bootstrap 的网格系统将它...
是的,可以将status设置为布尔类型,这样可以在前端使用复选...
前端工程师一般用的是Bootstrap的框架而不是样式,样式一般自...
起步导入:<linkrel="stylesheet"href="b...