line-height.md 909 字节
Newer Older
D
DCloud_LXH 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
## line-height


<!-- CSSJSON.line-height.description -->

<!-- CSSJSON.line-height.syntax -->

<!-- CSSJSON.line-height.values -->

<!-- CSSJSON.line-height.defaultValue -->

<!-- CSSJSON.line-height.unixTags -->

<!-- CSSJSON.line-height.compatibility -->

D
DCloud_LXH 已提交
16 17 18
#### App平台
App平台仅支持以像素值(px)和相对长度单位(em)相对当前元素字体字体单位(em),em单位表示数字值乘以该元素的字体大小,无单位值时使用em,默认值为1.2em。
line-height 样式不支持继承,仅对 [text](../component/text.md) 组件生效。
D
DCloud_LXH 已提交
19
建议设置大于15%字号大小的值,以避免出现渲染异常。
D
DCloud_LXH 已提交
20 21 22
> 不支持百分比的值
> 不支持设置关键字 normal 值
> 不支持ch、rem、ex等单位
D
DCloud_LXH 已提交
23

D
DCloud_LXH 已提交
24
#### Web规范
D
DCloud_LXH 已提交
25 26 27
line-height 样式支持继承,默认值为normal(大约为1.2em,取决于 font-family 样式)

<!-- CSSJSON.line-height.reference -->