去除a标签所有默认样式

8,442 阅读1分钟
a,a:link,a:visited,a:hover,a:active{
    text-decoration: none;
    color:inherit;
}