如果在一个 .row 内包含的列(column)大于12个,包含多余列(column)的元素将作为一个整体单元被另起一行排列。

Bootstrap3 栅格系统-实例:多余的列(column)将另起一行排列

<div class="row">
  <div class="col-xs-9">.col-xs-9</div>
  <div class="col-xs-4">.col-xs-4<br>Since 9 + 4 = 13 &gt; 12, this 4-column-wide div gets wrapped onto a new line as one contiguous unit.</div>
  <div class="col-xs-6">.col-xs-6<br>Subsequent columns continue along the new line.</div>
</div>

—–下面有个“顶”字,你懂得O(∩_∩)O哈哈~
—–乐于分享,共同进步!
—–更多文章请看:http://blog.csdn.net/duruiqi_fx


相关文章:

  • 2022-12-23
  • 2021-05-29
  • 2021-06-26
  • 2021-12-23
  • 2022-12-23
  • 2021-06-19
  • 2021-07-03
猜你喜欢
  • 2022-02-02
  • 2022-02-23
  • 2022-02-22
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2022-02-22
相关资源
相似解决方案