链接
a:link{
color: red;
text-decoration: none;
background-color: red;
}
a:visited{
color: green;
}
a:hover{
color: blue;
}
a:active{
color: yellow;
}
a{
/* link 普通状态 未被访问的链接*/
/* visited 用户访问过的链接*/
/* hover 鼠标位于链接上方*/
/* active 链接被电击过的时刻*/

浙公网安备 33010602011771号