```html
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
border: 1px solid ddd;
padding: 8px;
textalign: center;
}
th {
backgroundcolor: f2f2f2;
}
排名 | 球队 | 比赛场次 | 胜场数 | 平场数 | 负场数 | 进球数 | 失球数 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
1 | 球队A | 30 | 20 | 5 | 5 | 60 | 30 | 30 | 65 |
2 | 球队B | 30 | 18 | 7 | 5 | 55 | 35 | 20 | 61 |