text-decoration-style - 装饰线的形状 - css 文本样式
text-decoration-style
版本:CSS3
CSS属性text-decoration-style
用于设置由text-decoration-line
设定的线的样式。线的样式会应用到所有被text-decoration-line
设定的线,不能为其中的每条线设置不同的样式。当要设置多个线修饰属性时,用text-decoration
简写属性会比分别写多个属性更方便。
如果设定的修饰效果具有特定的语义,例如删除线的意味着某些文本被删除了,开发者最好使用有语义的 HTML 标签来表达,比如或
标签,因为浏览器有时可能会屏蔽某些样式,但语义化的标签则不会出现这样的问题。
当一次使用多个 line-decoration 属性时,使用text-decoration
简写属性会更方便。
示例
/* keyword values */ text-decoration-style: solid; text-decoration-style: double; text-decoration-style: dotted; text-decoration-style: dashed; text-decoration-style: wavy; /* global values */ text-decoration-style: inherit; text-decoration-style: initial; text-decoration-style: unset;
浏览器支持
IE浏览器不支持text-decoration-style ,浏览器都支持text-decoration-style |
语法:
text-decoration-style:solid | double | dotted | dashed | wavy取值:
- solid:画一条实线。
- double:画一条双实线。
- dotted:画一条点划线。
- dashed:画一条虚线。
- wavy:画一条波浪线。
说明:
检索或设置对象中的文本装饰线条的形状。
- 支持dotted | dashed属性值,但效果都表现为实线。
- 对应的脚本特性为textDecorationStyle。
例子
.example { -moz-text-decoration-line: underline; -moz-text-decoration-style: wavy; -moz-text-decoration-color: red; -webkit-text-decoration-line: underline; -webkit-text-decoration-style: wavy; -webkit-text-decoration-color: red; } .wavy { text-decoration-line: underline; text-decoration-style: wavy; }
this text has a wavy red line beneath it.
p{ text-decoration:underline; -moz-text-decoration-style:wavy; /*针对firefox的代码*/ }
.demo1 .wavy{text-decoration-line: underline; text-decoration-style: wavy; text-decoration-color: red;}
This text has a wavy red line beneath it.
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
免责声明:我们致力于保护作者版权,注重分享,当前被刊用文章因无法核实真实出处,未能及时与作者取得联系,或有版权异议的,请联系管理员,我们会立即处理! 部分文章是来自自研大数据AI进行生成,内容摘自(百度百科,百度知道,头条百科,中国民法典,刑法,牛津词典,新华词典,汉语词典,国家院校,科普平台)等数据,内容仅供学习参考,不准确地方联系删除处理!邮箱:344225443@qq.com)
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!
内容声明:本文中引用的各种信息及资料(包括但不限于文字、数据、图表及超链接等)均来源于该信息及资料的相关主体(包括但不限于公司、媒体、协会等机构)的官方网站或公开发表的信息。部分内容参考包括:(百度百科,百度知道,头条百科,中国民法典,刑法,牛津词典,新华词典,汉语词典,国家院校,科普平台)等数据,内容仅供参考使用,不准确地方联系删除处理!本站为非盈利性质站点,本着为中国教育事业出一份力,发布内容不收取任何费用也不接任何广告!)