gpt4 book ai didi

CSS 边框在 Chrome 中被截断

转载 作者:太空宇宙 更新时间:2023-11-04 04:08:16 30 4
gpt4 key购买 nike

在 chrome 中,我的图像边框在右侧被切断 enter image description here

但在其他浏览器中它看起来不错它只发生在 Chrome 中。有什么解决办法吗?这是网站的实时版本 http://www.blackrockshooter.nu

最佳答案

CSS:

.box-images img {
box-sizing: border-box; /* add this */
-moz-box-sizing: border-box; /* Firefox */
-webkit-box-sizing: border-box; /* Older Webkit browsers */

border: 3px solid #1f5bbb;
float: left;
padding: 5px;
}

Information on box-sizing

关于CSS 边框在 Chrome 中被截断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21071051/

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