最佳答案
是的,它可能……
.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*/ }