手册
目录
收藏839
分享
阅读1206
更新时间2025-07-16
text-underline-offset 属性指定下划线文本装饰的偏移距离。
设置下划线文本装饰的偏移距离:
div.a {
text-decoration: underline;
}
div.b {
text-decoration: underline;
text-underline-offset: 10px;
}
div.c {
text-decoration: underline wavy blue;
}
div.d {
text-decoration: underline wavy blue;
text-underline-offset: 10px;
}
运行实例 »点击 "运行实例" 按钮查看在线实例
text-underline-offset: auto|length|percentage|initial|inherit;
| 值 | 描述 |
|---|---|
| auto | 默认值。浏览器为下划线设置适当的偏移量。 |
| length | 指定偏移量为长度值。 |
| percentage | 指定偏移量为百分比值。 |
| initial | 将此属性设置为其默认值。参阅 initial。 |
| inherit | 从其父元素继承此属性。参阅 inherit。 |
| 默认值: | auto |
|---|---|
| 继承性: | yes |
| 动画制作: | 不支持。请参阅:动画相关属性。 |
| 版本: | CSS4 |
| JavaScript 语法: | object.style.textUnderlineOffset="1em" |
表格中的数字表示首个完全支持该属性的浏览器版本。
| Chrome | Edge | Firefox | Safari | Opera |
|---|---|---|---|---|
| 87.0 | 87.0 | 70.0 | 12.1 | 73.0 |
教程:CSS 文本装饰
参考:HTML DOM textDecoration 属性
相关
视频
RELATED VIDEOS
科技资讯
1
2
3
4
5
6
7
8
精选课程
共5课时
17.2万人学习
共49课时
77万人学习
共29课时
61.7万人学习
共25课时
39.3万人学习
共43课时
71万人学习
共25课时
61.6万人学习
共22课时
23万人学习
共28课时
33.9万人学习
共89课时
125万人学习