爱站网站排名查询工具,工作临时工,域名注册商网站,seo对网店的作用有哪些:link 匹配所有未被点击的链接#xff1b;a:link{color:red}
:visited 匹配所有被点击的链接#xff1b;a:visited{color:red}
:hover 匹配鼠标悬停其上的E元素 a:hover{text-decoration:underline}
:active 匹配鼠标已经其上按下#xff0c;还没有释放的E元素 a:active{…:link 匹配所有未被点击的链接a:link{color:red}
:visited 匹配所有被点击的链接a:visited{color:red}
:hover 匹配鼠标悬停其上的E元素 a:hover{text-decoration:underline}
:active 匹配鼠标已经其上按下还没有释放的E元素 a:active{color:purple}
.box:hover{} 这是改变元素自己
.box:hover img{} 这是改变元素下面的img子元素
:before 在E元素内容前面插入内容 div:before{content:内容}
after 在E元素内容后面插入内容 p:after{content:内容} 复杂选择器优先级
从高到低顺序依次是ID选择器 class选择器
ID选择器个数不相等ID个数多的优先级高
ID选择器个数相等则看class个数
class个数相等在看tagName个数
行内样式 内部样式 外部样式 更多专业前端知识请上
【猿2048】www.mk2048.com