gpt4 book ai didi

css - 在字形图标上添加文本

转载 作者:太空宇宙 更新时间:2023-11-04 13:52:25 25 4
gpt4 key购买 nike

我希望文本以字形为中心。我尝试了几个 css 标签但没有成功。以下是我的 html

<table>
<tr>
<td rowspan="4">
<span class="glyphicon glyphicon-bookmark"></span>
<span>2</span>
</td>
<td>John Oliver</td>
</tr>
</table>

enter image description here

最佳答案

很抱歉最后一个答案。我想这就是你想要的。看看演示。

演示 http://jsfiddle.net/yhq3npxs/

HTML

  <div class="container">
<i class="glyphicon glyphicon-heart icon-size"></i>
<span class="badge shoppingBadge shoppingBadge-custom">5</span>
</div>

CSS

.icon-size {
font-size:60px;
}

.shoppingBadge-custom{
background: red;
position:absolute;
left:47px;
top:18px;
font-size:14px;
z-index: 3;
}

关于css - 在字形图标上添加文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32434815/

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