发布于 4年前

CSS 下划线、上划线、删除线

text-decoration: underline;       // 下划线
text-decoration: none;              // 没有装饰
text-decoration: line-through;   // 中划线
text-decoration: overline;          // 上划线
text-decoration: blink;              // 删除线
CSS
©2020 edoou.com   京ICP备16001874号-3