gpt4 book ai didi

css - Font Awesome 在手机上不显示

转载 作者:行者123 更新时间:2023-11-28 03:34:50 24 4
gpt4 key购买 nike

我创建了一个网站并将其上传到我的服务器上。我的问题是我使用了很棒的字体;在本地和 PC 上有效,但在移动设备上无效。我在 HTC 10 上的 Chrome 和 Mozilla 上进行了测试。

我的 CSS:

.back_to_top {
width: 30px;
height: 30px;
padding: 20px;
text-align: center;
font: normal normal normal 26px/1 FontAwesome;
-webkit-opacity: .5;
-moz-opacity: .5;
-ms-opacity: .5;
-o-opacity: .5;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
font-weight: 700;
color: #fff;
background-color: #f2735a;
border-radius: 50px;
-webkit-text-decoration: none;
-moz-text-decoration: none;
-ms-text-decoration: none;
-o-text-decoration: none;
text-decoration: none;
position: fixed;
bottom: 40px;
right: 40px;
display: none
}

.back_to_top:after {
content: '\f062';
vertical-align: middle
}

这是箭头 http://fontawesome.io/icon/arrow-up/

我的页面你可以试试:http://zakopane-rzadkosz.pl

最佳答案

如果您检查您的控制台,您将看到以下引用您的 CSS 文件的错误。

Failed to load resource: the server responded with a status of 404 (Not Found)

确保文件已上传并且 <link>标记指向正确的文件路径。

关于css - Font Awesome 在手机上不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44548620/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com