gpt4 book ai didi

text-decorations - 从链接中删除文本装饰

转载 作者:行者123 更新时间:2023-11-28 06:45:17 25 4
gpt4 key购买 nike

为什么这不会从 this page 上的 facebook 和刺客行业链接中删除下划线| .

.module_wpproad {
text-decoration:none;
border:none;
}

最佳答案

链接的默认 text-decoration 属性优先于容器的 text-decoration 属性。您需要在覆盖中具体说明:

.module_wpproad a {
text-decoration: none;
}

关于text-decorations - 从链接中删除文本装饰,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34085160/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com