Twitter Bootstrap - 连续超过12列?

时间:2015-11-09 18:22:37

标签: css angularjs html5 twitter-bootstrap

我有以下代码,可能会或可能不会连续提供超过12列。 如果有超过12列,我怎么能让它看起来很好?

void superres::SuperResolution::nextFrame(OutputArray frame)

enter image description here

2 个答案:

答案 0 :(得分:1)

您的布局最终看起来不错的原因是列内容的可变高度,特别是

<div class="caption">

使用css给列div(.thumbnail)

position: relative;
// to make space for absolutely positioned caption
padding-bottom: 40px;

和.caption

position: absolute;
bottom: 0px;

答案 1 :(得分:1)

定义一个恒定的高度为&#34; thumbnail&#34;类。