s7talent.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  6. <meta name="renderer" content="webkit">
  7. <meta name="description" content="">
  8. <title>英雄联盟S7英雄天赋</title>
  9. <link rel="stylesheet" href="css/jquery.jscrollpane.css"/>
  10. <link rel="stylesheet" href="css/talent.css">
  11. <!--[if lt IE 9]><script type="text/javascript" src="http://a.dwstatic.com/huya/main/lib/html5shiv.js"></script><![endif]-->
  12. <script src="http://lol.duowan.com/s/s7talent/data.js"></script>
  13. <script src="js/jq_ud_mod.js" ></script>
  14. <script src="js/shim.js"></script>
  15. <script src="js/s7talent/calculator.js"></script>
  16. <script src="js/s7talent/index.js"></script>
  17. </head>
  18. <body>
  19. <div class="main">
  20. <div class="M_wrap">
  21. <p id="errTips" class="tips">天赋数据获取失败!</p>
  22. <div class="wrap_bg">
  23. <div id="talentList">
  24. <ul id="talentListCon"class="talentList"></ul>
  25. </div>
  26. </div>
  27. </div>
  28. <div id="sucTips" class="M_layer_tips" >
  29. <em class="ico_success"></em>
  30. 应用成功!
  31. </div>
  32. <div id="submitTips" class="M_layer_tips">
  33. 应用中...
  34. </div>
  35. <script id="contentTemp" type="text/template">
  36. <li class="talentItem">
  37. <div class="itemCont">
  38. <h6 class="name">{ talent_title }</h6>
  39. <div class="medalList">
  40. <span class="ico"><i class="ico_1"></i><em class="meda1"></em></span>
  41. <span class="ico"><i class="ico_2"></i><em class="meda2"></em></span>
  42. <span class="ico"><i class="ico_3"></i><em class="meda3"></em></span>
  43. </div>
  44. </div>
  45. <div class="optPanel">
  46. <a class="btn btn_apply" href="lolbox://herotalent_apply/">应用</a>
  47. <a class="btn btn_check">查看天赋<i class="arrow"></i></a>
  48. </div>
  49. <div class="spreadArea tallent__con">
  50. <div class="tallent__head">
  51. </div>
  52. </div>
  53. </li>
  54. </script>
  55. </div>
  56. </body>
  57. </html>