gpt4 book ai didi

css - 在 Jeet.gs 中打破 col() 和 span() 的边界

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

向使用 jeet.gs 中的 span() 或 col() 布局的元素添加边框会导致每个元素对于父容器而言太宽。

有办法解决这个问题吗?

codepen 中的一些示例。

http://codepen.io/aaaaargZombies/pen/yybYMZ

http://codepen.io/aaaaargZombies/pen/WbjQpK


<section>
<div>block1</div>
<div>block2</div>
<div>block3</div>
<div>block4</div>
<div>block5</div>
<div>block6</div>
</section>

edit()

section
center(800px)
text-align: center
div
span(1/3, cycle: 3)
margin-top: 5px
margin-bottom: 5px

edit()

section
center(800px)
text-align: center
div
span(1/3, cycle: 3)
margin-top: 5px
margin-bottom: 5px
border 1px dashed red

最佳答案

嗯,这是因为那些 div 有一个标准的盒子模型,并且边框宽度不包括在宽度 (33.(3)%) 中。如果你给他们 box-sizing: border-box 一切都会好起来的。

关于css - 在 Jeet.gs 中打破 col() 和 span() 的边界,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28012768/

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