15 lines
646 B
HTML
15 lines
646 B
HTML
<article class="{$TpStyle.dom_prefix}-b2-box">
|
|
<a href="/detail/{$arrVideoTuijian.1.v_id}.html" class="{$TpStyle.dom_prefix}-b2-click">
|
|
<div class="{$TpStyle.dom_prefix}-b2-left">
|
|
<h3>{$arrVideoTuijian.1.v_name}</h3>
|
|
<span>最新热播上线,立即观看</span>
|
|
</div>
|
|
<div class="{$TpStyle.dom_prefix}-b2-right">
|
|
<img loading="lazy"
|
|
src="{site:cfg code='PUBLIC_COVER_DOMAIN' encode='false'/}{$arrVideoTuijian.1.v_pic}"
|
|
class="{$TpStyle.dom_prefix}-b2-thumb"
|
|
alt="{$arrVideoTuijian.1.v_name}">
|
|
</div>
|
|
</a>
|
|
</article>
|