关于字体图标的显示以及在IE8下的兼容问题

Terry_li 2017-08-12 07:10:09
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link rel="stylesheet" href="bootstrap.min.css"/>
<link rel="stylesheet" href="font-awesome.min.css" />
<link rel="stylesheet" href="ace.min.css" />
</head>
<body>

<!-- Table -->
<table class="table table-striped table-bordered table-hover dataTable" id="companyTable" style="text-align: center;">
<thead>
<tr>
<th width="70" style="text-align: center;">编号</th>
<th width="152" style="text-align: center;">操作</th>
</tr>
</thead>
<tbody>
<tr>
<td>18678656787</td>
<td>
<div class="visible-md visible-lg hidden-sm hidden-xs btn-group">
<button class="btn btn-xs btn-info">
<i class="icon-edit bigger-120"></i>
</button>
<button class="btn btn-xs btn-info">
<i class="icon-remove bigger-120"></i>
</button>
</div>
</td>
</tr>
<tr>
<td>18678656987</td>
<td>
<div class="visible-md visible-lg hidden-sm hidden-xs btn-group">
<button class="btn btn-xs btn-info">
<i class="icon-edit bigger-120"></i>
</button>
<button class="btn btn-xs btn-info">
<i class="icon-remove bigger-120"></i>
</button>
</div>
</td>
</tr>

</tbody>
</table>
</body>
</html>

引入的css感觉没有问题,但是图标就是显示不出来,求指教
...全文
505 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
浪子回头8 2017-08-17
  • 打赏
  • 举报
回复
用图片兼容性好一些
Terry_li 2017-08-13
  • 打赏
  • 举报
回复
其他浏览器显示也不正常
IE的效果

谷歌的效果


二月十六 2017-08-12
  • 打赏
  • 举报
回复
其他浏览器可以吗?

61,112

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