This commit is contained in:
make
2025-05-05 16:26:35 +08:00
parent aa316f9a00
commit f827d86ee6
16 changed files with 299 additions and 267 deletions

View File

@@ -1,5 +1,8 @@
<li class="bottom-line-dot paihanban-ul-li">
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}
<?php $key ++ ?>
<a
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'

View File

@@ -1,5 +1,8 @@
<li class="bottom-line-dot paihanban-ul-li">
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}
<?php $key ++ ?>
<a
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'

View File

@@ -1,4 +1,7 @@
<li class="col-md-4 col-sm-3 col-xs-1 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}">

View File

@@ -1,4 +1,7 @@
<li>
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}
<a
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
class="text-muted">

View File

@@ -1,5 +1,9 @@
<li class="col-md-6 col-sm-4 col-xs-3">
<div class="stui-vodlist__box">
{if !empty($arrGrm[$key + [start]])}
{$arrGrm[$key+[start]]|raw}
{/if}
<a style="color: rgb(233, 93, 80); background-image: url(&quot;/static/img/default.jpg&quot;);"
class="stui-vodlist__thumb lazyload-bg" href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'

View File

@@ -1,4 +1,7 @@
<li class="col-md-4 col-sm-3 col-xs-1 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>
{$Video.v_name}

View File

@@ -1,4 +1,7 @@
<li class="col-md-4 col-sm-3 col-xs-1 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>{$Video.v_name}</a>

View File

@@ -11,23 +11,23 @@
<h3 class="title">
<img src="/template/videodadi/icon/icon_{$val.v_category_en}.png">
<a
href="">最新{$val.v_category}</a>
href="">最新{$val.v_category}{$val.v_category_en}</a>
</h3>
<ul class="nav nav-text pull-right hidden-sm hidden-xs">
{video:list count="3" v_category="$val.v_category_en" sort_type="tuijian" d_key="key" d_val="Video" cache_life="86400"}
{include file="public/video-list-shu-top-text" /}
{video:list count="3" v_parent_category_en="$val.v_category_en" sort_type="tuijian" d_key="key" d_val="Video" cache_life="86400"}
{include file="public/video-list-shu-top-text" start="60"/}
{/video:list}
</ul>
</div>
</div>
<ul class="stui-vodlist clearfix">
{video:list count="2" v_category="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
{include file="public/video-list-shu" /}
{video:list count="12" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
{include file="public/video-list-shu" start="27"/}
{/video:list}
</ul>
<ul class="stui-vodlist__text col-pd clearfix hidden-xs">
{video:list count="2" v_category="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
{include file="public/video-list-shu-end-text" /}
{video:list count="12" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
{include file="public/video-list-shu-end-text" start="70"/}
{/video:list}
</ul>
</div>
@@ -42,11 +42,11 @@
</div>
</div>
<ul class="stui-vodlist__text active col-pd clearfix">
{video:ranklist count="2"
v_category_en="$val.v_category_en"
{video:ranklist count="18"
v_parent_category_en="$val.v_category_en"
sort_type="weekly"
d_key="key" d_val="Video" cache_life="86400"}
{include file="public/video-list-phb" /}
{include file="public/video-list-phb" start="80"/}
{/video:ranklist}
</ul>