如果您想要改变单个列的 宽度,可以使用下面类之一:
-
is-three-quarters
-
is-two-thirds
-
is-half
-
is-one-third
-
is-one-quarter
-
is-full
其他列会自动补全剩余空间。
列的宽度(Size)
为每一个列单独定义宽度
如果您想要改变单个列的 宽度,可以使用下面类之一:
is-three-quarters
is-two-thirds
is-half
is-one-third
is-one-quarter
is-full
其他列会自动补全剩余空间。
您也可以使用下面 20%
的倍数:
is-four-fifths
is-three-fifths
is-two-fifths
is-one-fifth
is-full
is-four-fifths
Auto
Auto
is-three-quarters
Auto
Auto
is-two-thirds
Auto
Auto
is-three-fifths
Auto
Auto
is-half
Auto
Auto
is-two-fifths
Auto
Auto
is-one-third
Auto
Auto
is-one-quarter
Auto
Auto
is-one-fifth
Auto
Auto
当宽度被平均分为 12 列的时候,不同的宽度使用独有的宽度类:
is-1
is-2
is-3
is-4
is-5
is-6
is-7
is-8
is-9
is-10
is-11
is-12
is-1
1
1
1
1
1
1
1
1
1
1
1
is-2
1
1
1
1
1
1
1
1
1
1
is-3
1
1
1
1
1
1
1
1
1
is-4
1
1
1
1
1
1
1
1
is-5
1
1
1
1
1
1
1
is-6
1
1
1
1
1
1
is-7
1
1
1
1
1
is-8
1
1
1
1
is-9
1
1
1
is-10
1
1
is-11
1
is-12
您可以利用 .column
元素通过空列(如 <div class="column"></div>
)创建横向空间,也可以使用 offset 修饰符,像这样 .is-offset-x
实现:
is-half
is-offset-one-quarter
is-three-fifths
is-offset-one-fifth
is-4
is-offset-8
is-11
is-offset-1
如果您想让一个列只占其所需空间,可以使用 is-narrow
修饰符,则其他列会占满剩余空间。
Narrow column
This column is only 200px wide.
Flexible column
This column will take up the remaining space available.
至于宽度修饰符,您可以为不同的断点添加窄列功能:
.is-narrow-mobile
.is-narrow-tablet
.is-narrow-touch
.is-narrow-desktop
.is-narrow-widescreen
.is-narrow-fullhd
此页面为开放源码页面。
发现排版问题?或者表达模糊?
在 GitHub 改进该页内容