此代码适用于除Mozilla Firefox之外的其他浏览器
<button type="button">
<a href="edit_teacher.php?edit=<?php echo $row['teach_id']; ?>">
<span class="glyphicon glyphicon-edit" style="font-size: 20px; color: green;">
</span>
</a>
</button>
答案 0 :(得分:0)
试试这个:它可能有用。
.glyphicon {
font-family: "Glyphicons Halflings" !important;
}