css優先級 css
a:hover{ color:#333!important; }
由於!important不建議用(緣由就很少說了) spa
a{ color:#333; }
所以若是你要設置a的默認顏色 code
能夠這樣設置 class
a:link{ color:#333; }