123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="edge">
- <meta name="renderer" content="webkit">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="Keywords" content="多玩游戏">
- <meta name="description" content="">
- <title> 多玩游戏 </title>
- <link href="css/global.css" rel="stylesheet">
- </head>
- <body>
- <input type="hidden" id="duowan.articleid" value="$articleid" />
- <input type="hidden" id="duowan.channelid" value="$channelid" />
- <input type="hidden" id="duowan.title" value="$title" />
- <input type="hidden" id="duowan.url" value="$data.getUrl($articleid)" />
- <div class="vote-system vote-system__background" data-role="vote-system">
- <div class="vote-system__hd">
- <p class="vote-system__tit">看完本文后有何评价?已有<em class="vote-system__color">1</em>人评价,点选表情后可看到其他玩家的表态。</p>
- </div>
- <div class="vote-system__bd">
- <table class="vote-system__opts">
- <tbody>
- <tr>
- <td class="vote-system__opt">
- <div class="vote-system__result">
- <div class="vote-system__chart vote-system__forecolor" style="height:100%">
- <span class="vote-system__value">5</span>
- </div>
- </div>
- <img src="http://art.yypm.com/50x50x1" class="vote-system__img"/>
- </td>
- <td class="vote-system__opt">
- <div class="vote-system__result">
- <div class="vote-system__chart vote-system__forecolor" style="height:50%">
- <span class="vote-system__value">5</span>
- </div>
- </div>
- <img src="http://art.yypm.com/50x50x2" class="vote-system__img"/>
- </td>
- <td class="vote-system__opt">
- <div class="vote-system__result">
- <div class="vote-system__chart vote-system__forecolor" style="height:0%">
- <span class="vote-system__value">999999</span>
- </div>
- </div>
- <img src="http://art.yypm.com/50x50x3" class="vote-system__img"/>
- </td>
- </tr>
- <tr>
- <td>
- <span class="vote-system__txt">牛顶</span>
- </td>
- <td>
- <span class="vote-system__txt">鄙视鄙视鄙视</span>
- </td>
- <td>
- <span class="vote-system__txt">膜拜</span>
- </td>
- </tr>
- <tr>
- <td>
- <i class="vote-system__btn"></i>
- </td>
- <td>
- <i class="vote-system__btn vote-system__btn--selected"></i>
- </td>
- <td>
- <i class="vote-system__btn"></i>
- </td>
- </tr>
- </tbody>
- </table>
- <div class="vote-system__aside">
- <div class="vote-system__like">
- <p class="vote-system__total">999999票</p>
- <p class="vote-system__ding vote-system__forecolor">我顶!</p>
- <p class="vote-system__share"><a href="#">[与更多人共享]</a></p>
- </div>
- </div>
- </div>
- </div>
- <script src="http://news.duowan.com/s/i/vote2.js" type="text/javascript"></script>
- <script src="http://news.duowan.com/s/i/xpath2.js" type="text/javascript"></script>
- </body>
- </html>
|