Your Name 8 månader sedan
förälder
incheckning
0d70519cd2

+ 8
- 0
template/pc/common/include/bottom.htm Visa fil

@@ -137,6 +137,14 @@
137 137
                 location.href = 'https://www.zc10000.com' + url;
138 138
 
139 139
             })
140
+
141
+
142
+            //
143
+            $(document).on('click','.loop-item-li',function(){
144
+                var url = $(this).find('a').attr('href');
145
+                window.open(url,'_blank');
146
+            });
147
+
140 148
         });
141 149
     </script>
142 150
     </body>

+ 14
- 0
template/pc/common/main/param/zc_detail.htm Visa fil

@@ -49,3 +49,17 @@ $area_name = ''.$area['name'].'';
49 49
 
50 50
 
51 51
 {/eyou:if}
52
+
53
+<?php
54
+//【2024版政策文件下载】
55
+if (strpos($eyou['field']['title'], '标准') !== false) {
56
+    $a = explode('标准',$eyou['field']['title']);
57
+    $temp_title = $a[0];
58
+    $ex = 1;
59
+    $t_end = '【2024版政策文件下载】';
60
+}else{
61
+    $temp_title = $eyou['field']['title'];
62
+    $ex = 0;
63
+    $t_end = '';
64
+}
65
+?>

+ 32
- 6
template/pc/components/detail/content.htm Visa fil

@@ -1,6 +1,6 @@
1 1
 <div class="part">
2 2
     <div class="bar clearfix">
3
-        <h1 class="tt"> <a href="{$web_domain}{$web_url}">{$eyou.field.title}</a> </h1>
3
+        <h1 class="tt"> <font>{$eyou.field.title}</font> </h1>
4 4
         <div class="r-intro fr"> <span class="data fr">
5 5
 
6 6
 
@@ -43,7 +43,7 @@
43 43
             <div class="col-xs-12 col-sm-12 col-md-8">
44 44
                 <div class="pic fl">
45 45
                     <div class="blur blur-layer" style="background: transparent url({$eyou.field.litpic}) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;animation: rotate 20s linear infinite;"> </div>
46
-                    <img class="img-cover" src="https://www.zc10000.com/public/static/common/images/ico/{$eyou.field.ext}.png" alt="{$eyou.field.title}" title="{$eyou.field.title}"> </div>
46
+                    <img class="img-cover" src="https://www.zc10000.com/public/static/common/images/ico/{$eyou.field.ext}.png" alt="{$temp_title}" title="{$temp_title}"> </div>
47 47
                 <div class="list list-detail">
48 48
 
49 49
 
@@ -86,19 +86,31 @@
86 86
 
87 87
 
88 88
 
89
-                    <p><font>文档名称:</font><a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
90
-                    <p class="cate"><font>所属标签:</font> <a href="https://www.zc10000.com/tag{$tag_number}"  target="_blank" >{$tag_name}</a></p>
89
+
90
+                    <p><font>文档名称:</font>{$eyou.field.title}</p>
91
+                    <p class="cate">
92
+                        {eyou:if condition='($is_mobile === false)'}
93
+                        <font>所属标签:</font> <a href="https://www.zc10000.com/tag{$tag_number}"  target="_blank" >{$tag_name}</a>
94
+                        &nbsp;&nbsp;&nbsp;&nbsp;
95
+                        <font>关键词:</font> <a href="{$web_domain}{$web_url}"  target="_blank" >{$temp_title}</a>
96
+                        {eyou:else /}
97
+                        <font>所属标签:</font> <a href="https://www.zc10000.com/tag{$tag_number}"  target="_blank" >{$tag_name}</a>
98
+                        <br/>
99
+                        <font>关键词:</font> <a href="{$web_domain}{$web_url}"  target="_blank" >{$temp_title}</a>
100
+                        {/eyou:if}
101
+
102
+                    </p>
91 103
                     <p class="site">
92 104
                         {eyou:if condition='($is_mobile === false)'}
93 105
 
