试了试 li:first-child不行
<ul>
<li><p></p></li>
</ul>
li和p分别设置,百度的方法,嘿嘿
ul:first-child即可,你试试
ul > li { color: red;}
body ul:first-child