# text-decoration-color

CSS 属性 text-decoration-color 用于设置文本修饰线的颜色,文本修饰线是通过 text-decoration-line 属性指定的。

# # 语法

text-decoration-color: <color>;

# # 适用组件

# # 兼容性

# # uni-app 兼容性

安卓系统版本 安卓 uni-app 安卓 uni-app-x iOS 系统版本 iOS uni-app iOS uni-app-x
text-decoration-color 5.0 x 9.0 -

# # 浏览器兼容性

Chrome Edge Firefox Opera Safari IE
text-decoration-color √( 57 ) √( 79 ) √( 36 ) √( 44 ) √( 12.1 ) x

# App平台差异

text-decoration-color 样式不支持继承

# # 参见