【问题标题】:how to create complex grid in bootstrap 3, (column rowspan)如何在引导程序 3 中创建复杂网格,(列行跨度)
【发布时间】:2015-08-21 12:08:04
【问题描述】:

如何使用 bootstrap 3 创建以下网格? 我检查了很多答案,但没有找到我的网格的解决方案。

【问题讨论】:

  • 请发布您的代码。

标签: twitter-bootstrap-3 html-table


【解决方案1】:

在 Bootstrap 3 中,.span* 类已被删除,取而代之的是 .col-* 类的组合:.col-xs-*.col-sm-*.col-md-*.col-lg-*

Source

【讨论】:

    【解决方案2】:

    制作 3 个大列,并在每个列内根据需要添加更多行。

    例子:

    <div class="row">
         <div class="col-md-4">
         <p>left column text here you can also add another row here with more cols inside</p>
         </div>
    </div>
    

    这里是网格系统的参考:http://getbootstrap.com/css/#grid

    【讨论】:

      猜你喜欢
      • 2021-07-20
      • 2017-03-25
      • 2020-12-10
      • 2014-08-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-10-27
      • 2014-07-27
      相关资源
      最近更新 更多