css中如何去掉表格左右边框
怎么去掉左右的边框?当我加这两个属性的时候,中间的一条线也去除了。。。border-right:none;border-left:none;...
怎么去掉左右的边框?当我加这两个属性的时候,中间的一条线也去除了。。。border-right:none; border-left:none;
展开
3个回答
展开全部
你需要控制一下,
thead th:first-child{border-left:none;}
thead th:last-child{border-right:none;}
tbody td:first-child{border-left:none;}
tbody td:last-child{border-right:none;}
thead th:first-child{border-left:none;}
thead th:last-child{border-right:none;}
tbody td:first-child{border-left:none;}
tbody td:last-child{border-right:none;}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
table 外边套个div 加over-flow hidden 宽度小于table的边框 给table加margin -数就可以了
.right-top .warn div{
width: 276px;
overflow: hidden;
margin:0 auto;
}
.right-top .warn table{
width:280px;
margin-left:-2px;
}
.right-top .warn div{
width: 276px;
overflow: hidden;
margin:0 auto;
}
.right-top .warn table{
width:280px;
margin-left:-2px;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你要再table元素里添加
table {
border-right:none;
border-left:none;
}
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询