gpt4 book ai didi

css - 在 Chrome 中没有边框,但在 Firefox 中有

转载 作者:太空宇宙 更新时间:2023-11-04 15:51:32 26 4
gpt4 key购买 nike

我正在使用 Bootstrap 。你会在图片上看到我的麻烦

来自 Chrome 的屏幕:https://www.dropbox.com/s/1zi8eq7zposn6c9/chrome.png

来自 FireFox 的屏幕:https://www.dropbox.com/s/7mrxarypnsjb63d/firefox.png (抱歉,底部还有另一个带边框的 div)

我的HTML(我觉得没必要全部放在这里):

    <div class="row menu">
...
</div>

我的 CSS:

    .menu{
width:940px;
height: 30px;
border-width:0.5px;
border-top-style:solid;
border-bottom-style:solid;
border-color: grey;
padding:10px;
background-color: rgb(212,229,190);
}

最佳答案

由于我的评论有帮助,这里将解决方案作为官方答案。

问题是由于边框设置为半个像素而导致的舍入误差。通过使用至少 1px 的边框宽度,问题将消失(同时出现边框)。

关于css - 在 Chrome 中没有边框,但在 Firefox 中有,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11157647/

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