```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
h1 {
textalign: center;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
padding: 10px;
textalign: center;
border: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f2f2f2;
}
组别 | 1 | 2 | 3 | 4 |
---|---|---|---|---|
A组 | 1A | 2B | 3C | 4D |
B组 | 1B | 2A | 3D | 4C |
C组 | 1C | 2D | 3A | 4B |
D组 | 1D | 2C | 3B | 4A |