```html
table {
width: 100%;
bordercollapse: collapse;
marginbottom: 20px;
}
th, td {
border: 1px solid ddd;
padding: 8px;
textalign: left;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f2f2f2;
}
排名 | 球队 | 比赛场次 | 胜 | 平 | 负 | 进球数 | 失球数 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
1 | 国家A | 8 | 6 | 1 | 1 | 18 | 5 | 13 | 19 |
2 | 国家B | 8 | 5 | 2 | 1 | 15 | 6 | 9 | 17 |
3 | 国家C | 8 | 4 | 3 | 1 | 12 | 7 | 5 | 15 |