twitter-bootstrap twitter bootstrap 中固定行和流体行之间的基本区别

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/13507375/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 15:46:05  来源:igfitidea点击:

Basic difference between fixed and fluid row in twitter bootstrap

twitter-bootstrap

提问by Abhi

Can any one tell me what is the difference between fixed and fluid row in twitter bootstrap. I am a beginner.

任何人都可以告诉我 twitter bootstrap 中的固定行和流体行有什么区别。我是初学者。

Thanks, Abhi

谢谢,阿比

回答by tocallaghan

Fixed rows are a given pixel width (940px) split between 12 columns.

固定行是在 12 列之间分割的给定像素宽度 (940px)。

Fluid rows are percentages based (100%) again split between 12 columns.

流动行是基于百分比 (100%) 再次分为 12 列。

This information is readily available here

此信息可在此处轻松获取