101 lines
5.7 KiB
HTML
101 lines
5.7 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="/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-4 col-xs-1 padding-0">
|
|
<div class="carousel carousel_default carousel_default2 col-pd is-draggable" style="height: 250px;"
|
|
tabindex="0">
|
|
|
|
{volist name="arrVideoRankList" id="Video" offset="-1" length='1' key="key" }
|
|
|
|
<div class="wide is-selected" >
|
|
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
|
|
class="stui-vodlist__thumb active lazyload-bg"
|
|
data-src="{$Video.v_pic ?? ''}"
|
|
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看"
|
|
style="background-image: url(/template/videolaoniu/images/pic.png) no-repeat; background-position:50% 50%; background-size: cover; padding-top: 65%;">
|
|
<span class="play hidden-xs"></span>
|
|
<span class="pic-tag pic-tag-h">Top1</span>
|
|
<span class="pic-text pic-text-silde text-center">{$Video.v_name}</span>
|
|
</a>
|
|
</div>
|
|
{/volist}
|
|
</div>
|
|
|
|
<div class="hidden-sm hidden-xs clearfix">
|
|
<ul class="col-xs-wide-45 stui-vodlist col-pd clearfix">
|
|
{volist name="arrVideoRankList" id="Video" offset="0" length='1' key="key" }
|
|
<li>
|
|
<a class="stui-vodlist__thumb lazyload-bg"
|
|
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 ?? ''}免费高清电影在线观看"
|
|
data-src="{$Video.v_pic ?? ''}"
|
|
style="background-image: url("/template/videolaoniu/images/pic.png");">
|
|
<img class="lazyload-img" src="/template/videolaoniu/images/pic.png" style="display: none;"
|
|
data-src="{$Video.v_pic ?? ''}"
|
|
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
|
<span class="play active hidden-xs"></span>
|
|
<span class="pic-tag pic-tag-h">Top2</span>
|
|
</a>
|
|
</li>
|
|
{/volist}
|
|
</ul>
|
|
<ul class="col-xs-wide-55 stui-vodlist__rank col-pd clearfix">
|
|
{volist name="arrVideoRankList" id="Video" offset="1" length='16' key="key" }
|
|
{include file="public/video-list-phb" start="20"/}
|
|
{/volist}
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-wide-6 col-xs-1 padding-0">
|
|
<ul class="stui-vodlist clearfix">
|
|
{video:list count="12" 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="4/}
|
|
{/video:list}
|
|
</ul>
|
|
|
|
<!-- <ul class="stui-vodlist__text col-pd hidden-xs clearfix">
|
|
{video:list count="12" 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-text" start="45" /}
|
|
{/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>
|