gpttemp
This commit is contained in:
15
code/app/home/view/videoGpt1/module/ranking/ranking_04.html
Normal file
15
code/app/home/view/videoGpt1/module/ranking/ranking_04.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class="{$TpStyle.dom_prefix}-r4-sec">
|
||||
<h3 class="{$TpStyle.dom_prefix}-r4-hd">人气榜单</h3>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-r4-grid">
|
||||
{volist name="arrVideoPiaofang" id="vo" offset="0" length="6"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-r4-card">
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
||||
class="{$TpStyle.dom_prefix}-r4-img"
|
||||
alt="{$vo.v_name}">
|
||||
<p class="{$TpStyle.dom_prefix}-r4-name">{$i}. {$vo.v_name}</p>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user