video-template-5

This commit is contained in:
make
2025-05-11 01:31:17 +08:00
parent 309c4ed098
commit dcde3b826c
40 changed files with 4166 additions and 1216 deletions

View File

@@ -1,9 +1,12 @@
<li class="col-md-4 col-sm-3 col-xs-1 padding-0">
<li class="col-md-6 col-xs-4 padding-0">
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}
<a class="top-line-dot text-overflow" href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}' title="{$Video.v_name}">
<span class="text-muted pull-right">{$Video.v_remarks}</span>
<a class="top-line-dot text-overflow"
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 ?? ''}免费高清电影在线观看">
<i class="icon iconfont icon-more pull-right text-muted"></i>
{$Video.v_name}
</a>
</a>
</li>