1 2 3 4 5 6 7 | table{ border-collapse : collapse ; } th, td{ border : 1px solid black ; } |
1 2 3 4 5 6 7 8 | th{ background-color : #333 ; color : white ; } td{ background-color : #eee ; } |
1 2 3 4 5 6 7 | table{ width : 100% ; } th, td{ text-align : center ; } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | table{ border-collapse : collapse ; width : 100% ; } th{ background-color : #333 ; color : white ; text-align : center ; } td{ background-color : #eee ; text-align : center ; border : 1px solid black ; } |
本文为翻滚的胖子原创文章,转载无需和我联系,但请注明来自猿教程iskeys.com