text-decoration:over-line 定义上划线
text-decoration:line-through 定义删除线
text-decoration:underline 定义下划线
text-decoration:blink 定义闪烁文本
text-decoration:none 无装饰
text-decoration-color:16进制/预定义的颜色值/rgb 定义文本装饰颜色
text-decoration-line:over-line/line-through/underline/blink/none 定义文本装饰线条类型
text-decoration-style:dotted/solid/dashed/wavy/double 定义文本装饰线条的样式
dotted:将文本装饰线条定义为点线
solid:将文本装饰线条定义为单实线
dashed:将文本装饰线条定义为虚线
wavy:将文本装饰线条定义为波浪线
double:将文本装饰线条定义为双实线
注:text-decoration-style几乎所有浏览器都不支持,但是火狐支持一个可替代该属性的属性 -moz-text-decoration-style