Files
SEONexus/code/app/home/view/videoLaoNiu/public/video-panel.html
2025-05-19 13:19:08 +08:00

75 lines
4.2 KiB
HTML

<div class="c0490f layout-box">
<div class="ac085e box-title"><span class="e090e3 iconfont icon-mov"></span>
<h2>{$val.v_category} </h2>
<a class="ef634b box-more pull-right"
href='{site:vclurl parent_category="$val.v_category_en" category="all" area="all" lang="all" year="all" order="all" page="1"/}'>
更多<i> &gt;
</i>
</a>
<div class="a8c5af box-nav pull-right hidden-xs"></div>
</div>
<div class="fc3313 row">
<div class="dbb502 col-md-wide-25 pt-xs-0 hidden ">
<div class="fedbae box-title mb-xs-0 mt-xs-5 hidden-sm hidden-xs"><span
class="be626f title-lb pr-xs-5 ml-xs-5"></span>
<h2>{$val.v_category}周榜单</h2>
<a class="dfb71d box-more pull-right" href='{site:vrlurl parent_category="$val.v_category_en" category="all" sort_type="daily" page="1"/}'>更多<i>&gt;</i></a>
</div>
<div class="ecdc91 box-slide hidden hidden-sm hidden-xs swiper-fade swiper-initialized swiper-horizontal swiper-pointer-events"
id="box-slide-index" style="height:238px">
<div class="c56fb9 swiper-wrapper img-list" style="overflow: hidden; transition-duration: 0ms;"
id="swiper-wrapper-9e856310d7b2691e6" aria-live="off">
{video:ranklist count="1"
v_parent_category_en="$val.v_category_en"
sort_type="weekly"
d_key="key" d_val="Video" cache_life="3600"}
<div class="b29a65 swiper-slide swiper-slide-duplicate" data-swiper-slide-index="4">
<a class="e474a3 img-pic thumb swiper-lazy 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(&quot;/template/videolaoniu/images/pic.png&quot;);">
<img class="lazyload-img" src="/template/videolaoniu/images/pic.png" data-src="{$Video.v_pic ?? ''}"
alt="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
<span class="ed0f23 vtitle text-right">{$Video.v_remarks}</span>
<div class="fd7210 swiper-lazy-preloader"></div>
</a>
<div class="c27622 name text-overflow hidden">
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}' title="{$Video.v_name}">{$Video.v_name}</a>
</div>
<div class="a45e87 sname text-muted text-overflow hidden">
{volist name='$Video.v_actor' id='vo' key='index'}
{$vo}
&nbsp;
{/volist}
</div>
</div>
{/video:ranklist}
</div>
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
</div>
<ul class="cb7e0c txt-list txt-list-hot p-xs-0 hidden-sm hidden-xs">
{video:ranklist count="8"
v_parent_category_en="$val.v_category_en"
sort_type="weekly"
d_key="key" d_val="Video" cache_life="3600"}
{include file="public/video-list-phb" start="80"/}
{/video:ranklist}
</ul>
</div>
<div class="c5fe5e col-md-wide-75 col-xs-1 p-xs-0 ">
<ul class="f63186 img-list col-md-wide-12 col-sm-wide-1 col-xs-1 p-sm-0 p-xs-5">
{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="27" col-md="4"/}
{/video:list}
</ul>
</div>
</div>
</div>