94
-                        <font>文件大小:</font> {$fileSize} &nbsp;&nbsp;&nbsp;&nbsp;
106
+                        <font>文件大小:</font> {$fileSize} &nbsp;&nbsp;&nbsp;&nbsp;
95 107
                         <font>上传时间:</font> {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;
96 108
                         <font>下载次数:</font> {$eyou.field.downcount}
97 109
 
98 110
 
99 111
                         {eyou:else /}
100 112
 
101
-                        <font>上传时间:</font> {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;<br/>
113
+                        <font>上传时间:</font> &nbsp;&nbsp;{$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;<br/>
102 114
                         <font>文件大小:</font> {$fileSize}  &nbsp;&nbsp;&nbsp;&nbsp;
103 115
                         <font>下载次数:</font> {$eyou.field.downcount}
104 116
                         {/eyou:if}
@@ -154,11 +166,18 @@
154 166
         </div>
155 167
     </div>
156 168
 </div>
169
+
170
+
157 171
 <div class="part">
158 172
     <p class="tt"><span>文档介绍</span></p>
159 173
     <div class="items">
160 174
         <div class="art-main">
161 175
 
176
+
177
+
178
+            <p><b>以下为{$temp_title}政策文件部分内容展示,如需了解详情,请直接下载本文件!</b>   </p>
179
+            <br/>
180
+            <p>
162 181
             {eyou:if condition='($is_mobile === false)'}
163 182
             {$eyou.field.content_5}
164 183
             {eyou:else /}
@@ -168,6 +187,13 @@
168 187
             {$eyou.field.content_4}
169 188
             {/eyou:empty}
170 189
             {/eyou:if}
190
+            </p>
191
+            <p> ...........<br/>
192
+                <b>(内容较多,页面展示有限,建议直接下载文档!)</b>  </p>
193
+            <br/>
194
+            <p> <b>温馨提示:</b><br/>
195
+            更多关于{$temp_title}的相关资讯或申报材料模板可以联系本站哦!
196
+           </p>
171 197
 
172 198
         </div>
173 199
     </div>

+ 30
- 9
template/pc/components/list/style12/page/mod_3.htm Visa fil

@@ -91,16 +91,37 @@
91 91
 $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
92 92
 ?>
93 93
 
94
-<div class="col-xs-12 col-sm-4 col-md-4 font-563-active-{$i}">
94
+
95
+<?php
96
+//【2024版政策文件下载】
97
+
98
+if (strpos($field['title'], '标准') !== false) {
99
+    $a = explode('标准',$field['title']);
100
+    $temp_title = $a[0];
101
+    $ex = 1;
102
+    $t_end = '【2024版政策文件下载】';
103
+}else{
104
+    $temp_title = $field['title'];
105
+    $ex = 0;
106
+    $t_end = '';
107
+}
108
+?>
109
+<div class="col-xs-12 col-sm-4 col-md-4 font-563-active-{$i} loop-item-li" style="cursor:pointer;">
95 110
     <div class="item">
96
-        <a class="link" target="_self" href="{$ar_url}" >
97
-            <i class="autoleft fa fa-angle-right" title="{$field.title}"></i>
98
-        </a>
99
-        <a class="a" href="{$ar_url}" title="{$field.title}" >
100
-            <img src="https://www.zc10000.com/public/static/common/images/ico/{$field.ext}.png" alt="{$field.title}" title="{$field.title}">
101
-            <h3>{$field.title}</h3>
102
-            <p>{$field.seo_description|msubstr=###,0,35,true}</p>
103
-        </a>
111
+        <div class="link" target="_self">
112
+            <i class="autoleft fa fa-angle-right" title="{$temp_title}{$t_end}"></i>
113
+        </div>
114
+        <div class="a" title="{$temp_title}{$t_end}" >
115
+            <img src="https://www.zc10000.com/public/static/common/images/ico/{$field.ext}.png" alt="{$temp_title}{$t_end}" title="{$temp_title}{$t_end}">
116
+
117
+            <h3>
118
+                <a href="{$ar_url}" target="_self">{$temp_title}</a>
119
+                {eyou:if condition='($ex === 1)'}
120
+                <br/>【2024版政策文件下载】
121
+                {/eyou:if}
122
+            </h3>
123
+            <p>{$field.seo_description|msubstr=###,0,47,true}</p>
124
+        </div>
104 125
     </div>
105 126
 </div>
106 127
 

+ 5
- 0
template/pc/components/nav/style_1.htm Visa fil

@@ -36,6 +36,11 @@
36 36
             <a href="https://www.zc10000.com/zc/{$area_domain}">{$area_name}</a>
37 37
             {/eyou:if}
38 38
 
39
+            {eyou:if condition='(!empty($eyou["field"]["title"]))'}
40
+            >
41
+            <a href="{$web_domain}{$web_url}">{$temp_title}</a>
42
+            {/eyou:if}
43
+
39 44
 
40 45
         {eyou:elseif condition='($page == "cailiao")'}
41 46
             <!--文章列表页-->

+ 1
- 1
template/pc/css/extend.css Visa fil

@@ -493,7 +493,7 @@
493 493
     font-weight: bold !important;
494 494
 }
495 495
 
496
-#zc_detail .part .tt a{
496
+#zc_detail .part .tt font{
497 497
     float: left !important;
498 498
     /*color: #000 !important;*/
499 499
     font-size: 17px !important;

Loading…
Avbryt
Spara