console
<div>
<table class="no_border">
<tr>
<th>人物</th>
<th>时间</th>
<th>地点</th>
<th>事件</th>
</tr>
<tr>
<td>糖心</td>
<td>1986-08-16</td>
<td>一座无名小岛</td>
<td>从小在小岛出生,直至死亡</td>
</tr>
<tr>
<td>糖心</td>
<td>1986-08-16</td>
<td>一座无名小岛</td>
<td>从小在小岛出生,直至死亡</td>
</tr>
<tr>
<td>糖心</td>
<td>1986-08-16</td>
<td>一座无名小岛</td>
<td>从小在小岛出生,直至死亡</td>
</tr>
<tr>
<td>糖心</td>
<td>1986-08-16</td>
<td>一座无名小岛</td>
<td>从小在小岛出生,直至死亡</td>
</tr>
<tr>
<td>糖心</td>
<td>1986-08-16</td>
<td>一座无名小岛</td>
<td>从小在小岛出生,直至死亡</td>
</tr>
</table>
</div>
table{
width:90%;
border-collapse: collapse;
border-spacing: 0;
}
table th{
text-align: left;
}
.no_border th{
padding:10px 12px 10px;
background-color: #f5f5f5;
}
.no_border td{
padding:14px 12px 14px;
line-height:1.6;
}
.no_border tr:nth-child(odd){
background-color: #f8f8f8;
}