```html
body {
fontfamily: Arial, sansserif;
lineheight: 1.6;
backgroundcolor: f4f4f4;
margin: 0;
padding: 20px;
}
h1 {
textalign: center;
color: 333;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
padding: 10px;
textalign: center;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f9f9f9;
}
排名 | 球队 | 场次 | 胜 | 平 | 负 | 进球 | 失球 | 净胜球 | 积分 |
---|---|---|---|---|---|---|---|---|---|
1 | 拜仁慕尼黑 | 30 | 24 | 4 | 2 | 70 | 20 | 50 | 76 |
2 | 多特蒙德 | 30 | 20 | 6 | 4 | 65 | 28 | 37 | 66 |
3 | RB莱比锡 | 30 | 18 | 8 | 4 | 58 | 25 | 33 | 62 |
4 | 勒沃库森 | 30 | 16 | 7 | 7 | 50 | 34 | 16 | 55 |
5 | 沙尔克04 | 30 | 14 | 5 | 11 | 42 | 38 | 4 | 47 |