CSS中的text-decoration-style属性可以设置以下几种文本修饰风格:
text-decoration-style
solid
double
dotted
dashed
wavy
需要注意的是,text-decoration-style属性只有在设置了text-decoration-line属性时才会生效。另外,该属性的值可以被继承。
text-decoration-line