```html
body {
fontfamily: Arial, sansserif;
lineheight: 1.6;
margin: 20px;
}
table {
width: 100%;
bordercollapse: collapse;
marginbottom: 20px;
}
table, th, td {
border: 1px solid ddd;
}
th, td {
padding: 10px;
textalign: left;
}
th {
backgroundcolor: f2f2f2;
}
排名 | 球队 | 比赛场次 | 胜 | 平 | 负 | 进球数 | 失球数 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
1 | 球队 A | 10 | 8 | 1 | 1 | 25 | 5 | 20 | 25 |
2 | 球队 B | 10 | 7 | 2 | 1 | 20 | 7 | 13 | 23 |
3 | 球队 C | 10 | 6 | 3 | 1 | 18 | 8 | 10 | 21 |