a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
css隐藏超链接下划线
CSS链接样式精简
最新推荐文章于 2024-12-25 09:30:05 发布
CSS链接样式精简
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}

被折叠的 条评论
为什么被折叠?