小米案例必须会。

id选择器 > class选择器 > 标签选择器

hover是伪类优先级与class相同。

a:link{

}(未被点击时的)

a:visited{

}(点击过后)

a:active{

}(点击时的)