当我使用
<i class="fas fa-angle-down"></i>
它会显示一个向下的角度,但是当我将它添加到 css 时,它会显示一个表示错误的正方形,但控制台日志中没有任何内容。
.dropbtn:after {
font-family: "Font Awesome\ 5 Free";
content: "\f107";
position: absolute;
width: 100%;
left: 0;
text-align: center;
bottom: 4px;
line-height: 1;
}
我该如何解决这个问题?谢谢你。