5,929
社区成员




```css
table {
border-collapse: collapse;
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
th, td {
text-align: left;
padding: 8px;
}
th {
background-color: #f8f9fa;
color: #666;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
```
这个只能是在查询的时候处理。