<ul>
li: first-child{color:blue;}
但是它不起作用。相反,当我以相反的方式编写它时,例如:ul: first-child{color:blue;}
ul: first-child{color:blue;}
然后它可以正常工作。对不对?
:first-child