```html
body {
fontfamily: Arial, sansserif;
lineheight: 1.6;
margin: 20px;
}
h1 {
textalign: center;
color: 333;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
padding: 10px;
textalign: left;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
tr:hover {
backgroundcolor: f5f5f5;
}
年份 | 举办城市 | 金牌数 | 银牌数 | 铜牌数 | 总奖牌数 |
---|---|---|---|---|---|
2020 | 东京 | 33 | 28 | 22 | 83 |
2016 | 里约热内卢 | 34 | 28 | 29 | 91 |
2012 | 伦敦 | 31 | 27 | 23 | 81 |