简体中文
line-height CSS 属性用于设置多行元素的空间量,如多行文本的间距。对于块级元素,它指定元素行盒(line boxes)的最小高度。对于非替代的 inline 元素,它用于计算行盒(line box)的高度。
line-height: normal | <number> | <length> | <percentage>;
normal
取决于用户代理。桌面浏览器(包括 Firefox)使用默认值,约为 1.2,这取决于元素的 font-family。
平台 | 默认值 |
---|---|
app-uvue | 1.2 |
web | normal |
安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x | |
---|---|---|---|---|---|---|
line-height | 5.0 | √ | 3.9+ | 9.0 | √ | - |
App平台仅支持以像素值(px)和相对长度单位(em)相对当前元素字体字体单位(em),em单位表示数字值乘以该元素的字体大小,无单位值时使用em,默认值为1.2em。
line-height 样式不支持继承,仅对 text 组件生效。
不支持百分比的值
不支持设置关键字 normal 值
不支持ch、rem、ex等单位
line-height 样式支持继承,默认值为normal(大约为1.2em,取决于 font-family 样式)