超链接CSS样式

a:link {
 font-weight: bold;
 text-decoration: none;
 color: #B7A5DF;
 }
a:visited {
 font-weight: bold;
 text-decoration: none;
 color: #D4CDDC;
 }
a:hover, a:active {
 text-decoration: underline;
 color: #9685BA;
 }

你可能感兴趣的:(css)