1:text-line-through-color:设置删除线的颜色。
2:text-overline: text-overline-color: 设置上划线的颜色
3:text-underline:text-underline-color:设置下划线的颜色
直接方法没有这个技能,但是可以变通一下
<span>demodemo<span></span></span> span {display: inline-block
height: 20px
line-height: 20px
}
span span {
border-bottom: 1px solid red
width: 100%
height: 1px
display: inline-block
position: relative
top: -25px
}
<div style="text-decoration:line-throughcolor:#FF0000"><A style="color:#000000">dfsdfsd</A></div>这个例子,线是红色,字是黑色