gpt4 book ai didi

css - 如何在图标上显示数字?

转载 作者:行者123 更新时间:2023-11-28 08:58:27 25 4
gpt4 key购买 nike

我使用 Font-Awesome 来显示图标。现在我想在它旁边的图标上添加一个数字。我该怎么做?

<i class="fa fa-calendar-o text-info">10</i>

如果这样做,图标旁边会出现 10。怎么会像鼠标悬停图标?

最佳答案

喜欢 zimorok 的答案,试试这个 http://jsfiddle.net/Lm8vdg8u/2/

<div id="calendar">
<span class="day">10</span>
<i class="fa fa-calendar-o fa-3x text-info"></i>
</div>

CSS

#calendar .day{
position: absolute;
z-index: -9999;
top: 30px;
left: 21px;
}

关于css - 如何在图标上显示数字?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27031641/

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