16 lines
676 B
HTML
16 lines
676 B
HTML
<section class="{$TpStyle.dom_prefix}-b1-wrap">
|
|
<a href="/detail/{$arrVideoTuijian.0.v_id}.html" class="{$TpStyle.dom_prefix}-b1-link">
|
|
<figure class="{$TpStyle.dom_prefix}-b1-figure">
|
|
<img loading="lazy"
|
|
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$arrVideoTuijian.0.v_pic}"
|
|
alt="{$arrVideoTuijian.0.v_name}"
|
|
class="{$TpStyle.dom_prefix}-b1-img">
|
|
|
|
<figcaption class="{$TpStyle.dom_prefix}-b1-cap">
|
|
<h2>{$arrVideoTuijian.0.v_name}</h2>
|
|
<p>热播精选 · 高清极速观看</p>
|
|
</figcaption>
|
|
</figure>
|
|
</a>
|
|
</section>
|