_index.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="edge">
  6. <meta name="renderer" content="webkit">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <meta name="Keywords" content="多玩游戏">
  9. <meta name="description" content="">
  10. <title> 多玩游戏 </title>
  11. <link href="css/global.css" rel="stylesheet">
  12. </head>
  13. <body>
  14. <input type="hidden" id="duowan.articleid" value="$articleid" />
  15. <input type="hidden" id="duowan.channelid" value="$channelid" />
  16. <input type="hidden" id="duowan.title" value="$title" />
  17. <input type="hidden" id="duowan.url" value="$data.getUrl($articleid)" />
  18. <div class="vote-system vote-system__background" data-role="vote-system">
  19. <div class="vote-system__hd">
  20. <p class="vote-system__tit">看完本文后有何评价?已有<em class="vote-system__color">1</em>人评价,点选表情后可看到其他玩家的表态。</p>
  21. </div>
  22. <div class="vote-system__bd">
  23. <table class="vote-system__opts">
  24. <tbody>
  25. <tr>
  26. <td class="vote-system__opt">
  27. <div class="vote-system__result">
  28. <div class="vote-system__chart vote-system__forecolor" style="height:100%">
  29. <span class="vote-system__value">5</span>
  30. </div>
  31. </div>
  32. <img src="http://art.yypm.com/50x50x1" class="vote-system__img"/>
  33. </td>
  34. <td class="vote-system__opt">
  35. <div class="vote-system__result">
  36. <div class="vote-system__chart vote-system__forecolor" style="height:50%">
  37. <span class="vote-system__value">5</span>
  38. </div>
  39. </div>
  40. <img src="http://art.yypm.com/50x50x2" class="vote-system__img"/>
  41. </td>
  42. <td class="vote-system__opt">
  43. <div class="vote-system__result">
  44. <div class="vote-system__chart vote-system__forecolor" style="height:0%">
  45. <span class="vote-system__value">999999</span>
  46. </div>
  47. </div>
  48. <img src="http://art.yypm.com/50x50x3" class="vote-system__img"/>
  49. </td>
  50. </tr>
  51. <tr>
  52. <td>
  53. <span class="vote-system__txt">牛顶</span>
  54. </td>
  55. <td>
  56. <span class="vote-system__txt">鄙视鄙视鄙视</span>
  57. </td>
  58. <td>
  59. <span class="vote-system__txt">膜拜</span>
  60. </td>
  61. </tr>
  62. <tr>
  63. <td>
  64. <i class="vote-system__btn"></i>
  65. </td>
  66. <td>
  67. <i class="vote-system__btn vote-system__btn--selected"></i>
  68. </td>
  69. <td>
  70. <i class="vote-system__btn"></i>
  71. </td>
  72. </tr>
  73. </tbody>
  74. </table>
  75. <div class="vote-system__aside">
  76. <div class="vote-system__like">
  77. <p class="vote-system__total">999999票</p>
  78. <p class="vote-system__ding vote-system__forecolor">我顶!</p>
  79. <p class="vote-system__share"><a href="#">[与更多人共享]</a></p>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. <script src="http://news.duowan.com/s/i/vote2.js" type="text/javascript"></script>
  85. <script src="http://news.duowan.com/s/i/xpath2.js" type="text/javascript"></script>
  86. </body>
  87. </html>