最佳答案
是的,它可能……
原文链接:https://www.f2er.com/html/426217.html.menu ul { /*css here*/ }
.menu ul li { /*css here*/ }
.menu ul li a { /*css here*/ }
要么
.menu ul,.menu ul li,.menu ul li a { /*css here*/ }
要么
.menu ul,.menu li,.menu a { /*css here*/ }