gpt4 book ai didi

css - 浏览器之间 div 中文本垂直对齐方式的差异

转载 作者:行者123 更新时间:2023-11-28 12:53:02 24 4
gpt4 key购买 nike

我的 html 中有一个 div,如下所示:

<div class="questInfo">
<div class="questBounty">100</div>
</div>

和 CSS:

.questInfo {
background-color: #fcfcfb;
padding: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
position: relative;
}

.questBounty {
position: absolute;
right: 10px;
font-family: 'Helvetica';
font-weight: bold;
background-color: #ffedcc;
font-size: 40px;
padding: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
border: 1px solid #808080;
}

当我在 Safari 中查看此内容时,如我所愿,我得到以下信息:

safari

但在 Firefox 中,文本似乎被推高了:

firefox

我应该设置一些属性来实现前者吗?

A fiddle.

谢谢。

最佳答案

我真的不认为这可以解决,但尝试添加-moz- 在你的 CSS 中那就是对 Firefox 的支持

-moz-边界半径

-WebKit - 已经支持 safari 所以我认为这应该支持 Firefox

关于css - 浏览器之间 div 中文本垂直对齐方式的差异,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16774911/

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