1. 自身的hover
div :hover{ :hover前要有空格 }
2.hover指向子元素
father:hover .childer { :hover前不能有空格 }
3.hover指向相邻元素
.pre:hover +.nex { :hover前不能有空格 }