/* 取消超链接的下划线 */
a {
text-decoration: none;
}
/* 如果需要在特定情况下恢复下划线,可以使用 hover 伪类 */
a:hover {
text-decoration: underline;
}
text-decoration: none;
:取消超链接默认的下划线样式。a:hover { text-decoration: underline; }
:当鼠标悬停在超链接上时,恢复下划线样式。上一篇:cssbeforeafter用法
下一篇:css元素选择器
Laravel PHP 深圳智简公司。版权所有©2023-2043 LaravelPHP 粤ICP备2021048745号-3
Laravel 中文站