yylive.tmpl 526 B

1234567891011
  1. <% for(var i = 0; i < list.length; i++) { %>
  2. <li class="yylive-item">
  3. <a href="<%= list[i].url%>" target="_blank" class="item-hd" locid="<%= locid %>" pid="<%= pid %>">
  4. <img src="<%= list[i].img %>" alt="">
  5. <span class="item-mask"></span>
  6. <em class="item-num"><%= list[i].users %></em>
  7. </a>
  8. <a href="" target="_blank" class="item-bd" locid="<%= locid %>" pid="<%= pid %>"><%= list[i].desc %></a>
  9. </li>
  10. <% } %>
  11. <p class="list-more"><a href="<%= more %>" target="_blank">更多直播</a></p>