```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 20px;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
padding: 10px;
textalign: left;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f2f2f2;
}
组别 | 球队1 | 球队2 | 球队3 | 球队4 |
---|---|---|---|---|
A 组 | 法国 | 葡萄牙 | 荷兰 | 瑞典 |
B 组 | 德国 | 西班牙 | 英格兰 | 意大利 |
C 组 | 比利时 | 克罗地亚 | 波兰 | 奥地利 |
D 组 | 瑞士 | 丹麦 | 捷克 | 土耳其 |