CSS text-decoration-color 属性
定义和用法
text-decoration-color
属性指定文本装饰(下划线、上划线、删除线)的颜色。
提示: 还可以查看 text-decoration 属性,它是 text-decoration-line、text-decoration-style、text-decoration-color 和 text-decoration-thickness 的简写属性。
默认值 | currentColor |
---|---|
继承 | 否 |
可动画 | 是。 了解有关 可动画 的信息 试一试 |
版本 | CSS3 |
JavaScript 语法 | object.style.textDecorationColor="red" 试一试 |
浏览器支持
表格中的数字指定第一个完全支持该属性的浏览器版本。
属性 | |||||
---|---|---|---|---|---|
text-decoration-color | 57 | 79 | 36 | 12.1 | 44 |
CSS 语法
text-decoration-color: color|initial|inherit;
属性值
值 | 描述 | 播放 |
---|---|---|
color | 指定文本装饰的颜色 | 演示 ❯ |
initial | 将此属性设置为其默认值。 了解有关 initial 的信息 | |
inherit | 从其父元素继承此属性。 了解有关 inherit 的信息 |
相关页面
CSS 教程: CSS 文本装饰
HTML DOM 参考: textDecorationColor 属性