1. 自身的hover
div :hover{ :hover前要有空格 }
2.hover指向子元素
father:hover .childer { :hover前不能有空格 }
3.hover指向相邻元素
.pre:hover +.nex { :hover前不能有空格 }
标签:bsp nbsp blog pre gpo div class :hover 不能
1. 自身的hover
div :hover{ :hover前要有空格 }
2.hover指向子元素
father:hover .childer { :hover前不能有空格 }
3.hover指向相邻元素
.pre:hover +.nex { :hover前不能有空格 }
标签:bsp nbsp blog pre gpo div class :hover 不能
原文地址:https://www.cnblogs.com/wangrui38/p/8337201.html