5,941
社区成员
发帖
与我相关
我的任务
分享
```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;
}
```
这个只能是在查询的时候处理。