Files
SEONexus/code/app/home/view/videoNuNu/public/video-panel.html
2025-11-13 23:44:21 +08:00

56 lines
2.8 KiB
HTML

<div class="stui-pannel stui-pannel-bg clearfix row">
{video:ranklistexp count="18" v_parent_category_en="$val.v_category_en" sort_type="weekly" d_key="key" d_val="Video" cache_life="3600"
export_name="arrVideoRankList" /}
<div class="stui-pannel-box clearfix">
<div class="stui-pannel_hd">
<div class="stui-pannel__head clearfix">
<a class="more text-muted pull-right"
href='{site:vciurl parent_category="$val.v_category_en" /}'>
更多
<i class="icon iconfont icon-more"></i>
</a>
<h2 class="title">
<img src="/static/img/loading.webp" class="lazyload-img" data-src="/template/videonunu/icon/{$val.v_category_en}.png">
<a href='{site:vciurl parent_category="$val.v_category_en" /}'>
{$val.v_category}
</a>
</h2>
<ul class="nav nav-text pull-right hidden-sm hidden-xs">
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
<li>
<a href='{site:vclurl parent_category="$val.v_category_en" category="$arrChildrenCategory.v_category_en" area="all" lang="all" year="all" order="all" page="1"}'
class="text-muted">
{$arrChildrenCategory.v_category}
</a>
<span class="split-line"></span>
</li>
{/foreach}
</ul>
</div>
</div>
<div class="stui-pannel_bd clearfix">
<div class="col-md-wide-2 col-xs-1 padding-0">
<div class="hidden-sm hidden-xs clearfix">
<ul class="col-xs-wide-100 stui-vodlist__rank col-pd clearfix">
{volist name="arrVideoRankList" id="Video" offset="0" length='8' key="key" }
{include file="public/video-list-phb" start="20"/}
{/volist}
</ul>
</div>
</div>
<div class="col-md-wide-8 col-xs-1 padding-0">
<ul class="stui-vodlist clearfix cs-list-r">
{video:list count="6" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key"
d_val="Video" cache_life="3600"}
{include file="public/video-list-shu" start="33" col-md="6" /}
{/video:list}
</ul>
</div>
</div>
<div class="stui-pannel_ft top-line visible-xs clearfix"><a class="text-muted"
href='{site:vciurl parent_category="$val.v_category_en" /}'>查看更多{$val.v_category}<i class="icon iconfont icon-more"></i></a></div>
</div>
</div>