css选择器 1.基本选择器 2.组合选择器 3.属性选择器 4.伪类选择器 5.伪元素选择器 :before,元素前面的内容,例:div::before{content:" ",width:1px;height:1px;clear:both;}。 :after,元素前面的内容,例:div::after{content:" ",width:1px;height:1px;clear:both;}。 *下一篇总结剩余的一些常用样式