```html
body {
fontfamily: Arial, sansserif;
lineheight: 1.6;
color: 333;
backgroundcolor: f4f4f4;
padding: 20px;
}
.container {
maxwidth: 800px;
margin: auto;
background: fff;
padding: 20px;
borderradius: 8px;
boxshadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
table {
width: 100%;
bordercollapse: collapse;
marginbottom: 20px;
}
table, th, td {
border: 1px solid ddd;
padding: 8px;
textalign: center;
}
th {
backgroundcolor: f2f2f2;
}
th:firstchild, td:firstchild {
textalign: left;
}
h1 {
textalign: center;
}
排名 | 球队 | 比赛场次 | 胜 | 平 | 负 | 进球数 | 失球数 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
1 | XXX | 10 | 7 | 2 | 1 | 20 | 8 | 12 | 23 |
2 | YYY | 10 | 6 | 3 | 1 | 18 | 10 | 8 | 21 |
3 | ZZZ | 10 | 5 | 2 | 3 | 15 | 12 | 3 | 17 |
4 | AAA | 10 | 4 | 3 | 3 | 14 | 13 | 1 | 15 |
5 | BBB | 10 | 2 | 4 | 4 | 10 | 15 | 5 | 10 |
6 | CCC | 10 | 1 | 3 | 6 | 8 | 18 | 10 | 6 |
7 | DDD | 10 | 0 | 1 | 9 | 4 | 20 | 16 | 1 |
注:数据截止日期为XX年XX月XX日。