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.
我有一张桌子,里面有一些元素。这些元素之一的颜色与容器中设置的颜色不同。
当我悬停容器时,我需要具有不同颜色的元素更改为新的悬停:颜色(白色)。我试过使用!important,但我不能让它工作。
!important
我正在谈论的元素是包含文本的元素2 hours ago
2 hours ago
这是当前代码:
http://jsfiddle.net/SKP6v/
用这个:
.mail_item:hover .mail_item_table_time { color: white; }
演示:http: //jsfiddle.net/SKP6v/1/