css - Twitter Bootstrap - 连续设置超过 12 列的样式?

标签 css angularjs html twitter-bootstrap

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

<div collapse="gpCollapse">
  <div ng-repeat="item in revealedCtrl.greatPersons" class="thumbnail col-md-3">
    <img ng-src="/images/useritems/{{item.greatperson.image}}" tooltip="{{item.greatperson.name}}"/>

    <div class="caption">
      <h3 class="text-center">{{item.greatperson.name}}</h3>

      <p class="text-justify">
        {{item.greatperson.description}}
      </p>
    </div>
  </div>
</div>

enter image description here

最佳答案

为“thumbnail”类定义一个常量高度。

关于css - Twitter Bootstrap - 连续设置超过 12 列的样式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33615649/

相关文章:

javascript - Codemirror的Onload功能

jquery - HTML5如何绑定(bind)本地数据库到asp gridview

html - 使用 CSS 动态调整表格中的 div 大小

css - 使用 CSS 在 html 中并排排列图像?

javascript - 使用 ng-repeat 或 ng-options 选择框 Angular 并删除空白选项

javascript - 如何将 DIV 及其内容与外部 CSS 隔离

javascript - 将 JSON 接口(interface)转换为数组

javascript - 通过ajax(chrome)在vanilla js中以编程方式触发文件输入点击

javascript - 绑定(bind)时特殊字符后的AngularJs新行

CSS 背景大图像想要加载更小的尺寸?