```html
body {
fontfamily: Arial, sansserif;
lineheight: 1.6;
backgroundcolor: f0f0f0;
padding: 20px;
}
h1 {
textalign: center;
color: 333;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
table, th, td {
border: 1px solid ccc;
}
th, td {
padding: 10px;
textalign: left;
}
th {
backgroundcolor: f2f2f2;
color: 333;
}
tr:nthchild(even) {
backgroundcolor: f9f9f9;
}
排名 | 球员 | 球队 | 总得分 |
---|---|---|---|
1 | LeBron James | Los Angeles Lakers | 35,367 |
2 | Kevin Durant | Brooklyn Nets | 25,665 |
3 | James Harden | Brooklyn Nets | 24,893 |
4 | Stephen Curry | Golden State Warriors | 21,497 |
5 | Russell Westbrook | Los Angeles Lakers | 21,037 |