```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
h1 {
textalign: center;
}
table {
width: 100%;
bordercollapse: collapse;
}
th, td {
padding: 10px;
textalign: left;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f2f2f2;
}
排名 | 球队 | 场次 | 胜 | 平 | 负 | 进球数 | 失球数 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
1 | 球队A | 20 | 15 | 3 | 2 | 45 | 10 | 35 | 48 |
2 | 球队B | 20 | 14 | 4 | 2 | 40 | 12 | 28 | 46 |
3 | 球队C | 20 | 13 | 5 | 2 | 38 | 15 | 23 | 44 |