3
在Twitter的引導3,列在網格的最大數目是12。我不能找出爲什麼在正式文檔孤單這個例子中,它超過18: http://getbootstrap.com/css/#grid-example-mixed爲什麼列的總和超過12?
<!-- Stack the columns on mobile by making one full-width and the other half-width -->
<div class="row">
<div class="col-xs-12 col-md-8">.col-xs-12 .col-md-8</div>
<div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
</div>