table边框融合效果 //table中设置如下属性使td留下1px间距显示background-color ...... .table{ background:#dcdcdc; td{ background: #ffffff; }}
//table中设置如下属性使td留下1px间距显示background-color
......
.table{
background:#dcdcdc;
td{
background: #ffffff;
}
}
