gpt4 book ai didi

css - 看似错误的 CSS 被优先处理

转载 作者:太空宇宙 更新时间:2023-11-04 16:06:24 25 4
gpt4 key购买 nike

我遇到一个问题,我的 td 标签的 CSS 似乎优先于我包含的更具体的 CSS 类 blue_link。 blue_link 类出现在样式表的底部,我已经在 Chrome 的元素检查器中确认了优先级问题。

如有任何建议,我们将不胜感激。

被赋予优先级的CSS:

td a:link, td a:visited {
color: #333;
text-decoration: none;
}

期望的类:

a.blue_link  {
color: #5299c3; !important
text-decoration: none;
}

HTML:

<td><a class="blue_link" href="profile/edit/<?php echo $profile_item['profile_id'] ?>">edit</a></td>

最佳答案

a.blue_link, a.blue_link:link, a.blue_link:visited  {
color: #5299c3;
text-decoration: none;
}

关于css - 看似错误的 CSS 被优先处理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9058116/

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