排版工具
目录
字体型号
使用 .fs-1
- .fs-10
精准设置字体型号。
类 | 小屏幕型号 font-size | 大屏幕型号 font-size |
---|---|---|
.fs-1 | 9px | 10px |
.fs-2 | 11px | 12px |
.fs-3 | 12px | 14px |
.fs-4 | 14px | 16px |
.fs-5 | 16px | 18px |
.fs-6 | 18px | 24px |
.fs-7 | 24px | 32px |
.fs-8 | 32px | 38px |
.fs-9 | 38px | 42px |
.fs-10 | 42px | 48px |
Font size 1
Font size 2
Font size 3
Font size 4
Font size 5
Font size 6
Font size 7
Font size 8
Font size 9
Font size 10
在 Markdown 中,用 `{: }` 封装应用定制类:
Font size 1
{: .fs-1 }
Font size 2
{: .fs-2 }
Font size 3
{: .fs-3 }
Font size 4
{: .fs-4 }
Font size 5
{: .fs-5 }
Font size 6
{: .fs-6 }
Font size 7
{: .fs-7 }
Font size 8
{: .fs-8 }
Font size 9
{: .fs-9 }
Font size 10
{: .fs-10 }
字体粗细
用 .fw-300
- .fw-700
精准设置字体型号。
Font weight 300
Font weight 400
Font weight 500
Font weight 700
在 Markdown 中,用 `{: }` 封装应用定制类:
Font weight 300
{: .fw-300 }
Font weight 400
{: .fw-400 }
Font weight 500
{: .fw-500 }
Font weight 700
{: .fw-700 }
行高
使用 lh-
类精准设定文字的行高。
类 | line-height 值 | 注释 |
---|---|---|
.lh-0 | 0 | |
.lh-tight | 1.1 | 标题默认值 |
.lh-default | 1.4 | 正文默认值(段落) |
No Line height No Line height
Tight line height Tight line height
Default line height Default line height
在 Markdown 中,用 `{: }` 封装应用定制类:
No Line height
No Line height
{: .lh-0 }
Tight line height
Tight line height
{: .lh-tight }
Default line height
Default line height
{: .fh-default }
文本调整
默认文本会左对齐。使用这些 text-
类覆盖默认设置:
Class | What it does |
---|---|
.text-left | text-align: left |
.text-right | text-align: right |
.text-center | text-align: center |