:)
为什么我的第一段没有红色背景?
HTML:
<div class="item">
<h1><a href="http://localhost/test">Test</a></h1>
<p>This is a new entry </p>
<p>This is a new entry</p>
</div>
CSS:
.item p:first-child {background:red}
演示: http://jsfiddle.net/tv90yrbz/
非常感谢您对此的任何帮助。