共计 239 个字符,预计需要花费 1 分钟才能阅读完成。
css 中设置下划线的方法
在 CSS 中可以使用 text-decoration 属性或 border-bottom 属性来给字体设置下划线样式。
1、使用 text-decoration:underline; 设置下划线样式
CSS 的 text-decoration 属性用于指定添加到文本的修饰,其 underline 属性值可以定义文本下的一条线。
语法:
text-decoration: underline;
问题:
当设置的下划线和文字紧贴的时候
只能将文字设置成 div 然后设置边框
原文地址: css 设置下划线
正文完