gpttemp
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<div class="{$TpStyle.dom_prefix}-t5-wrap">
|
||||
<h3 class="{$TpStyle.dom_prefix}-t5-hd">热播风向标</h3>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-t5-lines">
|
||||
{volist name="arrVideoPiaofang" id="vo" offset="0" length="6"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-t5-line">
|
||||
<span class="{$TpStyle.dom_prefix}-t5-dot">●</span>
|
||||
<span class="{$TpStyle.dom_prefix}-t5-name">{$vo.v_name}</span>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user