# text-decoration-style

CSS 属性 text-decoration-style 用于设置由 text-decoration-line 设定的线的样式。线的样式会应用到所有被 text-decoration-line 设定的线,不能为其中的每条线设置不同的样式。当要设置多个线修饰属性时,用 text-decoration 简写属性会比分别写多个属性更方便。

# # 语法

text-decoration-style: solid | double | dotted | dashed | wavy;

# # 属性值

solid 实线。

dashed 虚线。

dotted 点划线。

wavy 波浪线。

# # 适用组件

# # 兼容性

# # uni-app 兼容性

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

# # 浏览器兼容性

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

# App平台差异

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

# # 参见