gpt4 book ai didi

html - Font awesome 5 svg 图标和文本在顶部垂直对齐

转载 作者:太空宇宙 更新时间:2023-11-04 06:47:40 24 4
gpt4 key购买 nike

我在 codepen 上有一个例子,code source并喜欢垂直对齐的图标和文本。有没有 JS 代码的好方法?我喜欢保持 li 元素和其他样式的行高。

最佳答案

添加 vertical-align: middle 到 svg 元素:

.svg-inline--fa.fa-li {
vertical-align: middle;
}

从现有的 .fa-li CSS 类中删除 position: abosolute,因为这会破坏布局并阻止 vertical-align: middle 正常工作

.fa-li {
/*left: -2em; */
position: relative;
text-align: center;
width: 2em;
line-height: 1.6;
}

关于html - Font awesome 5 svg 图标和文本在顶部垂直对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53157885/

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