```html
table {
fontfamily: Arial, sansserif;
bordercollapse: collapse;
width: 100%;
}
th, td {
border: 1px solid dddddd;
textalign: left;
padding: 8px;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f2f2f2;
}
排名 | 球队 | 场次 | 积分 |
---|---|---|---|
1 | 球队A | 10 | 25 |
2 | 球队B | 10 | 23 |
3 | 球队C | 10 | 20 |
4 | 球队D | 10 | 18 |
5 | 球队E | 10 | 15 |