championRank.html 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
  6. <title>英雄数据榜</title>
  7. <meta content="" name="description"/>
  8. <meta content="" name="keywords"/>
  9. <link href="css/global.css" rel="stylesheet"/>
  10. <style>
  11. body { height: 527px; overflow: hidden; }
  12. </style>
  13. <!--[if IE 7]>
  14. <style>
  15. .heroRankCrumbs .fnMenu{margin-top:-23px;}
  16. </style>
  17. <![endif]-->
  18. <!--[if gt IE 6]><!-->
  19. <script type="text/javascript">
  20. !function(t){t.loadScript(["http://szhuodong.duowan.com/feq/lolbox/yy-f2e-header-lolbox.min"])}(function(){function t(t){var e=n(t);document.write(e)}function n(t){for(var n,r="",c=0;n=t[c];c++)r+=e(n);return r}function e(t){var n=[unescape("%3Cscript%20type%3D%22text/javascript%22%20src%3D%22"),"",unescape("%22%3E%3C/script%3E")],e=new Date;return e.setSeconds(0),e.setMilliseconds(0),e=e.getTime(),t+="?t_="+e,n[1]=t,n.join("")}return{loadScript:function(n){n&&n.length&&n instanceof Array&&t(n)}}}())
  21. </script>
  22. <!--<![endif]-->
  23. </head>
  24. <body scroll="no" style="overflow:hidden;">
  25. <div class="heroRankCrumbs">
  26. <a href="playerSearch.html">战绩查询</a>> 英雄数据榜
  27. <div class="fnMenu">
  28. <a class="icons back" href="javascript:history.back();"><i></i></a>
  29. <a class="icons refresh" href="javascript:location.reload();"><i></i></a>
  30. </div>
  31. </div>
  32. <div class="box heroRanksWrap">
  33. <div class="box-bd">
  34. <div class="mod-tabs clearfix">
  35. <div class="mod-tabs-bd hero-rank">
  36. <div class="mod-tabs-content">
  37. <div class="choose-type">
  38. <ul class="mod-tabs-trigger">
  39. <li class="selected" data-type="all">所有位置</li>
  40. <li data-type="up">上单</li>
  41. <li data-type="jungle">打野</li>
  42. <li data-type="mid">中单</li>
  43. <li data-type="adc">ADC</li>
  44. <li data-type="aux">辅助</li>
  45. </ul>
  46. <div class="search-input fr">
  47. <input class="text" id="searchKey" onfocus="javascript:if(this.value=='搜索英雄')this.value='';" type="text" value="搜索英雄">
  48. <i id="btnSearch">
  49. </i>
  50. </input>
  51. </div>
  52. </div>
  53. <div id="dataLists">
  54. <table border="0" cellpadding="0" cellspacing="0" class="m-rank-herotable" id="tablesorter" width="100%">
  55. <thead>
  56. <th width="60">排名</th>
  57. <th class="type2">英雄</th>
  58. <th width="120">位置</th>
  59. <th width="80">
  60. <div class="sort sort--down" data-ratio="win_ratio">胜率<i></i></div>
  61. </th>
  62. <th width="80">
  63. <div class="sort sort--up" data-ratio="use_ratio">登场率<i></i></div>
  64. </th>
  65. <th width="80">
  66. <div class="sort sort--up" data-ratio="ban_ratio">Ban选率<i></i></div>
  67. </th>
  68. </thead>
  69. </table>
  70. <div class="table-body">
  71. <table border="0" cellpadding="0" cellspacing="0" class="m-rank-herotable" width="100%">
  72. <thead style="display: none;">
  73. <th width="60">排名</th>
  74. <th class="type2">英雄</th>
  75. <th width="120">位置</th>
  76. <th width="80">
  77. <div class="sort sort--down" data-ratio="win_ratio">胜率<i></i></div>
  78. </th>
  79. <th width="80">
  80. <div class="sort sort--up" data-ratio="use_ratio">登场率<i></i></div>
  81. </th>
  82. <th width="80">
  83. <div class="sort sort--up" data-ratio="ban_ratio">Ban选率<i></i></div>
  84. </th>
  85. </thead>
  86. <tbody id="rankListBody">
  87. </tbody>
  88. </table>
  89. </div>
  90. </div>
  91. <div class="detail" id="rank-desc"></div>
  92. <div class="page-nav" id="pages">
  93. </div>
  94. </div>
  95. <div class="mod-tabs-content hide">
  96. </div>
  97. </div>
  98. </div>
  99. </div>
  100. </div>
  101. <script src="js/jquery-1.11.1.min.js"></script>
  102. <script src="js/jquery-migrate-1.2.1.min.js"></script>
  103. <script src="js/jquery.nicescroll.min.js"></script>
  104. <script src="js/underscore.js"></script>
  105. <script src="js/championRank.js"></script>
  106. <!--海度统计-->
  107. <script type="text/javascript">_hiido_no=0;_hiido_wid=["lbox"];</script>
  108. <script src="http://www.duowan.com/duowan.js" type="text/javascript"></script>
  109. <!--百度统计-->
  110. <script>
  111. var _hmt = _hmt || [];
  112. (function() {
  113. var hm = document.createElement("script");
  114. hm.src = "//hm.baidu.com/hm.js?72772dda37b1e926733138415981abcf";
  115. var s = document.getElementsByTagName("script")[0];
  116. s.parentNode.insertBefore(hm, s);
  117. })();
  118. </script>
  119. <!--[if gt IE 6]><!-->
  120. <!-- <script type="text/javascript">
  121. window.onerror = function(a,b,c){ return true};!function(t){t.loadScript(["http://szhuodong.duowan.com/feq/lolbox/yy-f2e-lolbox.min"])}(function(){function t(e,a){var n=a[e];if(n){e++;var o=document.createElement("script");o.type="text/javascript",o.setAttribute("async","async"),o.onload=o.onreadystatechange=function(){return o.readyState&&"complete"!==o.readyState&&"loaded"!==o.readyState?!1:(o.onload=o.onreadystatechange=null,void t(e,a))};var c=new Date;c.setSeconds(0),c.setMilliseconds(0),c=c.getTime(),o.async=!0,o.src=n+"?_="+c,document.getElementsByTagName("head")[0].appendChild(o)}}return{loadScript:function(e){e&&e.length&&e instanceof Array&&t(0,e)}}}());
  122. </script> -->
  123. <!--<![endif]-->
  124. </body>
  125. </html>