gpttemp
This commit is contained in:
17
code/app/home/view/videoGpt1/module/ranking/ranking_05.html
Normal file
17
code/app/home/view/videoGpt1/module/ranking/ranking_05.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<article class="{$TpStyle.dom_prefix}-r5-wrap">
|
||||
<header class="{$TpStyle.dom_prefix}-r5-top">
|
||||
<strong>飙升榜</strong>
|
||||
</header>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-r5-body">
|
||||
{volist name="arrVideoPiaofang" id="vo" offset="0" length="8"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-r5-line">
|
||||
<div class="{$TpStyle.dom_prefix}-r5-left">#{$i}</div>
|
||||
<div class="{$TpStyle.dom_prefix}-r5-right">
|
||||
<b>{$vo.v_name}</b>
|
||||
<p>热度提升中</p>
|
||||
</div>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</article>
|
||||
Reference in New Issue
Block a user