<table class="table-one">
<tr>
<th>时间</th>
<th>老师</th>
<th>课程名称</th>
<th>地点</th>
<th>点击报名</th>
</tr>
<tbody class="tableList">
<tr>
<td>时间</td>
<td>老师</td>
<td>课程名称</td>
<td>地点</td>
<td>点击报名</td>
</tr>
</tbody>
</table>
<style>
.table-one{
border-spacing: 0;
}
.table-one th{
width: 100px;
height: 36px;
border-bottom: 3px solid #005E77;
text-align: center;
font-size: 10px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #005E77;
}
.table-one td{
width: 100px;
height: 36px;
border-bottom: 1px solid #005E77;
text-align: center;
font-size: 10px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #000000;
}
</style>