简体中文
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-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 |
text-decoration-style 样式不支持继承