index
1
code/.gitignore
vendored
@@ -11,3 +11,4 @@ Thumbs.db
|
||||
/.project
|
||||
**/*bbc*/**
|
||||
/public/public/fu/env.js
|
||||
/public/static/id/*
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
{block name="get-data"}
|
||||
|
||||
{video:listexp count="9" sort_type="tuijian" d_key="key" d_val="Video" cache_life="3600" export_name="arrVideoTuijian"
|
||||
{video:listexp count="6" sort_type="tuijian" d_key="key" d_val="Video" cache_life="3600" export_name="arrVideoTuijian"
|
||||
/}
|
||||
{video:listexp count="9" sort_type="piaofang" d_key="key" d_val="Video" cache_life="3600"
|
||||
{video:listexp count="6" sort_type="piaofang" d_key="key" d_val="Video" cache_life="3600"
|
||||
export_name="arrVideoPiaofang" /}
|
||||
|
||||
{site:grm page_code="h5_index" diff="0" num="100" g_key="arrGrm" /}
|
||||
@@ -136,6 +136,18 @@ export_name="arrVideoPiaofang" /}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="movie-tuijian-list">
|
||||
{ad:list code="INDEX_TOP_GUANG_GAO" order="rand" limit="3" id="Ad"}
|
||||
<a class="movei-tuijian-item" href="{site:vurl v_id='$Ad.gg_sort' v_py='$Ad.gg_tiao_zhuan_di_zhi'/}" >
|
||||
<div>
|
||||
<img src="/static/img/loading.webp" class="lazyload-img video-cover" data-src="{$Ad.gg_tu_pian}" alt="{$Ad.gg_wen_zi}">
|
||||
<img src="/static/img/play.png" class="video-play-btn" alt="">
|
||||
</div>
|
||||
<h3>{$Ad.gg_wen_zi}</h3>
|
||||
</a>
|
||||
{/ad:list}
|
||||
</div>
|
||||
|
||||
<h1 class="view-title">
|
||||
<a href="/">{$DomainModel->d_name}</a>-{$DomainModel->d_text_logo}
|
||||
</h1>
|
||||
@@ -152,7 +164,7 @@ export_name="arrVideoPiaofang" /}
|
||||
<div class="myui-panel_bd clearfix">
|
||||
<ul class="myui-vodlist clearfix">
|
||||
{foreach $arrVideoPiaofang as $key=>$Video }
|
||||
{include file="public/video-list-shu-pf" start="0" col-lg="9"/}
|
||||
{include file="public/video-list-shu-pf" start="0" col-lg="6"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
@@ -170,7 +182,7 @@ export_name="arrVideoPiaofang" /}
|
||||
<div class="myui-panel_bd clearfix">
|
||||
<ul class="myui-vodlist clearfix cs-list-r">
|
||||
{foreach $arrVideoTuijian as $key=>$Video }
|
||||
{include file="public/video-list-shu" start="10" col-lg="9"/}
|
||||
{include file="public/video-list-shu" start="10" col-lg="6"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
@@ -183,77 +195,6 @@ export_name="arrVideoPiaofang" /}
|
||||
|
||||
|
||||
|
||||
<div class="myui-panel myui-panel-bg hidden-xs clearfix visible-inline-lg">
|
||||
<div class="myui-panel-box clearfix">
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
{if $val.v_category_en != 'zong-yi'}
|
||||
|
||||
<div class="col-lg-4 col-md-3 col-sm-2 col-xs-1 padding-0">
|
||||
<div class="myui-panel_hd">
|
||||
<div class="myui-panel__head active bottom-line clearfix">
|
||||
<h2 class="title">{$val.v_category}总榜单</h2>
|
||||
<a class="more text-muted"
|
||||
href="{$strRankUrlTemp}">更多<i class="fa fa-angle-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="myui-panel_bd clearfix">
|
||||
<ul class="myui-vodlist__media active col-pd clearfix">
|
||||
{video:ranklist count="1"
|
||||
v_parent_category_en="$val.v_category_en"
|
||||
sort_type="total"
|
||||
d_key="key" d_val="Video" cache_life="3600"}
|
||||
<li>
|
||||
<div class="thumb">
|
||||
<a class="myui-vodlist__thumb img-xs-70"
|
||||
style="background: url({$Video.v_pic});"
|
||||
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-original="{$Video.v_pic}">
|
||||
</a>
|
||||
</div>
|
||||
<div class="detail detail-side">
|
||||
<h6 class="title">
|
||||
<a href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}' >
|
||||
<i class="fa fa-angle-right text-muted pull-right"></i>
|
||||
{$Video.v_name}
|
||||
</a>
|
||||
</h6>
|
||||
<p class="font-12"><span class="text-muted">类型:</span>{$Video.v_parent_category}</p>
|
||||
<p class="font-12"><span class="text-muted">地区:</span>
|
||||
{volist name='$Video.v_area' id='vo' key='index'}
|
||||
{$vo}
|
||||
{/volist}
|
||||
</p>
|
||||
<p class="font-12 margin-0"><span class="text-muted">主演:</span>
|
||||
{volist name='$Video.v_actor' id='vo' key='index'}
|
||||
{$vo}
|
||||
|
||||
{/volist}
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
{/video:ranklist}
|
||||
</ul>
|
||||
<ul class="myui-vodlist__text col-pd clearfix">
|
||||
{video:ranklist count="10"
|
||||
v_parent_category_en="$val.v_category_en"
|
||||
sort_type="total"
|
||||
d_key="key" d_val="Video" cache_life="3600"}
|
||||
{if $key >0}
|
||||
{include file="public/video-list-phb" start="80"/}
|
||||
{/if}
|
||||
{/video:ranklist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{/video:categorytype}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<ul class="myui-vodlist clearfix cs-list-r">
|
||||
{video:list count="12" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="3600"}
|
||||
{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="27+($key*12)" col-lg="6"/}
|
||||
{/video:list}
|
||||
</ul>
|
||||
@@ -38,7 +38,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<ul class="myui-vodlist__text active clearfix" style="padding: 0 10px;">
|
||||
{video:ranklist count="16"
|
||||
{video:ranklist count="8"
|
||||
v_parent_category_en="$val.v_category_en"
|
||||
sort_type="weekly"
|
||||
d_key="key" d_val="Video" cache_life="3600"}
|
||||
|
||||
@@ -130,10 +130,10 @@
|
||||
{block name="footer-js"}{/block}
|
||||
<script type="text/javascript"
|
||||
src='/public/video/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
|
||||
<!-- <script type="text/javascript"
|
||||
<script type="text/javascript"
|
||||
src='/public/fu/env.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
|
||||
<script type="text/javascript"
|
||||
src='/public/fu/fu.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script> -->
|
||||
src='/public/fu/fu.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
|
||||
{// 全局统计 }
|
||||
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
|
||||
{// 站点统计 }
|
||||
|
||||
@@ -120,7 +120,10 @@
|
||||
<div class="movie-tuijian-list">
|
||||
{ad:list code="INDEX_TOP_GUANG_GAO" order="rand" limit="3" id="Ad"}
|
||||
<a class="movei-tuijian-item" href="{site:vurl v_id='$Ad.gg_sort' v_py='$Ad.gg_tiao_zhuan_di_zhi'/}" >
|
||||
<img src="/static/img/loading.webp" class="lazyload-img" data-src="{$Ad.gg_tu_pian}" alt="{$Ad.gg_wen_zi}">
|
||||
<div>
|
||||
<img src="/static/img/loading.webp" class="lazyload-img video-cover" data-src="{$Ad.gg_tu_pian}" alt="{$Ad.gg_wen_zi}">
|
||||
<img src="/static/img/play.png" class="video-play-btn" alt="">
|
||||
</div>
|
||||
<h3>{$Ad.gg_wen_zi}</h3>
|
||||
</a>
|
||||
{/ad:list}
|
||||
|
||||
@@ -1,27 +1,20 @@
|
||||
{extend name="base" /}
|
||||
|
||||
{block name="get-data"}
|
||||
|
||||
{video:listexp count="8" sort_type="tuijian" d_key="key" d_val="Video" cache_life="3600" export_name="arrVideoTuijian"
|
||||
{video:listexp count="4" sort_type="tuijian" d_key="key" d_val="Video" cache_life="3600" export_name="arrVideoTuijian"
|
||||
/}
|
||||
{video:listexp count="17" sort_type="piaofang" d_key="key" d_val="Video" cache_life="3600"
|
||||
{video:listexp count="8" sort_type="piaofang" d_key="key" d_val="Video" cache_life="3600"
|
||||
export_name="arrVideoPiaofang" /}
|
||||
|
||||
{site:grm page_code="h5_index" diff="0" num="100" g_key="arrGrm" /}
|
||||
|
||||
{/block}
|
||||
|
||||
{block name="title"}{site:replace code="VIDEO@INDEX@INDEX@TITLE"}{/block}
|
||||
{block name="keywords"}{site:replace code="VIDEO@INDEX@INDEX@KEYWORDS"}{/block}
|
||||
{block name="description"}{site:replace code="VIDEO@INDEX@INDEX@DESCRIPTION"}{/block}
|
||||
|
||||
{block name="head"}
|
||||
<!-- 社交媒体标签 -->
|
||||
<meta property="og:title" content='{site:replace code="VIDEO@INDEX@INDEX@TITLE"}' />
|
||||
<meta property="og:description" content='{site:replace code="VIDEO@INDEX@INDEX@DESCRIPTION"}' />
|
||||
<meta property="og:url" content="https://{$DomainModel->d_domain}" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<!-- 结构化数据 -->
|
||||
<script type="application/ld+json">
|
||||
[
|
||||
@@ -36,7 +29,6 @@ export_name="arrVideoPiaofang" /}
|
||||
"target": 'https://{$DomainModel->d_domain}{site:vsurl key="search_term_string" p="1"/}',
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
@@ -63,7 +55,6 @@ export_name="arrVideoPiaofang" /}
|
||||
"mainEntity": {
|
||||
"@type": "ItemList",
|
||||
"itemListElement": [
|
||||
|
||||
{volist name="arrVideoTuijian" id="Video" key="key"}
|
||||
{if $key < 5 }
|
||||
{
|
||||
@@ -91,7 +82,6 @@ export_name="arrVideoPiaofang" /}
|
||||
},
|
||||
{/if}
|
||||
{/volist}
|
||||
|
||||
{volist name="arrVideoPiaofang" id="Video" key="key"}
|
||||
{if $key < 5 }
|
||||
{
|
||||
@@ -124,18 +114,21 @@ export_name="arrVideoPiaofang" /}
|
||||
}
|
||||
]
|
||||
</script>
|
||||
|
||||
|
||||
{/block}
|
||||
|
||||
{block name="head-js"}{/block}
|
||||
|
||||
|
||||
{block name="main"}
|
||||
|
||||
|
||||
<div class="bc22cc container">
|
||||
|
||||
<div class="movie-tuijian-list">
|
||||
{ad:list code="INDEX_TOP_GUANG_GAO" order="rand" limit="3" id="Ad"}
|
||||
<a class="movei-tuijian-item" href="{site:vurl v_id='$Ad.gg_sort' v_py='$Ad.gg_tiao_zhuan_di_zhi'/}" >
|
||||
<div>
|
||||
<img src="/static/img/loading.webp" class="lazyload-img video-cover" data-src="{$Ad.gg_tu_pian}" alt="{$Ad.gg_wen_zi}">
|
||||
<img src="/static/img/play.png" class="video-play-btn" alt="">
|
||||
</div>
|
||||
<h3>{$Ad.gg_wen_zi}</h3>
|
||||
</a>
|
||||
{/ad:list}
|
||||
</div>
|
||||
<div class="eb5be5 row ">
|
||||
<h1 class="view-title">
|
||||
<a href="/">{$DomainModel->d_name}</a>-{$DomainModel->d_text_logo}
|
||||
@@ -183,8 +176,6 @@ export_name="arrVideoPiaofang" /}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="bd998f row">
|
||||
<div class="c9d5a5 col-xs-1">
|
||||
<div class="d739ec lvshicms-panel lvshicms-panel-bg clearfix">
|
||||
@@ -199,9 +190,7 @@ export_name="arrVideoPiaofang" /}
|
||||
{video:list count="6"
|
||||
sort_type="news"
|
||||
d_key="key" d_val="Video" cache_life="3600"}
|
||||
|
||||
{include file="public/video-list-shu" start="0" col-lg="6"/}
|
||||
|
||||
{/video:list}
|
||||
</ul>
|
||||
</div>
|
||||
@@ -209,18 +198,10 @@ d_key="key" d_val="Video" cache_life="3600"}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
{include file="public/video-panel" /}
|
||||
{/video:categorytype}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{/block}
|
||||
|
||||
{block name="customize"}
|
||||
|
||||
|
||||
{/block}
|
||||
@@ -14,7 +14,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<ul class="d9e43b lvshicms-vodlist clearfix cs-list-r">
|
||||
{video:list count="8" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="3600"}
|
||||
{video:list count="4" 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-lg="4"/}
|
||||
{/video:list}
|
||||
</ul>
|
||||
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
<div class="a0c205 lvshicms-panel_bd">
|
||||
<ul class="f39a35 lvshicms-vodlist__text col-pd clearfix">
|
||||
{video:ranklist count="17"
|
||||
{video:ranklist count="8"
|
||||
v_parent_category_en="$val.v_category_en"
|
||||
sort_type="weekly"
|
||||
d_key="key" d_val="Video" cache_life="3600"}
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
{block name="get-data"}
|
||||
|
||||
{video:listexp count="10" sort_type="tuijian" d_key="key" d_val="Video" cache_life="3600" export_name="arrVideoTuijian"
|
||||
{video:listexp count="6" sort_type="tuijian" d_key="key" d_val="Video" cache_life="3600" export_name="arrVideoTuijian"
|
||||
/}
|
||||
{video:listexp count="10" sort_type="piaofang" d_key="key" d_val="Video" cache_life="3600"
|
||||
{video:listexp count="6" sort_type="piaofang" d_key="key" d_val="Video" cache_life="3600"
|
||||
export_name="arrVideoPiaofang" /}
|
||||
|
||||
{site:grm page_code="h5_index" diff="0" num="100" g_key="arrGrm" /}
|
||||
@@ -135,6 +135,18 @@ export_name="arrVideoPiaofang" /}
|
||||
|
||||
<div class="a5da29 container">
|
||||
|
||||
<div class="movie-tuijian-list">
|
||||
{ad:list code="INDEX_TOP_GUANG_GAO" order="rand" limit="3" id="Ad"}
|
||||
<a class="movei-tuijian-item" href="{site:vurl v_id='$Ad.gg_sort' v_py='$Ad.gg_tiao_zhuan_di_zhi'/}" >
|
||||
<div>
|
||||
<img src="/static/img/loading.webp" class="lazyload-img video-cover" data-src="{$Ad.gg_tu_pian}" alt="{$Ad.gg_wen_zi}">
|
||||
<img src="/static/img/play.png" class="video-play-btn" alt="">
|
||||
</div>
|
||||
<h3>{$Ad.gg_wen_zi}</h3>
|
||||
</a>
|
||||
{/ad:list}
|
||||
</div>
|
||||
|
||||
<h1 class="view-title">
|
||||
<a href="/">{$DomainModel->d_name}</a>-{$DomainModel->d_text_logo}
|
||||
</h1>
|
||||
@@ -147,7 +159,7 @@ export_name="arrVideoPiaofang" /}
|
||||
<div class="d752db row">
|
||||
<ul class="e72f7b img-list col-md-wide-12 col-sm-wide-1 col-xs-1 p-sm-0 p-xs-5 cs-list-r">
|
||||
{foreach $arrVideoTuijian as $key=>$Video }
|
||||
{include file="public/video-list-shu" start="10" col-md="5"/}
|
||||
{include file="public/video-list-shu" start="10" col-md="6"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
@@ -160,7 +172,7 @@ export_name="arrVideoPiaofang" /}
|
||||
<div class="d752db row">
|
||||
<ul class="e72f7b img-list col-md-wide-12 col-sm-wide-1 col-xs-1 p-sm-0 p-xs-5">
|
||||
{foreach $arrVideoPiaofang as $key=>$Video }
|
||||
{include file="public/video-list-shu-pf" start="0" col-md="5"/}
|
||||
{include file="public/video-list-shu-pf" start="0" col-md="6"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
<li class="f88537 col-md-5 col-sm-3 col-xs-2 pb-xs-0 ">
|
||||
<li class="f88537 col-md-[col-md] col-sm-3 col-xs-2 pb-xs-0 ">
|
||||
{if !empty($arrGrm[$key + [start]])}
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
{/if}
|
||||
|
||||
@@ -17,44 +17,8 @@
|
||||
<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>></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("/template/videolaoniu/images/pic.png");">
|
||||
<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}
|
||||
|
||||
{/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"
|
||||
{video:ranklist count="9"
|
||||
v_parent_category_en="$val.v_category_en"
|
||||
sort_type="weekly"
|
||||
d_key="key" d_val="Video" cache_life="3600"}
|
||||
@@ -65,7 +29,7 @@
|
||||
</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 cs-list-r">
|
||||
{video:list count="12" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="3600"}
|
||||
{video:list count="8" 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>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
{video:listexp count="6" sort_type="tuijian" d_key="key" d_val="Video" cache_life="3600" export_name="arrVideoTuijian"
|
||||
/}
|
||||
{video:listexp count="12" sort_type="piaofang" d_key="key" d_val="Video" cache_life="3600"
|
||||
{video:listexp count="6" sort_type="piaofang" d_key="key" d_val="Video" cache_life="3600"
|
||||
export_name="arrVideoPiaofang" /}
|
||||
|
||||
{site:grm page_code="h5_index" diff="0" num="100" g_key="arrGrm" /}
|
||||
@@ -133,6 +133,18 @@ export_name="arrVideoPiaofang" /}
|
||||
|
||||
{block name="main"}
|
||||
|
||||
<div class="container movie-tuijian-list">
|
||||
{ad:list code="INDEX_TOP_GUANG_GAO" order="rand" limit="3" id="Ad"}
|
||||
<a class="movei-tuijian-item" href="{site:vurl v_id='$Ad.gg_sort' v_py='$Ad.gg_tiao_zhuan_di_zhi'/}" >
|
||||
<div>
|
||||
<img src="/static/img/loading.webp" class="lazyload-img video-cover" data-src="{$Ad.gg_tu_pian}" alt="{$Ad.gg_wen_zi}">
|
||||
<img src="/static/img/play.png" class="video-play-btn" alt="">
|
||||
</div>
|
||||
<h3>{$Ad.gg_wen_zi}</h3>
|
||||
</a>
|
||||
{/ad:list}
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<h1 class="view-title">
|
||||
@@ -145,7 +157,7 @@ export_name="arrVideoPiaofang" /}
|
||||
<div class="stui-pannel-box">
|
||||
<div class="stui-pannel_hd">
|
||||
<div class="stui-pannel__head clearfix">
|
||||
<h3 class="title"><img src="/template/videonunu/icon/icon_24.png">最近更新</h3>
|
||||
<h3 class="title"><img src="/static/img/loading.webp" class="lazyload-img" data-src="/template/videonunu/icon/icon_24.png">最近更新</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="stui-pannel_bd clearfix">
|
||||
@@ -154,11 +166,6 @@ export_name="arrVideoPiaofang" /}
|
||||
{include file="public/video-list-shu" start="0" col-md="6"/}
|
||||
{/foreach}
|
||||
</ul>
|
||||
<ul class="stui-vodlist__text col-pd hidden-xs clearfix">
|
||||
{foreach $arrVideoTuijian as $key=>$Video }
|
||||
{include file="public/video-list-text" start="7" /}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
|
||||
<li class="pai-hang-bang-li">
|
||||
<?php $key ++ ;?>
|
||||
|
||||
{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"/}'
|
||||
title="{$Video.v_name ?? ''} - {$Video.v_parent_category ?? ''}{$Video.v_category ?? ''}免费高清电影在线观看">
|
||||
<span class="text-muted pull-right hidden-md">{$Video.v_remarks}</span>
|
||||
<span class='badge
|
||||
{eq name="$key" value="1"}badge-first {/eq}
|
||||
{eq name="$key" value="2"}badge-second {/eq}
|
||||
|
||||
@@ -20,12 +20,7 @@
|
||||
{$Video.v_name}
|
||||
</a>
|
||||
</h3>
|
||||
<p class="text text-overflow text-muted hidden-xs">
|
||||
{volist name='$Video.v_actor' id='vo' key='index'}
|
||||
{$vo}
|
||||
|
||||
{/volist}
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@@ -10,7 +10,7 @@ export_name="arrVideoRankList" /}
|
||||
<i class="icon iconfont icon-more"></i>
|
||||
</a>
|
||||
<h2 class="title">
|
||||
<img src="/template/videonunu/icon/{$val.v_category_en}.png">
|
||||
<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>
|
||||
@@ -31,67 +31,22 @@ export_name="arrVideoRankList" /}
|
||||
</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="col-md-wide-2 col-xs-1 padding-0">
|
||||
<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" }
|
||||
<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-6 col-xs-1 padding-0">
|
||||
<div class="col-md-wide-8 col-xs-1 padding-0">
|
||||
<ul class="stui-vodlist clearfix cs-list-r">
|
||||
{video:list count="12" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key"
|
||||
{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="4/}
|
||||
{include file="public/video-list-shu" start="33" col-md="6" /}
|
||||
{/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"
|
||||
|
||||
@@ -95,8 +95,19 @@
|
||||
/* 首页top czcv 标题 */
|
||||
.movie-tuijian-list{
|
||||
margin-top:0.5rem;
|
||||
|
||||
}
|
||||
.movie-tuijian-list img{
|
||||
.movei-tuijian-item div{
|
||||
position: relative;
|
||||
}
|
||||
.movie-tuijian-list img.video-play-btn{
|
||||
position:absolute;
|
||||
left:50%;
|
||||
top:50%;
|
||||
transform: translate(-50%,-50%);
|
||||
}
|
||||
|
||||
.movie-tuijian-list img.video-cover{
|
||||
display: block;
|
||||
height:10rem;
|
||||
width: 100%;
|
||||
@@ -112,8 +123,12 @@
|
||||
.movie-tuijian-list{
|
||||
display: flex;
|
||||
}
|
||||
.movie-tuijian-list img{
|
||||
.movie-tuijian-list img.video-cover{
|
||||
height:13rem;
|
||||
width: 96%;
|
||||
}
|
||||
.movie-tuijian-list a{
|
||||
display: block;
|
||||
width: 33%;
|
||||
}
|
||||
}
|
||||
BIN
code/public/static/cover/gang-tai-wu-ma-pian.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
code/public/static/cover/jing-bian.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
code/public/static/cover/ming-xing-he-ji.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
code/public/static/cover/ru-nv-xin-jin.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
code/public/static/cover/se-jie.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
code/public/static/cover/tang-chao-hao-fang-nv.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
BIN
code/public/static/cover/tou-qing-nan-nv.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
code/public/static/cover/yi-lu-xiang-xi.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
code/public/static/img/play.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
@@ -9,6 +9,9 @@
|
||||
.myui-header__logo img{ max-width: 180px;}
|
||||
.myui-header__logo .logo{ line-height: 60px;color: #ff9900;font-size: 16px;font-weight: 700;}
|
||||
|
||||
.movie-tuijian-list{
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
/* header-seacrh */
|
||||
.myui-header__search{position: relative; width: 260px; margin-left: 50px; margin-top: 12px;}
|
||||
|
||||
@@ -18,7 +18,11 @@ body.active {
|
||||
z-index: 999;
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.movie-tuijian-list {
|
||||
padding: 0px 5px 5px;
|
||||
margin-top: 0rem!important;
|
||||
}
|
||||
.lvshicms-header__top::before, .lvshicms-header__top::after {
|
||||
content: '';
|
||||
|
||||
@@ -2258,7 +2258,7 @@ ul.smileBox li a.smile84 {
|
||||
}
|
||||
|
||||
.index-icon-box a {
|
||||
flex: 0 0 25%;
|
||||
flex: 0 0 15%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -89,6 +89,9 @@ img {
|
||||
display: inline-block;
|
||||
vertical-align: middle
|
||||
}
|
||||
.movie-tuijian-list{
|
||||
padding:0 8px;
|
||||
}
|
||||
/*box*/
|
||||
body {
|
||||
background: #f8f8f8;
|
||||
@@ -4781,14 +4784,23 @@ img {
|
||||
/* padding: 10px 0;*/
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.index-icon {
|
||||
/* .index-icon {
|
||||
background: url(../images/icons.png) 0 0 no-repeat;
|
||||
background-size: 333.4px 333.4px;
|
||||
width: 53.4px;
|
||||
height: 53.4px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
} */
|
||||
.index-icon {
|
||||
background: url(../images/icons.png) 0 0 no-repeat;
|
||||
background-size: 166.7px 166.7px; /* 缩小一半 */
|
||||
width: 26.7px; /* 缩小一半 */
|
||||
height: 26.7px; /* 缩小一半 */
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.index-icon.movie {
|
||||
background-position: -53.4px 0;
|
||||
}
|
||||
|
||||
@@ -18,6 +18,10 @@ p{margin:0 0 10px;}
|
||||
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
|
||||
:after,:before{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
|
||||
.container {position: relative; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}
|
||||
.movie-tuijian-list {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.row{position: relative; margin-right: -15px; margin-left: -15px;}
|
||||
.container:before,.container:after,.row:before,.row:after,.clearfix:before, .clearfix:after{ display: table; content: " "; clear: both;}
|
||||
|
||||
|
||||
@@ -219,13 +219,13 @@ body{padding-top:80px}
|
||||
|
||||
.view-title {
|
||||
font-size: 1rem;
|
||||
text-indent: 10px;
|
||||
/* text-indent: 10px; */
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.view-description {
|
||||
font-size: 0.8rem;
|
||||
text-indent: 10px;
|
||||
/* text-indent: 10px; */
|
||||
}
|
||||
|
||||
.video-play-page .view-title {
|
||||
|
||||
|
Before Width: | Height: | Size: 4.8 KiB |