gpttemp
This commit is contained in:
18
code/app/home/view/videoGpt1/module/ranking/ranking_02.html
Normal file
18
code/app/home/view/videoGpt1/module/ranking/ranking_02.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<article class="{$TpStyle.dom_prefix}-r2-block">
|
||||
<header class="{$TpStyle.dom_prefix}-r2-hd">热播榜</header>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-r2-list">
|
||||
{volist name="arrVideoPiaofang" id="vo" offset="0" length="6"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-r2-item">
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
||||
class="{$TpStyle.dom_prefix}-r2-img"
|
||||
alt="{$vo.v_name}">
|
||||
<div class="{$TpStyle.dom_prefix}-r2-info">
|
||||
<h4>{$vo.v_name}</h4>
|
||||
<p>热度上升中 → 点击查看</p>
|
||||
</div>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</article>
|
||||
Reference in New Issue
Block a user