gpttemp
This commit is contained in:
15
code/app/home/view/videoGpt1/module/ranking/ranking_03.html
Normal file
15
code/app/home/view/videoGpt1/module/ranking/ranking_03.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<section class="{$TpStyle.dom_prefix}-r3-area">
|
||||
<h3 class="{$TpStyle.dom_prefix}-r3-tt">趋势排行 TOP10</h3>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-r3-rows">
|
||||
{volist name="arrVideoPiaofang" id="vo" offset="0" length="10"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-r3-row">
|
||||
<span class="{$TpStyle.dom_prefix}-r3-l">{$i}</span>
|
||||
<div class="{$TpStyle.dom_prefix}-r3-m">
|
||||
{$vo.v_name}
|
||||
</div>
|
||||
<span class="{$TpStyle.dom_prefix}-r3-r">★</span>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user