nth-of-type
section
.module
nth-of-type
.module
<section class="featured video"> <h1>VIDEO</h1></section><section class="featured module"> <h1>NOT A VIDEO</h1></section><section class="featured module"> <h1>NOT A VIDEO</h1></section><section class="featured module"> <h1>NOT A VIDEO (3)</h1></section><section class="featured module"> <h1>NOT A VIDEO</h1></section><section class="featured module"> <h1>NOT A VIDEO</h1></section><section class="featured module"> <h1>NOT A VIDEO (6)</h1></section>
.featured { width:31%; margin:0 0 20px 0; padding:0 3.5% 2em 0; float:left; background:#ccc;} .featured.module:nth-of-type(3n+3) { padding-right:0; background:red; } .featured.video { width:auto; padding:0 0 2em 0; float:none; }
CSS3nth类型限于类
ABOUTYOU