Bootstrap网格系统的测量

时间:2014-04-21 04:40:01

标签: twitter-bootstrap

这几天我正在尝试弄清楚Bootstrap网格系统的计算。

根据Bootstrap网站的演示。

http://getbootstrap.com/examples/grid/

示例我正在使用网格系统: -
桌面:col-lg-12
平板电脑:col-sm-6
移动:col-xs-12

他们如何衡量桌面lg-12 =平板电脑sm-6 =手机xs-12?

为什么我们不能只使用lg-12 = sm-12 = xs-12?

如果我的问题不够明确,请告诉我。

抱歉我的英语不好。

感谢您的解释。

1 个答案:

答案 0 :(得分:0)

只有在更改窗口大小时,lg,sm,xs列之间的差异才会明显。尝试返回http://getbootstrap.com/examples/grid/并使用窗口大小,当窗口越来越小时,您将看到div的外观发生变化。 div的变化方式取决于它们是lg,md,sm还是xs。