gpt4 book ai didi

css - float 按钮内的居中图标

转载 作者:行者123 更新时间:2023-11-27 23:42:59 24 4
gpt4 key购买 nike

如何让这个图标在 float 按钮中居中?

我试过了

display:inline-block;
text-align: center;
vertical-align: middle;

但是这些并没有解决问题。

.float {
position: fixed;
width: 56px;
height: 56px;
bottom: 24px;
right: 16px;
background-color: blue;
color: #FFF;
border-radius: 50px;
text-align: center;
box-shadow: 2px 2px 3px #999;
z-index: 1;
}

.my-float {
font-size: 24px;
z-index: 1;
}
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" />

<a href="#" class="float">
<i class="fa fa-plus my-float"></i>
</a>

最佳答案

尝试将以下规则添加到您的 float_addfloat_edit 按钮

display: flex;
justify-content: center;
align-items: center;

关于css - float 按钮内的居中图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56944253/

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