gpttemp
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<section class="{$TpStyle.dom_prefix}-t1-block">
|
||||
<header class="{$TpStyle.dom_prefix}-t1-hd">
|
||||
<h3>热门排行</h3>
|
||||
</header>
|
||||
|
||||
<ol class="{$TpStyle.dom_prefix}-t1-list">
|
||||
{volist name="arrVideoPiaofang" id="vo" offset="0" length="5"}
|
||||
<li class="{$TpStyle.dom_prefix}-t1-row">
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-t1-a">
|
||||
<div class="{$TpStyle.dom_prefix}-t1-num">{$i}</div>
|
||||
<div class="{$TpStyle.dom_prefix}-t1-info">
|
||||
<span class="{$TpStyle.dom_prefix}-t1-name">{$vo.v_name}</span>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ol>
|
||||
</section>
|
||||
@@ -0,0 +1,15 @@
|
||||
<div class="{$TpStyle.dom_prefix}-t2-wrap">
|
||||
<h3 class="{$TpStyle.dom_prefix}-t2-title">热播精选</h3>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-t2-scroll">
|
||||
{volist name="arrVideoPiaofang" id="vo" offset="0" length="8"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-t2-card">
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
||||
alt="{$vo.v_name}"
|
||||
class="{$TpStyle.dom_prefix}-t2-img">
|
||||
<span>{$vo.v_name}</span>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,20 @@
|
||||
<article class="{$TpStyle.dom_prefix}-t3-area">
|
||||
<header class="{$TpStyle.dom_prefix}-t3-hd">
|
||||
<strong>热门热映</strong>
|
||||
</header>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-t3-list">
|
||||
{volist name="arrVideoPiaofang" id="vo" offset="0" length="6"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-t3-item">
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
||||
class="{$TpStyle.dom_prefix}-t3-pic"
|
||||
alt="{$vo.v_name}">
|
||||
<div class="{$TpStyle.dom_prefix}-t3-r">
|
||||
<h4>{$vo.v_name}</h4>
|
||||
<p>影片热度上涨,立即前往观看</p>
|
||||
</div>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</article>
|
||||
@@ -0,0 +1,19 @@
|
||||
<section class="{$TpStyle.dom_prefix}-t4-box">
|
||||
<h3 class="{$TpStyle.dom_prefix}-t4-tt">热门影视</h3>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-t4-grid">
|
||||
{volist name="arrVideoPiaofang" id="vo" offset="0" length="4"}
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-t4-card">
|
||||
<figure>
|
||||
<img loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
||||
class="{$TpStyle.dom_prefix}-t4-img"
|
||||
alt="{$vo.v_name}">
|
||||
<figcaption class="{$TpStyle.dom_prefix}-t4-cap">
|
||||
{$vo.v_name}
|
||||
</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
{/volist}
|
||||
</div>
|
||||
</section>
|
||||
@@ -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