摘要: 传统表格布局之table标签排版总结: 默认样式: <style> table { max-width: 800px; border-spacing: 2px; border-collapse: initial; display: table; } table td { padding: 10px; 阅读全文
posted @ 2019-01-12 16:54 ziChin 阅读(10286) 评论(0) 推荐(0)