如何用CSS将表格边框改为1px长尾样式?
- 内容介绍
- 文章标签
- 相关推荐
本文共计34个文字,预计阅读时间需要1分钟。
`表格边框合并效果+//表格中设置如下属性使td留出1px间距并显示背景色+.table{background: ...}`
//table中设置如下属性使td留下1px间距显示background-color ...... .table{ background:#dcdcdc; td{ background: #ffffff; } }
本文共计34个文字,预计阅读时间需要1分钟。
`表格边框合并效果+//表格中设置如下属性使td留出1px间距并显示背景色+.table{background: ...}`
//table中设置如下属性使td留下1px间距显示background-color ...... .table{ background:#dcdcdc; td{ background: #ffffff; } }

