作者 zhangwei
1 个管道 的构建 通过 耗费 1 秒

1

... ... @@ -12,9 +12,9 @@
</head>
<body>
<include file="public@header"/>
<!-- banner -->
<div class="index_eight_top">
<include file="public@header" />
<!-- banner -->
<div class="index_eight_top">
<div class="index_eight_banner">
<notempty name="res.thumbnail">
<img src="{:cmf_get_image_url($res.thumbnail)}" alt="">
... ... @@ -22,9 +22,9 @@
<img src="__TMPL__/public/assets/starImg/aicon_80.png" alt="">
</notempty>
</div>
</div>
<!-- 详情 -->
<div class="index_eight_detail">
</div>
<!-- 详情 -->
<div class="index_eight_detail">
<div class="index_eight_detail_contant">
<div class="index_eight_detail_one">
{$res.name}
... ... @@ -36,13 +36,18 @@
{$res.content}
</div>
</div>
</div>
<include file="public@footer"/>
</div>
<include file="public@footer" />
</body>
<script src="__TMPL__/public/assets/js/base.js"></script>
<script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script>
<script src="__TMPL__/public/assets/js/swiper.min.js"></script>
<script src="__TMPL__/public/assets/js/public.js"></script>
<script></script>
<script>
$(function() {
$('.bottom_oneTit').hide();
$('.bottom_oneCon').hide();
});
</script>
</html>
\ No newline at end of file
... ...
... ... @@ -86,6 +86,7 @@
</volist>
<volist name="res['data']" id="vo" offset="4" length="2">
<a href="/portal/region/getNewsDetail?id={$vo.id}">
<div class="index_fifth_two">
<div class="index_fifth_two_left">
<img src="{:cmf_get_image_url($vo.thumbnail)}" alt="" />
... ... @@ -99,6 +100,7 @@
</div>
</div>
</div>
</a>
</volist>
</div>
... ...
... ... @@ -92,7 +92,7 @@
<!--标题-->
<input type="hidden" value="{$vo.post_title}" class="li_post_title">
<!--国家-->
<input type="hidden" value="{$vo.city_name}" class="li_city_name">
<!-- <input type="hidden" value="{$vo.city_name}" class="li_city_name"> -->
<!--取景-->
<input type="hidden" value="{$vo.framing}" class="li_framing">
<!--上映时间-->
... ... @@ -106,7 +106,7 @@
<!-- 影片信息 -->
<div class="index_seventh_bottom">
<div class="index_seventh_bottom_one"><span class="post_title"></span></div>
<div class="index_seventh_bottom_two">国家:<span class="city_name"></span></div>
<!-- <div class="index_seventh_bottom_two">国家:<span class="city_name"></span></div> -->
<div class="index_seventh_bottom_three">取景:<span class="framing"></span></div>
<div class="index_seventh_bottom_four">上映时间:<span class="release_time"></span></div>
<div class="index_seventh_bottom_five">
... ...
... ... @@ -33,14 +33,12 @@
<div class="index_fifteenth_four">
{$res.post_excerpt}
</div>
<div class="index_fifteenth_five">
<a href="{$res.pay_url}">
立即前往购买
<div class="index_fifteenth_five">立即前往资讯</div>
</a>
</div>
</div>
</div>
</div>
<include file="public@footer" />
</body>
<script src="__TMPL__/public/assets/js/base.js"></script>
... ...
... ... @@ -59,11 +59,11 @@
<div class="index_fifteenth_four">
{$res.post_excerpt}
</div>
<div class="index_fifteenth_five">
<a href="{$res.pay_url}">
立即前往购买
</a>
<div class="index_fifteenth_five">
立即前往资讯
</div>
</a>
</div>
</div>
</div>
... ...
... ... @@ -14,8 +14,8 @@
</head>
<body>
<include file="public@header"/>
<include file="public@slide"/>
<include file="public@header" />
<include file="public@slide" />
<div class="mask">
</div>
<!-- banner -->
... ... @@ -31,7 +31,7 @@
{$res.post_title}
</div>
<div class="index_eight_detail_two">
<!--2019-02-04-->
{$res.post_excerpt}
</div>
<div class="index_eight_detail_three">
{$res.post_content}
... ... @@ -39,8 +39,8 @@
</div>
</div>
<!--评论-->
<include file="public@comment"/>
<include file="public@footer"/>
<include file="public@comment" />
<include file="public@footer" />
</body>
<script src="__TMPL__/public/assets/js/base.js"></script>
<script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script>
... ...
... ... @@ -41,7 +41,7 @@
</div>
<div class="index_eighteenth_to_right">
<div class="index_eighteenth_to_right_one">
{$res.post_title}
<!-- {$res.post_title} -->
</div>
<!--<div class="index_eighteenth_to_right_two">-->
<!--2019-01-09-->
... ...
... ... @@ -2213,7 +2213,7 @@ body::-webkit-scrollbar {
font-size: 0.3rem;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(26, 26, 26, 1);
color: #666;
}
... ...
<!--底部菜单-->
<link rel="stylesheet" href="__TMPL__/public/assets/css/footer.css">
<div class="bottom_nav">
<div class="bottom_nav_title">
<div class="bottom_nav_title bottom_oneTit">
<div class="bottom_nav_ch" id="about_us1">关于我们</div>
<div class="bottom_nav_en">About Us</div>
</div>
<div class="bottom_nav_contant">
<div class="bottom_nav_contant bottom_oneCon">
<div class="bottom_nav_word">
{$about.excerpt}
</div>
... ...