text-decorationtext-decoration-colortext-decoration-linetext-decoration-style属性

Posted kunmomo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text-decorationtext-decoration-colortext-decoration-linetext-decoration-style属性相关的知识,希望对你有一定的参考价值。

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

以上是关于text-decorationtext-decoration-colortext-decoration-linetext-decoration-style属性的主要内容,如果未能解决你的问题,请参考以下文章