gpt4 book ai didi

jquery - 带边框的连续四个 div (25%)

转载 作者:太空宇宙 更新时间:2023-11-04 13:57:59 25 4
gpt4 key购买 nike

我试图用 4 个元素制作一条线,每个元素的宽度为 25%。所以我做到了,但是当我试图用边框放置一个元素时,一切都出错了,我无法让它工作。

这个想法就像图片一样,放在每个框的顶部,其余的是一个文本与其他文本。

第二张图片显示了默认浏览器中的布局。

http://jsfiddle.net/mtsys/wwvhL/2/

.box.container
{
height : 310px;
width : 25%;
float: left;
}

.box.interno
{
background-color: #babaca;
padding: 25px;
width:auto;
height:auto;
}

.box.item
{
height: 100%;
width: 100%;
border:thin solid black;

}

div width:25px for box

enter image description here

最佳答案

也许这会有所帮助:

-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */

关于jquery - 带边框的连续四个 div (25%),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21703272/

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