💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
[CSS参考手册](http://css.doyoe.com/)»[属性列表](#)»[文本属性](#)» 相关内容: [**其它文本属性参考**选择其它项](#) - [text-indent](#) - [text-overflow](#) - [text-align](#) - [text-transform](#) - [text-decoration](#) - [text-decoration-line](#) - [text-decoration-color](#) - [text-decoration-style](#) - [text-shadow](#) - [text-fill-color](#) - [text-stroke](#) - [text-stroke-width](#) - [text-stroke-color](#) - [letter-spacing](#) - [word-spacing](#) - [vertical-align](#) - [word-wrap](#) - [white-space](#) - [direction](#) - [unicode-bidi](#) - [line-height](#) - [tab-size](#) # text-decoration-style - **版本:CSS3** - 继承性:无 ### 语法: **text-decoration-style**:solid | double | dotted | dashed | wavy **默认值**:solid ### 取值: solid:实线double:双线dotted:点状线条dashed:虚线wavy:波浪线 ### 说明: **检索或设置对象中的文本装饰线条的形状。** - 对应的脚本特性为**textDecorationStyle**。 ### 兼容性: - 浅绿 = 支持 - 红色 = 不支持 - 墨绿 = 部分支持 - 橙色 = 实验性质 | [支持版本](# "查看本文档测试时所用浏览器版本")\类型 | IE | Firefox | Safari | Chrome | Opera | |-----|-----|-----|-----|-----|-----| | 版本 | 6.0-9.0 | 4.0-9.0 | 5.1 | 13.0-16.0 | 11.50-11.60 | ### 示例: - 下划实线文字 - 下划点线文字 - 下划虚线文字 - 下划双线文字 - 下划波浪线文字 Copyright © 2006-2012 [Doyoe](http://www.doyoe.com/). All Rights Reserved