Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在列之间添加空间,但在两侧保持边框?见下图:
一种选择是使用border-spacingCSS 规则。像这样的东西:
border-spacing
table { border-spacing: 10px 0; }
这是一个简单的例子。
边框间距 css 属性将解决您的问题。
您可以使用border-spacing.
有关更多与表格相关的样式,您可以查看此http://www.w3.org/TR/CSS2/tables.html