2023年8月26日

普通表格table样式美化

摘要: ```css table { width: 100%; border-collapse: collapse; border-spacing: 0; empty-cells: show; border: 1px solid #e9e9e9; } table th { background: #f7f7 阅读全文

posted @ 2023-08-26 16:59 小馬過河﹎ 阅读(227) 评论(0) 推荐(0)

导航