gpttemp
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
|
||||
<section class="{$TpStyle.dom_prefix}-recD-section">
|
||||
<div class="{$TpStyle.dom_prefix}-recD-header">
|
||||
<h2 class="{$TpStyle.dom_prefix}-recD-caption">
|
||||
<span class="{$TpStyle.dom_prefix}-recD-dot"></span> 为你而选
|
||||
</h2>
|
||||
<span class="{$TpStyle.dom_prefix}-recD-more">好片不容错过</span>
|
||||
</div>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-recD-grid">
|
||||
{volist name="arrVideoRecommend" id="vo" offset="0" length="6"}
|
||||
<div class="{$TpStyle.dom_prefix}-recD-cell">
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-recD-cellLink">
|
||||
<div class="{$TpStyle.dom_prefix}-recD-thumbBox">
|
||||
<img
|
||||
loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
||||
alt="{$vo.v_name}"
|
||||
class="{$TpStyle.dom_prefix}-recD-thumb"
|
||||
>
|
||||
</div>
|
||||
<div class="{$TpStyle.dom_prefix}-recD-info">
|
||||
<p class="{$TpStyle.dom_prefix}-recD-infoName">{$vo.v_name}</p>
|
||||
{if !empty($vo.v_remarks)}
|
||||
<p class="{$TpStyle.dom_prefix}-recD-infoSub">{$vo.v_remarks}</p>
|
||||
{/if}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{/volist}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user