这段代码有什么问题?css无法正常工作
<style type="text/css">
.mail a:link {
color: grey;
}
.mail a:visited {
color: grey;
}
.mail a:hover {
color: white;
}
</style>
<a class="mail" href="mailto:astark1@unl.edu">E-mail: suporte@web.pt</a>
Run Code Online (Sandbox Code Playgroud)