发布网友 发布时间:2022-05-06 00:17
共2个回答
热心网友 时间:2022-04-21 11:44
<style>
.redcircle { position: relative; margin: auto; width: 8px; height: 8px; background: #FF0000; border-radius: 50%; border: 1px solid #FF6347;}
</style>
<table>
<tr> <th>服务器</th> <th>状态</th> <th>CPU</th> <th>MEM</th> </tr>
<tr> <td>game1</td> <td><div class="redcircle"></div></td> <td>10</td> <td>22</td> </tr>
</table>
热心网友 时间:2022-04-21 13:02
你这个代码写的一看就不是做前端的