
乒乓球混合双打规则
```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
h1 {
textalign: center;
color: 333;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
border: 1px solid ddd;
padding: 10px;
textalign: center;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f9f9f9;
}
tr:hover {
backgroundcolor: f2f2f2;
}
乒乓球混合双打记录表
20240430 | 市体育馆 | 张三、李四 | 王五、赵六 | 3:2 |
20240425 | 学校体育馆 | 王五、小红 | 李四、小明 | 2:3 |
20240420 | 社区活动中心 | 张三、小明 | 小红、赵六 | 3:1 |