

English
CSS 属性 text-decoration-style 用于设置由 text-decoration-line 设定的线的样式。线的样式会应用到所有被 text-decoration-line 设定的线,不能为其中的每条线设置不同的样式。当要设置多个线修饰属性时,用 text-decoration 简写属性会比分别写多个属性更方便。
text-decoration-style: solid | double | dotted | dashed | wavy;
solid
Produces a solid line.
dashed
Produces a dashed line style.
dotted
Produces a dotted line.
wavy
Produces a wavy line.
Android version | Android uni-app | Android uni-app-x | iOS version | 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 |
text-decoration-style 样式不支持继承