【问题标题】:What's the difference between the span-x classes and the 'column' class in blueprint-css?blueprint-css 中的 span-x 类和“column”类有什么区别?
【发布时间】:2009-07-08 00:52:25
【问题描述】:

我为名为 .column 的蓝图 css 类找到的定义是:

.column Use with .span-x classes to create combinations of columns in the layout.

span-x 类似乎与此功能重叠,因为它们允许在不引用.column 的情况下定义列?

有人能解释一下这两个类的区别吗?

【问题讨论】:

    标签: html css blueprint-css


    【解决方案1】:

    .column 类已被删除。它曾经与 .span-x 一起用于定义列,但 css 已更新,因此带有 .span-x 的 div 自己定义了一个列。

    见第 100 行http://github.com/joshuaclayton/blueprint-css/blob/e9e91bb94a0f498e63359556b2301cfd18400377/blueprint/screen.css

    列类与任何带有 span-x 的 div 相同

    查看http://www.blueprintcss.org/ 以获取最新版本。

    乔什

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-10-06
      • 1970-01-01
      • 2020-08-21
      • 1970-01-01
      • 2020-05-26
      • 1970-01-01
      • 1970-01-01
      • 2011-12-25
      相关资源
      最近更新 更多