gpt4 book ai didi

html - 表格内的幻影边框 Css

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

我有一个表中表,并且有这些幻影边框。在我的一生中,我尝试了很多方法来消除这些多余的空间,但我不知道如何摆脱它们。查看jsfiddle

body{
background: #ddd;
}
.outterTbl{
border-collapse: collapse;
border-spacing: 0px;
background: green;
}
.outterTbl th{
background: black;
color: white;
}
.outterTbl td{
margin: 0px;
border-spacing: 0px;
border: none;
}
.innerTbl{
border-collapse: collapse;
border-spacing: 0px;
text-align: center;
}
.innerTbl th{
background: #3399cc;
color: white;
}
.innerTbl tr:nth-child(odd) {
background: white;
}
.innerTbl tr:nth-child(even){
background: #9ccde5;
}

最佳答案

添加

padding: 0px;

到外层 td 就可以了

jsfiddle

关于html - 表格内的幻影边框 Css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17053269/

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