html+csstable表格,内部线为1,每个单元格⼤⼩平均⼀致html代码
<table class="cjzytf_table" border="1">
<tr>
<th>111</th>
<th>2222</th>
<th>33333</th>
<th>44444)</th>
</tr>
<tr>
html表格元素<td>1111</td>
<td>2222</td>
<td>33333</td>
<td>444444</td>
</tr>
</table>
css代码
.cjzytf_table{
width: 98%;
text-align: center;
border-color: rgb(32, 82, 133);
border-collapse: collapse;
color: rgb(32, 82, 133);
font-family: "微软雅⿊";
letter-spacing: 3px;
table-layout: fixed;
}
.cjzytf_table th{
font-size: 20px;
padding: 15px 0;
}
.cjzytf_table td{
font-size: 18px;
padding: 15px 0;
}
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论