This commit is contained in:
make
2025-05-05 13:09:19 +08:00
parent cc61365c5d
commit 925000f736
9 changed files with 104 additions and 183 deletions

View File

@@ -9,10 +9,10 @@
<span class="pic-text text-right"></span>
</a>
<div class="stui-vodlist__detail">
<h2 class="title text-overflow">
<h3 class="title text-overflow">
<a
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}' title="{$Video.v_name}">{$Video.v_name}</a>
</h2>
</h3>
<div class="text text-overflow text-muted hidden-xs">
{$Video.v_description|raw}
</div>

View File

@@ -5,8 +5,8 @@
<div class="col-lg-wide-75 col-xs-1 padding-0">
<div class="stui-pannel_hd">
<div class="stui-pannel__head active bottom-line clearfix">
<a style="color: rgb(255, 0, 0);" class="more text-muted pull-right"
href='{site:vclurl class="$val.v_category_en" category="all" area="all" lang="all" year="all" order="all" page="1"/}'>更多<i
<a class="more text-muted pull-right"
href='{site:vclurl parent_category="$val.v_category_en" category="all" area="all" lang="all" year="all" order="all" page="1"/}'>更多<i
class="icon iconfont icon-more"></i></a>
<h3 class="title">
<img src="/template/videodadi/icon/icon_{$val.v_category_en}.png">
@@ -21,12 +21,12 @@
</div>
</div>
<ul class="stui-vodlist clearfix">
{video:list count="12" v_category="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
{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}
</ul>
<ul class="stui-vodlist__text col-pd clearfix hidden-xs">
{video:list count="12" v_category="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
{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}
</ul>
@@ -42,7 +42,7 @@
</div>
</div>
<ul class="stui-vodlist__text active col-pd clearfix">
{video:ranklist count="18"
{video:ranklist count="2"
v_category_en="$val.v_category_en"
sort_type="weekly"
d_key="key" d_val="Video" cache_life="86400"}