gpt4 book ai didi

html - Div表行边框?

转载 作者:技术小花猫 更新时间:2023-10-29 12:35:33 24 4
gpt4 key购买 nike

我正尝试在我的网站上使用 div 创建类似表格的结构,但在边框方面遇到了一些困难。我希望有一条水平线分隔每一行,但是在设置为 table-row 的 div 上使用 border 似乎没有效果。我究竟做错了什么?感谢您的帮助!

<div class="table">
<div class="row">
<div class="cell">
<p>Blah blah</p>
</div>
<div class="cell">
<p>Blah blah</p>
</div>
<div class="cell">
<p>Blah blah</p>
</div>
</div>
</div>

.table {
display: table;
width: 100%;
}

.row {
display: table-row;
border-bottom: 1px solid black;
}

.cell {
display: table-cell;
width: 33%;
}

最佳答案

如果你想在 .row.

关于html - Div表行边框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5542418/

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