# text-decoration-style

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

# uni-app x 兼容性

Web Android iOS
4.0 x x

# 浏览器兼容性

Chrome Edge Firefox Opera Safari IE
√( 57 ) √( 79 ) √( 36 ) √( 44 ) √( 12.1 ) x

# 语法

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

# text-decoration-style 的属性值

名称 兼容性 描述
solid
实线。
dashed
虚线。
dotted
点划线。
wavy
波浪线。

# 适用组件

# App平台差异

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

# 参见