浏览:天梯榜:美洲

这是本文档旧的修订版!


天梯榜:美洲

<html> <head> <script src=“lib/scripts/loadrank.js” type=“text/javascript”></script> <style type=“text/css”> html, body {

  margin: 0;
  padding: 0;

} body {

  background: #fff;
  font: 14px/1.5 "微软雅黑";

} a {

  text-decoration: none;

} table {

  width: 90%;
  border: 1px solid #c3dcf5;
  margin: 10px auto;
  border-collapse: collapse;/*合并单边框*/

} thead th {

  background: #ebf5ff;
  text-align: center;
  color: #5591be;

} td {

  color: #263d63;
  border: 1px solid #c3dcf5;
  padding: 4px 14px;
  text-align: center;

} /*方法一*/ /*tr.odd td {

  background-color: #f7fbff;

}**增加背景色,使得应用该规则的行表现出隔行换色的效果*/ /*方法二*/ tr:nth-of-type(even) { background-color: #ebf5ff; }/*设置偶数行背景色*/ tr:nth-of-type(odd) { background-color: #f7fbff; }/*设置奇数行背景色*/ </style> </head> <body> <table border=“1px” id=“tab”> <tr> <td scope=“col”><strong>排名</strong></td> <td scope=“col”><strong>胜点</strong></td> <td scope=“col”><strong>玩家名称</strong></td> </tr> </table> </body> </html>

请输入您的评论. 可以使用维基语法:
Z S I E​ F
 
  • 浏览/天梯榜/美洲.1641889465.txt.gz
  • 最后更改: 2022/01/11 16:24
  • yx5932