一个有很多个小方块的页面,大方块的class为big,小方块的class为small,用css3选择器这么写: .small:nth-child(even){margin-right:0;} 设置第偶数个小方块的margin-right为0,但是第三个小方块的margin-right却等于0了,怎么回事呢?