CSS样式中&和:last-child作用

1、

同级样式中,不同类名公用相同或不同样式简洁写法:

CSS样式中&和:last-child作用

CSS样式中&和:last-child作用

& 符号作用,在嵌套层次中回溯一层,既实现效果:

.icon-zfgs   .icon-zfjd ......

2、:last-child作用:指定父元素中最后一个元素的样式,效果如图:

CSS样式中&和:last-child作用

 CSS样式中&和:last-child作用

CSS样式中&和:last-child作用

 既简洁修改最后一个div的margin-right。

相关推荐