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

1

@@ -12,37 +12,42 @@ @@ -12,37 +12,42 @@
12 </head> 12 </head>
13 13
14 <body> 14 <body>
15 -<include file="public@header"/>  
16 -<!-- banner -->  
17 -<div class="index_eight_top">  
18 - <div class="index_eight_banner">  
19 - <notempty name="res.thumbnail">  
20 - <img src="{:cmf_get_image_url($res.thumbnail)}" alt="">  
21 - <else/>  
22 - <img src="__TMPL__/public/assets/starImg/aicon_80.png" alt="">  
23 - </notempty>  
24 - </div>  
25 -</div>  
26 -<!-- 详情 -->  
27 -<div class="index_eight_detail">  
28 - <div class="index_eight_detail_contant">  
29 - <div class="index_eight_detail_one">  
30 - {$res.name}  
31 - </div>  
32 - <div class="index_eight_detail_two" style="color:#333;">  
33 - {$res.excerpt} 15 + <include file="public@header" />
  16 + <!-- banner -->
  17 + <div class="index_eight_top">
  18 + <div class="index_eight_banner">
  19 + <notempty name="res.thumbnail">
  20 + <img src="{:cmf_get_image_url($res.thumbnail)}" alt="">
  21 + <else/>
  22 + <img src="__TMPL__/public/assets/starImg/aicon_80.png" alt="">
  23 + </notempty>
34 </div> 24 </div>
35 - <div class="index_eight_detail_three">  
36 - {$res.content} 25 + </div>
  26 + <!-- 详情 -->
  27 + <div class="index_eight_detail">
  28 + <div class="index_eight_detail_contant">
  29 + <div class="index_eight_detail_one">
  30 + {$res.name}
  31 + </div>
  32 + <div class="index_eight_detail_two" style="color:#333;">
  33 + {$res.excerpt}
  34 + </div>
  35 + <div class="index_eight_detail_three">
  36 + {$res.content}
  37 + </div>
37 </div> 38 </div>
38 </div> 39 </div>
39 -</div>  
40 -<include file="public@footer"/> 40 + <include file="public@footer" />
41 </body> 41 </body>
42 <script src="__TMPL__/public/assets/js/base.js"></script> 42 <script src="__TMPL__/public/assets/js/base.js"></script>
43 <script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script> 43 <script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script>
44 <script src="__TMPL__/public/assets/js/swiper.min.js"></script> 44 <script src="__TMPL__/public/assets/js/swiper.min.js"></script>
45 <script src="__TMPL__/public/assets/js/public.js"></script> 45 <script src="__TMPL__/public/assets/js/public.js"></script>
46 -<script></script> 46 +<script>
  47 + $(function() {
  48 + $('.bottom_oneTit').hide();
  49 + $('.bottom_oneCon').hide();
  50 + });
  51 +</script>
47 52
48 </html> 53 </html>
@@ -86,19 +86,21 @@ @@ -86,19 +86,21 @@
86 </volist> 86 </volist>
87 87
88 <volist name="res['data']" id="vo" offset="4" length="2"> 88 <volist name="res['data']" id="vo" offset="4" length="2">
89 - <div class="index_fifth_two">  
90 - <div class="index_fifth_two_left">  
91 - <img src="{:cmf_get_image_url($vo.thumbnail)}" alt="" />  
92 - </div>  
93 - <div class="index_fifth_two_right">  
94 - <div class="index_fifth_two_right_top txt-cut" style="-webkit-line-clamp: 2;">  
95 - {$vo.post_title} 89 + <a href="/portal/region/getNewsDetail?id={$vo.id}">
  90 + <div class="index_fifth_two">
  91 + <div class="index_fifth_two_left">
  92 + <img src="{:cmf_get_image_url($vo.thumbnail)}" alt="" />
