Files
SEONexus/code/app/home/view/videoLaoNiu/public/video-list-shu.html
2025-07-11 22:21:22 +08:00

28 lines
1.3 KiB
HTML

<li class="f88537 col-md-[col-md] col-sm-3 col-xs-2 pb-xs-0 ">
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}
<a class="b02e75 img-pic thumb pic60 "
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看"
>
<img class="lazyload-img" src="/static/img/loading.webp" data-src="{$Video.v_pic ?? ''}"
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
<span class="bb17e9 iconfont icon-play play hidden-xs"></span>
<span class="e31f51 score">{$Video.v_score}</span>
<span class="c1e321 vname">{$Video.v_name}</span>
<span class="c68e08 vtitle text-right">{$Video.v_remarks}</span>
</a>
<h3 class="ac00f9 name text-overflow">
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">{$Video.v_name}</a>
</h3>
<div class="e2a75d sname text-muted text-overflow hidden">
{volist name='$Video.v_actor' id='vo' key='index'}
{$vo}
&nbsp;
{/volist}
</div>
</li>