```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
h1 {
textalign: center;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
border: 1px solid ddd;
padding: 8px;
textalign: center;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f2f2f2;
}
年份 | 赛事 | 冠军 | 亚军 | 季军 |
---|---|---|---|---|
1981 | 世界杯 | 中国 | 日本 | 美国 |
1982 | 世锦赛 | 中国 | 苏联 | 日本 |
1984 | 洛杉矶奥运会 | 中国 | 美国 | 日本 |
2004 | 雅典奥运会 | 中国 | 俄罗斯 | 古巴 |
2016 | 里约奥运会 | 中国 | 塞尔维亚 | 美国 |