gpttemp
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
|
||||
<section class="{$TpStyle.dom_prefix}-recB-wrap">
|
||||
<div class="{$TpStyle.dom_prefix}-recB-head">
|
||||
<span class="{$TpStyle.dom_prefix}-recB-label">口碑佳作</span>
|
||||
<h2 class="{$TpStyle.dom_prefix}-recB-title">好评推荐</h2>
|
||||
</div>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-recB-scroll">
|
||||
{volist name="arrVideoRecommend" id="vo" offset="0" length="10"}
|
||||
<article class="{$TpStyle.dom_prefix}-recB-card">
|
||||
<a href="/detail/{$vo.v_id}.html" class="{$TpStyle.dom_prefix}-recB-anchor">
|
||||
<figure class="{$TpStyle.dom_prefix}-recB-figure">
|
||||
<img
|
||||
loading="lazy"
|
||||
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$vo.v_pic}"
|
||||
alt="{$vo.v_name}"
|
||||
class="{$TpStyle.dom_prefix}-recB-img"
|
||||
>
|
||||
</figure>
|
||||
<div class="{$TpStyle.dom_prefix}-recB-meta">
|
||||
<h3 class="{$TpStyle.dom_prefix}-recB-name">{$vo.v_name}</h3>
|
||||
{if !empty($vo.v_remarks)}
|
||||
<p class="{$TpStyle.dom_prefix}-recB-info">{$vo.v_remarks}</p>
|
||||
{/if}
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
{/volist}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user