Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 ExtJS 的新手。
我们在服务器端使用 ExtJs 客户端和 struts,spring。在我们的应用程序中,所有链接过去都以蓝色显示。不知何故,由于更改很少,访问的链接无法更改为不同的颜色。
有人可以建议我改变访问链接颜色的方法吗?
应用 CSS
a:visited { color : red !important }
在某处应用了 a:visited 的流氓 CSS 样式。您需要找到它并将其删除。在此之前,可以使用上面的 css。!important除非流氓 css 样式也!important应用于它,否则将给予此更高的优先级。
!important