删除链接中的文字修饰
为什么这不会删除此页面上的 Facebook 和刺客行业链接的下划线。
.module_wpproad {
text-decoration:none;
border:none;
}
Why won't this remove the underline from the facebook and assassin industries links on this page.
.module_wpproad {
text-decoration:none;
border:none;
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
链接的默认
text-decoration
属性优先于容器的text-decoration
属性。您需要在覆盖中具体说明:The default
text-decoration
attribute of links takes precedence over thetext-decoration
attribute of the container. You will need to be specific in your override: