Blueprint CSS 是否使用一些标准尺寸?
我想知道 Blueprint CSS 是如何工作的——它是否使用一些标准尺寸(例如 24 列,40 像素宽度,或 20 列,48 像素宽度),并且通常是否有一个文件指定蓝图设置的细节?
I wonder how Blueprint CSS work -- does it use some standard dimensions (such as 24 columns with 40 pixel width, or 20 columns with 48 pixel width), and is there usually a file that specifies the specifics of the blueprint settings?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
官方快速入门教程详细介绍了尺寸:
还有 BlueCalc,它允许您生成具有特定列宽、装订线等的自己的 grid.css 文件
。列宽也可以通过修改 BlueprintCSS 包中的 grid.css 文件来手动修改。 span-1 到 span-24 类每个都有一个绝对宽度集(尽管使用 BlueCalc 更容易直观地看到您所做的更改)。
The official quick start tutorial details out the dimensions as:
There's also BlueCalc which allows you to generate your own grid.css file with specific column widths, gutters, etc.
The column widths are can also be modified manually by modifying the grid.css file in the BlueprintCSS package. The span-1 to span-24 classes each have an absolute width set (though using BlueCalc is a bit easier to visually see the changes you are making).