紫影基地

 找回密码
 立即注册
查看: 107|回复: 0

text-decoration属性值

[复制链接]
阅读字号:

2003

主题

2118

帖子

21万

积分

超级版主

Rank: 8Rank: 8

积分
210488
发表于 2024-2-11 22:32:16 | 显示全部楼层 |阅读模式

CSS `text-decoration` 属性用于设置文本的装饰,如添加下划线、上划线或删除线等。它有以下几种可能的值:

text-decoration: none:定义标准文本,没有任何样式,正常显示。这是默认值,如果没有其他值指定的话。
text-decoration: underline:定义文本下的一条线。
text-decoration: overline:定义文本上的一条线。
text-decoration: line-through:定义文本中间的一条线。
text-decoration: blink:定义闪烁的文本,但这个属性值在现代浏览器中被不支持。
text-decoration: inherit:从父元素继承 `text-decoration` 的值。
text-decoration: initial:与 `inherit` 类似,但在某些情况下可能被覆盖。
text-decoration: unset:清除所有之前设置的 `text-decoration` 值。
这些值都可以组合使用,例如 `text-decoration: underline red` 会为文本添加一条红色的下划线。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|紫影基地

GMT+8, 2025-1-12 17:34 , Processed in 0.081296 second(s), 19 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表