96 </div> 93 </div>
97 - <div class="index_fifth_two_fifth_bottom">  
98 - {$vo.create_time|date="Y-m-d",###} 94 + <div class="index_fifth_two_right">
  95 + <div class="index_fifth_two_right_top txt-cut" style="-webkit-line-clamp: 2;">
  96 + {$vo.post_title}
  97 + </div>
  98 + <div class="index_fifth_two_fifth_bottom">
  99 + {$vo.create_time|date="Y-m-d",###}
  100 + </div>
99 </div> 101 </div>
100 </div> 102 </div>
101 - </div> 103 + </a>
102 </volist> 104 </volist>
103 </div> 105 </div>
104 106
@@ -92,7 +92,7 @@ @@ -92,7 +92,7 @@
92 <!--标题--> 92 <!--标题-->
93 <input type="hidden" value="{$vo.post_title}" class="li_post_title"> 93 <input type="hidden" value="{$vo.post_title}" class="li_post_title">
94 <!--国家--> 94 <!--国家-->
95 - <input type="hidden" value="{$vo.city_name}" class="li_city_name"> 95 + <!-- <input type="hidden" value="{$vo.city_name}" class="li_city_name"> -->
96 <!--取景--> 96 <!--取景-->
97 <input type="hidden" value="{$vo.framing}" class="li_framing"> 97 <input type="hidden" value="{$vo.framing}" class="li_framing">
98 <!--上映时间--> 98 <!--上映时间-->
@@ -106,7 +106,7 @@ @@ -106,7 +106,7 @@
106 <!-- 影片信息 --> 106 <!-- 影片信息 -->
107 <div class="index_seventh_bottom"> 107 <div class="index_seventh_bottom">
108 <div class="index_seventh_bottom_one"><span class="post_title"></span></div> 108 <div class="index_seventh_bottom_one"><span class="post_title"></span></div>
109 - <div class="index_seventh_bottom_two">国家:<span class="city_name"></span></div> 109 + <!-- <div class="index_seventh_bottom_two">国家:<span class="city_name"></span></div> -->
110 <div class="index_seventh_bottom_three">取景:<span class="framing"></span></div> 110 <div class="index_seventh_bottom_three">取景:<span class="framing"></span></div>
111 <div class="index_seventh_bottom_four">上映时间:<span class="release_time"></span></div> 111 <div class="index_seventh_bottom_four">上映时间:<span class="release_time"></span></div>
112 <div class="index_seventh_bottom_five"> 112 <div class="index_seventh_bottom_five">
@@ -33,11 +33,9 @@ @@ -33,11 +33,9 @@
33 <div class="index_fifteenth_four"> 33 <div class="index_fifteenth_four">
34 {$res.post_excerpt} 34 {$res.post_excerpt}
35 </div> 35 </div>
36 - <div class="index_fifteenth_five">  
37 - <a href="{$res.pay_url}">  
38 - 立即前往购买  
39 - </a>  
40 - </div> 36 + <a href="{$res.pay_url}">
  37 + <div class="index_fifteenth_five">立即前往资讯</div>
  38 + </a>
41 </div> 39 </div>
42 </div> 40 </div>
43 </div> 41 </div>
@@ -59,11 +59,11 @@ @@ -59,11 +59,11 @@
59 <div class="index_fifteenth_four"> 59 <div class="index_fifteenth_four">
60 {$res.post_excerpt} 60 {$res.post_excerpt}
61 </div> 61 </div>
62 - <div class="index_fifteenth_five">  
63 - <a href="{$res.pay_url}">  
64 - 立即前往购买  
65 - </a>  
66 - </div> 62 + <a href="{$res.pay_url}">
  63 + <div class="index_fifteenth_five">
  64 + 立即前往资讯
  65 + </div>
  66 + </a>
67 </div> 67 </div>
68 </div> 68 </div>
69 </div> 69 </div>
@@ -14,8 +14,8 @@ @@ -14,8 +14,8 @@
14 </head> 14 </head>
15 15
16 <body> 16 <body>
17 - <include file="public@header"/>  
18 - <include file="public@slide"/> 17 + <include file="public@header" />
  18 + <include file="public@slide" />
19 <div class="mask"> 19 <div class="mask">
20 </div> 20 </div>
21 <!-- banner --> 21 <!-- banner -->
@@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
31 {$res.post_title} 31 {$res.post_title}
32 </div> 32 </div>
33 <div class="index_eight_detail_two"> 33 <div class="index_eight_detail_two">
34 - <!--2019-02-04--> 34 + {$res.post_excerpt}
35 </div> 35 </div>
36 <div class="index_eight_detail_three"> 36 <div class="index_eight_detail_three">
37 {$res.post_content} 37 {$res.post_content}
@@ -39,8 +39,8 @@ @@ -39,8 +39,8 @@
39 </div> 39 </div>
40 </div> 40 </div>
41 <!--评论--> 41 <!--评论-->
42 - <include file="public@comment"/>  
43 - <include file="public@footer"/> 42 + <include file="public@comment" />
  43 + <include file="public@footer" />
44 </body> 44 </body>
45 <script src="__TMPL__/public/assets/js/base.js"></script> 45 <script src="__TMPL__/public/assets/js/base.js"></script>
46 <script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script> 46 <script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script>
@@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
41 </div> 41 </div>
42 <div class="index_eighteenth_to_right"> 42 <div class="index_eighteenth_to_right">
43 <div class="index_eighteenth_to_right_one"> 43 <div class="index_eighteenth_to_right_one">
44 - {$res.post_title} 44 + <!-- {$res.post_title} -->
45 </div> 45 </div>
46 <!--<div class="index_eighteenth_to_right_two">--> 46 <!--<div class="index_eighteenth_to_right_two">-->
47 <!--2019-01-09--> 47 <!--2019-01-09-->
@@ -2213,7 +2213,7 @@ body::-webkit-scrollbar { @@ -2213,7 +2213,7 @@ body::-webkit-scrollbar {
2213 font-size: 0.3rem; 2213 font-size: 0.3rem;
2214 font-family: PingFang-SC-Medium; 2214 font-family: PingFang-SC-Medium;
2215 font-weight: 500; 2215 font-weight: 500;
2216 - color: rgba(26, 26, 26, 1); 2216 + color: #666;
2217 } 2217 }
2218 2218
2219 2219
1 <!--底部菜单--> 1 <!--底部菜单-->
2 <link rel="stylesheet" href="__TMPL__/public/assets/css/footer.css"> 2 <link rel="stylesheet" href="__TMPL__/public/assets/css/footer.css">
3 <div class="bottom_nav"> 3 <div class="bottom_nav">
4 - <div class="bottom_nav_title"> 4 + <div class="bottom_nav_title bottom_oneTit">
5 <div class="bottom_nav_ch" id="about_us1">关于我们</div> 5 <div class="bottom_nav_ch" id="about_us1">关于我们</div>
6 <div class="bottom_nav_en">About Us</div> 6 <div class="bottom_nav_en">About Us</div>
7 </div> 7 </div>
8 - <div class="bottom_nav_contant"> 8 + <div class="bottom_nav_contant bottom_oneCon">
9 <div class="bottom_nav_word"> 9 <div class="bottom_nav_word">
10 {$about.excerpt} 10 {$about.excerpt}
11 </div> 11 </div>