答案 0 :(得分:1)
使用fryd-viewer-wrapper:hover:before
a:before {
font-family: 'Font Awesome 5 Free';
content: "\f008";
font-weight: 900;
}
a:hover:before {
color:red;
}

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<a>Try me</a>
&#13;