gpt4 book ai didi

css - 使用 :not and :hover

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

我正在尝试向所有不具有“事件”类的列表元素添加悬停效果,我不知道该怎么做。我可以通过以下方式改变它的正常风格:

li:not(.active){
padding-bottom:5px;
border-bottom:2px solid #fff;
}

它工作得很好,但我似乎无法让它在悬停状态下工作。我已经尝试过 li:not:hover (.active){ 和其他方法,但它对我不起作用。任何纯 css 的解决方案,将不胜感激!

最佳答案

您不应该将 :not() 与其参数分开!使用 li:hover:not(.active)li:not(.active):hover

关于css - 使用 :not and :hover,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18604740/

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