level_a.html 650 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <include file="appapi@head"/>
  5. <title>主播等级说明</title>
  6. <link href='__STATIC__/appapi/css/level.css?t=1540809470' rel="stylesheet" type="text/css" >
  7. </head>
  8. <body>
  9. <div class="line10"></div>
  10. <div class="explain">
  11. <div class="list">
  12. <table>
  13. <tr>
  14. <th>主播等级</th>
  15. <th>经验值</th>
  16. <th>等级标识</th>
  17. </tr>
  18. <volist name="list" id="v">
  19. <tr>
  20. <td>M{$v['levelid']}</td>
  21. <td>{$v['level_up']}</td>
  22. <td><img src="{$v['thumb']}"></td>
  23. </tr>
  24. </volist>
  25. </table>
  26. </div>
  27. </div>
  28. <include file="appapi@footer"/>
  29. </body>
  30. </body>
  31. </html>