Your Name 10 månader sedan
förälder
incheckning
017a3d2278
31 ändrade filer med 975 tillägg och 99 borttagningar
  1. 2
    2
      application/admin/controller/Archives.php
  2. 12
    11
      application/admin/template/custom/add.htm
  3. 14
    10
      application/admin/template/custom/edit.htm
  4. 59
    0
      template/mobile/lists_zczygz_tg.htm
  5. 59
    0
      template/mobile/lists_zczygz_tglist.htm
  6. 26
    1
      template/mobile/users/users_welcome.htm
  7. 1
    1
      template/pc/common/include/bottom.htm
  8. 52
    1
      template/pc/common/include/footer.htm
  9. 5
    5
      template/pc/common/include/tdk/cl_detail.htm
  10. 4
    0
      template/pc/common/include/tdk/tag_detail.htm
  11. 4
    0
      template/pc/common/include/tdk/taglist.htm
  12. 12
    4
      template/pc/common/include/tdk/zc_detail.htm
  13. 5
    0
      template/pc/common/include/top.htm
  14. 4
    0
      template/pc/common/main/param.htm
  15. 2
    0
      template/pc/common/main/param/cl_detail.htm
  16. 2
    0
      template/pc/common/main/param/new_detail.htm
  17. 17
    0
      template/pc/common/main/param/tag_detail.htm
  18. 7
    0
      template/pc/common/main/param/taglist.htm
  19. 2
    0
      template/pc/common/main/param/zc_detail.htm
  20. 47
    14
      template/pc/components/detail/cl.htm
  21. 82
    32
      template/pc/components/detail/content.htm
  22. 23
    9
      template/pc/components/detail/new.htm
  23. 3
    3
      template/pc/components/index/content.htm
  24. 3
    3
      template/pc/components/list/style12/page/mod_4.htm
  25. 162
    0
      template/pc/components/list/style12/page/mod_5.htm
  26. 105
    0
      template/pc/components/list/style12/page/mod_6.htm
  27. 8
    0
      template/pc/components/nav/style_1.htm
  28. 3
    3
      template/pc/components/search/content.htm
  29. 132
    0
      template/pc/css/extend.css
  30. 59
    0
      template/pc/lists_zczygz_tg.htm
  31. 59
    0
      template/pc/lists_zczygz_tglist.htm

+ 2
- 2
application/admin/controller/Archives.php Visa fil

@@ -1337,8 +1337,8 @@ class Archives extends Base
1337 1337
 
1338 1338
             //$topid = Db::name('arctype')->where('id','=',$typeid)->value('topid');
1339 1339
             $cat = Db::name('arctype')->where(['id'=>$typeid])->find();
1340
-            $vb = ['qkmc','zbdw','yxyz','zgdw','jb','gnkh','slzt','jytg','zylm'];
1341
-            $vbs = ['content_5','down','imgs']; //保留两者
1340
+            $vb = ['qkmc','zbdw','yxyz','zgdw','jb','gnkh','slzt','jytg'];
1341
+            $vbs = ['content_5','down','imgs','pagenum','content_4','zylm']; //保留两者
1342 1342
             if((int)$cat['topid'] === 38){
1343 1343
                 //删除期刊
1344 1344
                 foreach ($addonFieldExtList as $key=>$item){

+ 12
- 11
application/admin/template/custom/add.htm Visa fil

@@ -70,16 +70,7 @@
70 70
 
71 71
                         </dl>
72 72
 
73
-                        <dl class="row">
74
-                            <dt class="tit">
75
-                                <label for="title"><em>*</em>价格</label>
76
-                            </dt>
77
-                            <dd class="opt">
78
-                                <input type="text" name="users_price" value="" id="users_price" class="w200">
79
-                                <span class="err"></span>
80
-                            </dd>
81
-                        </dl>
82
-                        
73
+
83 74
                         <!--start--->
84 75
 
85 76
                         <dl class="row {empty name="$global.web_citysite_open"} none {/empty} ">
@@ -114,8 +105,12 @@
114 105
                                 副标题:<input type="text" name="subtitle" value="" id="subtitle" class="w200">
115 106
                                 <span class="err"></span>
116 107
 
108
+                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;价格:<input type="text" name="users_price" value="0.00" id="users_price" class="w200">
109
+                                <span class="err"></span>
117 110
                             </dd>
118 111
                         </dl>
112
+
113
+
119 114
                         <dl class="row">
120 115
                             <dt class="tit">
121 116
                                 <label for="title"><em>*</em>栏目分类</label>
@@ -615,4 +610,10 @@
615 610
         }
616 611
     }catch(e){}
617 612
 </script>
618
-{include file="public/footer" /}
613
+{include file="public/footer" /}
614
+
615
+<style>
616
+    #addonFieldExt_content_4{
617
+        width: 375px !important;
618
+    }
619
+</style>

+ 14
- 10
application/admin/template/custom/edit.htm Visa fil

@@ -93,15 +93,7 @@
93 93
 
94 94
                         </dl>
95 95
 
96
-                        <dl class="row">
97
-                            <dt class="tit">
98
-                                <label for="title"><em>*</em>价格</label>
99
-                            </dt>
100
-                            <dd class="opt">
101
-                                <input type="text" name="users_price" value="{$field.users_price}" id="users_price" class="w200">
102
-                                <span class="err"></span>
103
-                            </dd>
104
-                        </dl>
96
+
105 97
                         
106 98
                         <!--start--->
107 99
                         <dl class="row {empty name="$global.web_citysite_open"} none {/empty} ">
@@ -161,8 +153,14 @@
161 153
                                 副标题:<input type="text" name="subtitle" value="{$field.subtitle}" id="subtitle" class="w200">
162 154
                                 <span class="err"></span>
163 155
                                 <p class="notic"></p>
156
+
157
+                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;价格:<input type="text" name="users_price" value="{$field.users_price}" id="users_price" class="w200">
158
+                                <span class="err"></span>
159
+
164 160
                             </dd>
165 161
                         </dl>
162
+
163
+
166 164
                         <dl class="row">
167 165
                             <dt class="tit">
168 166
                                 <label for="title"><em>*</em>栏目分类</label>
@@ -652,4 +650,10 @@
652 650
         }
653 651
     }catch(e){}
654 652
 </script>
655
-{include file="public/footer" /}
653
+{include file="public/footer" /}
654
+
655
+<style>
656
+    #addonFieldExt_content_4{
657
+        width: 375px !important;
658
+    }
659
+</style>

+ 59
- 0
template/mobile/lists_zczygz_tg.htm Visa fil

@@ -0,0 +1,59 @@
1
+{eyou:assign name='page' value='tag_detail' /}
2
+{eyou:include file='/template/pc/common/main/param.htm' /}
3
+{eyou:include file='/template/pc/common/include/top.htm' /}
4
+{eyou:include file='/template/pc/common/other/background.htm' /}
5
+{eyou:include file='/template/pc/common/include/header.htm' /}
6
+
7
+
8
+<div id="tag_detail">
9
+
10
+
11
+    <div id="mask"></div>
12
+
13
+    {eyou:include file='/template/pc/components/nav/style_1.htm' /}
14
+
15
+
16
+    <div class="container">
17
+        <!-- 广告位AD4  -->
18
+
19
+
20
+        <div class="part" style="padding: 10px 15px;">
21
+            <div class="row">
22
+
23
+                {eyou:include file='/template/pc/components/list/style12/page/mod_5.htm' /}
24
+
25
+
26
+            </div>
27
+            <div class="wordpress_pages">
28
+
29
+                <ul class="pager">
30
+                    {eyou:include file='/template/pc/components/list/style12/page/mod_page.htm' /}
31
+                </ul>
32
+
33
+            </div>
34
+        </div>
35
+    </div>
36
+
37
+
38
+
39
+
40
+
41
+</div>
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+{eyou:include file='/template/pc/common/include/footer.htm' /}
59
+{eyou:include file='/template/pc/common/include/bottom.htm' /}

+ 59
- 0
template/mobile/lists_zczygz_tglist.htm Visa fil

@@ -0,0 +1,59 @@
1
+{eyou:assign name='page' value='taglist' /}
2
+{eyou:include file='/template/pc/common/main/param.htm' /}
3
+{eyou:include file='/template/pc/common/include/top.htm' /}
4
+{eyou:include file='/template/pc/common/other/background.htm' /}
5
+{eyou:include file='/template/pc/common/include/header.htm' /}
6
+
7
+
8
+<div id="taglist">
9
+
10
+
11
+    <div id="mask"></div>
12
+
13
+    {eyou:include file='/template/pc/components/nav/style_1.htm' /}
14
+
15
+
16
+    <div class="container">
17
+        <!-- 广告位AD4  -->
18
+
19
+
20
+        <div class="part" style="padding: 10px 15px;">
21
+            <div class="row">
22
+
23
+                {eyou:include file='/template/pc/components/list/style12/page/mod_6.htm' /}
24
+
25
+
26
+            </div>
27
+            <div class="wordpress_pages">
28
+
29
+                <ul class="pager">
30
+                    {eyou:include file='/template/pc/components/list/style12/page/mod_page.htm' /}
31
+                </ul>
32
+
33
+            </div>
34
+        </div>
35
+    </div>
36
+
37
+
38
+
39
+
40
+
41
+</div>
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+{eyou:include file='/template/pc/common/include/footer.htm' /}
59
+{eyou:include file='/template/pc/common/include/bottom.htm' /}

+ 26
- 1
template/mobile/users/users_welcome.htm Visa fil

@@ -1,3 +1,4 @@
1
+{eyou:assign name='page' value='user' /}
1 2
 <!DOCTYPE HTML>
2 3
 <html>
3 4
     <head>
@@ -227,14 +228,38 @@
227 228
                        
228 229
             <!-- 底部导航 start -->
229 230
             <div class="h50"></div>
231
+
230 232
             <div class="footer-nav">
233
+                <a href="https://www.zc10000.com" class="nav-item" {eyou:if condition='($page=="index")'}style="color:red;{/eyou:if}">
234
+                    <div class="nav-item-t"><i class="iconfont icon-shouye"></i></div>
235
+                    <div class="nav-item-b">首页</div>
236
+                </a>
237
+                <a href="https://www.zc10000.com/zc" class="nav-item" {eyou:if condition='($page=="zhengce")'}style="color:red;{/eyou:if}">
238
+                    <div class="nav-item-t"><i class="iconfont icon-huiyuanshengji"></i></div>
239
+                    <div class="nav-item-b">政策</div>
240
+                </a>
241
+                <a href="https://www.zc10000.com/cl" class="nav-item" {eyou:if condition='($page=="cailiao")'}style="color:red;{/eyou:if}">
242
+                    <div class="nav-item-t"><i class="iconfont icon-dingdan2"></i></div> <!--shopping-cart-full-->
243
+                    <div class="nav-item-b">材料</div>
244
+                </a>
245
+                <a href="https://www.zc10000.com/cp" class="nav-item" {eyou:if condition='($page=="ciping")'}style="color:red;{/eyou:if}">
246
+                    <div class="nav-item-t"><i class="iconfont icon-fabu"></i></div>
247
+                    <div class="nav-item-b">测评</div>
248
+                </a>
249
+                <a href="/?m=user&amp;c=Users&amp;a=login" class="nav-item" {eyou:if condition='($page=="user")'}style="color:red;{/eyou:if}">
250
+                    <div class="nav-item-t"><i class="iconfont icon-geren"></i></div>
251
+                    <div class="nav-item-b">我的</div>
252
+                </a>
253
+            </div>
254
+
255
+<!--            <div class="footer-nav">
231 256
                 {eyou:volist name="$bottom_menu_list" id="vo"}
232 257
                 <a href="{eq name='$vo.icon' value='xingxing'}{$vo.mca}{else /}{:url($vo.mca)}{/eq}" class="nav-item">
233 258
                     <div class="nav-item-t"><i class="iconfont icon-{$vo.icon}"></i></div>
234 259
                     <div class="nav-item-b">{$vo.title}</div>
235 260
                 </a>
236 261
                 {/eyou:volist}
237
-            </div>
262
+            </div>-->
238 263
             <!-- 底部导航 end -->
239 264
         </div>
240 265
         {eyou:static file="users/skin/js/users_welcome.js"/}

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

@@ -2,7 +2,7 @@
2 2
     <!--百度统计代码添加-->
3 3
 
4 4
     <!--提交和回顶-->
5
-    <a id="quick_submit" class="fa fa-pencil"  href=""></a>
5
+   <!-- <a id="quick_submit" class="fa fa-pencil"  href=""></a>-->
6 6
     <div id="backtop" class="fa fa-angle-up"></div>
7 7
 
8 8
     <script src="/template/pc/js/jquery.cookie.min.js" type="text/javascript"></script>

+ 52
- 1
template/pc/common/include/footer.htm Visa fil

@@ -38,4 +38,55 @@
38 38
     </div>
39 39
 </div>
40 40
 
41
-{:hookexec('Footernav/Footernav/show')}
41
+<!--<div class="footer_Footernav">
42
+    <a href="https://www.zc10000.com">
43
+        <i class="fa fa-phone"></i>
44
+        <small>首页</small>
45
+    </a>
46
+    <a href="https://www.zc10000.com/zc">
47
+        <i class="fa fa-comments"></i>
48
+        <small>政策</small>
49
+    </a>
50
+    <a href="https://www.zc10000.com/cl">
51
+        <i class="fa fa-home"></i>
52
+        <small>材料</small>
53
+    </a>
54
+    <a href="https://www.zc10000.com/cp">
55
+        <i class="fa fa-qq"></i>
56
+        <small>测评</small>
57
+    </a>
58
+    <a href="/?m=user&amp;c=Users&amp;a=login">
59
+        <i class="fa fa-wechat"></i>
60
+        <small>我的</small>
61
+    </a>
62
+</div>-->
63
+
64
+<link href="https://www.zc10000.com/template/mobile/users/skin/userfont/iconfont.css" rel="stylesheet" media="screen" type="text/css">
65
+<div class="footer-nav">
66
+    <a href="https://www.zc10000.com" class="nav-item" {eyou:if condition='($page=="index")'}style="color:red;{/eyou:if}">
67
+        <div class="nav-item-t"><i class="iconfont icon-shouye"></i></div>
68
+        <div class="nav-item-b">首页</div>
69
+    </a>
70
+    <a href="https://www.zc10000.com/zc" class="nav-item" {eyou:if condition='($page=="zhengce")'}style="color:red;{/eyou:if}">
71
+        <div class="nav-item-t"><i class="iconfont icon-huiyuanshengji"></i></div>
72
+        <div class="nav-item-b">政策</div>
73
+    </a>
74
+    <a href="https://www.zc10000.com/cl" class="nav-item" {eyou:if condition='($page=="cailiao")'}style="color:red;{/eyou:if}">
75
+        <div class="nav-item-t"><i class="iconfont icon-dingdan2"></i></div> <!--shopping-cart-full-->
76
+        <div class="nav-item-b">材料</div>
77
+    </a>
78
+    <a href="https://www.zc10000.com/cp" class="nav-item" {eyou:if condition='($page=="ciping")'}style="color:red;{/eyou:if}">
79
+        <div class="nav-item-t"><i class="iconfont icon-fabu"></i></div>
80
+        <div class="nav-item-b">测评</div>
81
+    </a>
82
+    <a href="/?m=user&amp;c=Users&amp;a=login" class="nav-item" {eyou:if condition='($page=="user")'}style="color:red;{/eyou:if}">
83
+        <div class="nav-item-t"><i class="iconfont icon-geren"></i></div>
84
+        <div class="nav-item-b">我的</div>
85
+    </a>
86
+</div>
87
+
88
+<?php
89
+/*
90
+ * {:hookexec('Footernav/Footernav/show')}
91
+ */
92
+?>

+ 5
- 5
template/pc/common/include/tdk/cl_detail.htm Visa fil

@@ -4,12 +4,12 @@
4 4
 
5 5
 <?php
6 6
 
7
-$title = $eyou['field']['title'];
8
-$title_sf = str_replace("手册", "", $title);
7
+    $title = $eyou['field']['title'];
8
+    $title_sf = str_replace("手册", "", $title);
9 9
 
10
-$seo_title = $title.'【申报指南及材料下载】';
11
-$seo_keywords = $title_sf;
12
-$seo_description = $title.'指南及材料范本下载上【职称E家】,工程师职称申报的专业辅导网站,汇集各地区各专业相关的职称政策文件,申报材料范本下载。';
10
+    $seo_title = $title.'【申报指南及材料下载】';
11
+    $seo_keywords = $title_sf;
12
+    $seo_description = $title.'指南及材料范本下载上【职称E家】,工程师职称申报的专业辅导网站,汇集各地区各专业相关的职称政策文件,申报材料范本下载。';
13 13
 
14 14
 ?>
15 15
 

+ 4
- 0
template/pc/common/include/tdk/tag_detail.htm Visa fil

@@ -0,0 +1,4 @@
1
+
2
+<title>{$tag_name}-标签-{eyou:global name='web_title' /}</title>
3
+<meta name="keywords" content="{eyou:global name='web_keywords' /}">
4
+<meta name="description" content="{eyou:global name='web_description' /}">

+ 4
- 0
template/pc/common/include/tdk/taglist.htm Visa fil

@@ -0,0 +1,4 @@
1
+
2
+<title>标签列表-{eyou:global name='web_title' /}</title>
3
+<meta name="keywords" content="{eyou:global name='web_keywords' /}">
4
+<meta name="description" content="{eyou:global name='web_description' /}">

+ 12
- 4
template/pc/common/include/tdk/zc_detail.htm Visa fil

@@ -3,14 +3,22 @@
3 3
 
4 4
 
5 5
 <?php
6
+
7
+
6 8
 $title = $eyou['field']['title'];
7 9
 
8
-if(strpos($title, '通知') !== false){
9
-    $title_ar = explode('通知',$title);
10
-} else {
11
-    $title_ar = explode('标准',$title);
10
+$oa_name = explode(',',$eyou['global']['web_attr_28']);
11
+
12
+$title_ar = [''];
13
+foreach ($oa_name as $k => $v){
14
+    if(strpos($title, $v) !== false){
15
+        //包含
16
+        $title_ar = explode($v,$title);
17
+        break;
18
+    }
12 19
 }
13 20
 
21
+
14 22
 $seo_title = $title;
15 23
 $seo_keywords = $title_ar[0];
16 24
 $seo_description = $title_ar[0].'文件下载上【职称E家】,工程师职称申报的专业辅导网站,汇集各地区各专业相关的职称政策文件,申报材料范本下载。';

+ 5
- 0
template/pc/common/include/top.htm Visa fil

@@ -23,6 +23,11 @@
23 23
     {eyou:include file='/template/pc/common/include/tdk/search.htm' /}
24 24
     {eyou:elseif condition='($page === "special")' /}
25 25
     {eyou:include file='/template/pc/common/include/tdk/special.htm' /}
26
+    {eyou:elseif condition='($page === "tag_detail")' /}
27
+        {eyou:include file='/template/pc/common/include/tdk/tag_detail.htm' /}
28
+    {eyou:elseif condition='($page === "taglist")' /}
29
+        {eyou:include file='/template/pc/common/include/tdk/taglist.htm' /}
30
+
26 31
     {eyou:else /}
27 32
 
28 33
     {eyou:include file='/template/pc/common/include/tdk/index.htm' /}

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

@@ -26,6 +26,10 @@
26 26
     {eyou:include file='/template/pc/common/main/param/search.htm' /}
27 27
 {eyou:elseif condition='($page === "special")' /}
28 28
     {eyou:include file='/template/pc/common/main/param/special.htm' /}
29
+{eyou:elseif condition='($page === "tag_detail")' /}
30
+    {eyou:include file='/template/pc/common/main/param/tag_detail.htm' /}
31
+{eyou:elseif condition='($page === "taglist")' /}
32
+    {eyou:include file='/template/pc/common/main/param/taglist.htm' /}
29 33
 {eyou:else /}
30 34
 
31 35
 

+ 2
- 0
template/pc/common/main/param/cl_detail.htm Visa fil

@@ -1,4 +1,6 @@
1 1
 <?php
2
+
3
+$doc_aid = $aid;
2 4
     $route_param = request()->route();
3 5
     $tid = $route_param['tid']?(int)$route_param['tid']:0;
4 6
     $aid = $route_param['aid']?(int)$route_param['aid']:0;

+ 2
- 0
template/pc/common/main/param/new_detail.htm Visa fil

@@ -1,4 +1,6 @@
1 1
 <?php
2
+
3
+$doc_aid = $aid;
2 4
     $route_param = request()->route();
3 5
     $tid = $route_param['tid']?(int)$route_param['tid']:0;
4 6
     $aid = $route_param['aid']?(int)$route_param['aid']:0;

+ 17
- 0
template/pc/common/main/param/tag_detail.htm Visa fil

@@ -0,0 +1,17 @@
1
+<?php
2
+    $route_param = request()->route();
3
+    $tid = $route_param['tid']?(int)$route_param['tid']:0;
4
+    $tagid = $route_param['tagid']?(int)$route_param['tagid']:0;
5
+    $is_mobile = isMobile();
6
+
7
+    //var_dump($route_param);die;
8
+
9
+?>
10
+
11
+
12
+{eyou:sql sql="select aid,title from ey_archives where aid=$tagid" cachetime='3600' empty='没有数据'}
13
+{eyou:php}
14
+    $tag_name = $field['title'];
15
+{/eyou:php}
16
+{/eyou:sql}
17
+

+ 7
- 0
template/pc/common/main/param/taglist.htm Visa fil

@@ -0,0 +1,7 @@
1
+<?php
2
+    $route_param = request()->route();
3
+    $tid = $route_param['tid']?(int)$route_param['tid']:0;
4
+    $tagid = $route_param['tagid']?(int)$route_param['tagid']:0;
5
+    $is_mobile = isMobile();
6
+?>
7
+

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

@@ -1,4 +1,6 @@
1 1
 <?php
2
+
3
+    $doc_aid = $aid;
2 4
     $route_param = request()->route();
3 5
     $tid = $route_param['tid']?(int)$route_param['tid']:0;
4 6
     $aid = $route_param['aid']?(int)$route_param['aid']:0;

+ 47
- 14
template/pc/components/detail/cl.htm Visa fil

@@ -8,8 +8,8 @@
8 8
                     </small>
9 9
 
10 10
 
11
-
12
-
11
+<script src="https://www.zc10000.com/index.php?m=api&amp;c=Ajax&amp;a=arcclick&amp;type=view&amp;aids={$doc_aid}" type="text/javascript" language="javascript"></script>
12
+<!--
13 13
             <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
14 14
                             点击分享
15 15
                   </small>
@@ -19,7 +19,7 @@
19 19
                 <div class="social-share"></div>
20 20
             </div>
21 21
 
22
-
22
+-->
23 23
 
24 24
 
25 25
 
@@ -29,11 +29,11 @@
29 29
     </div>
30 30
     <div class="items">
31 31
         <div class="row post-single">
32
-            <div class="col-xs-12 col-sm-12 col-md-8">
32
+            <div class="col-xs-12 col-sm-12 col-md-10">
33 33
                 <div class="pic fl">
34 34
                     <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>
35 35
                     <img class="img-cover" src="{$eyou.field.litpic}" alt="{$eyou.field.title}" title="{$eyou.field.title}"> </div>
36
-                <div class="list">
36
+                <div class="list list-detail">
37 37
 
38 38
 
39 39
 
@@ -50,23 +50,40 @@
50 50
                     {/eyou:sql}
51 51
                     {/eyou:if}
52 52
 
53
+                    <p><font>文档名称:</font><a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
54
+                    <p class="cate">
55
+                        <font>所属标签:</font><a href="https://www.zc10000.com/tag{$product_tag_id}"  target="_blank" class="mcolor">{$tag_name}</a>
56
+
57
+                        &nbsp;&nbsp;&nbsp;<font>页面数量:</font> {$eyou.field.pagenum}
58
+                    </p>
53 59
 
54
-                    <p>文档名称:<a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
55
-                    <p class="cate">所属标签:<a href="https://www.zc10000.com/tag{$product_tag_id}"  target="_blank" class="mcolor">{$tag_name}</a></p>
56
-                    <p class="site">官方网址:<a href="" title="{$eyou.field.title}" >{$web_domain}{$web_url}</a></p>
57
-                    <p class="cate">产品价格:
60
+                    <?php
61
+                    /*<p class="site">官方网址:<a href="" title="{$eyou.field.title}" >{$web_domain}{$web_url}</a></p>*/
62
+                    ?>
63
+
64
+                    <p class="cate"><font>产品价格:</font>
58 65
                         <span class="mod_price" style="margin: 0px 0px;">
59 66
                                     <i>¥</i>
60 67
                                     <span class="more2_info_price_txt">{$eyou.field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
61 68
                                      </span>
62 69
                                 </span>
63 70
                     </p>
71
+
72
+                    <p class="site"><font>购买须知:</font>  本产品为电子档文件,属虚拟产品,付款后请联系客服领取,一经售出概不退换!</p>
73
+
64 74
                     <p class="seo">
65 75
 
66 76
                         <!--SEO查询: <a  class="" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a>
67 77
                         <a  class="pczz" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a> <a  class="mzz" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a> -->
68 78
 
69
-                        产品简介: {$eyou.field.seo_description|msubstr=###,0,65,true}
79
+
80
+
81
+                        {eyou:empty name='$eyou.field.zylm' /}
82
+                            <font>产品简介:</font> {$eyou.field.seo_description|msubstr=###,0,100,true}
83
+                        {eyou:else /}
84
+                            <font>产品简介:</font> {$eyou.field.zylm|msubstr=###,0,100,true}
85
+                        {/eyou:empty}
86
+
70 87
 
71 88
                     </p>
72 89
 
@@ -83,10 +100,20 @@
83 100
     </div>
84 101
 </div>
85 102
 <div class="part">
86
-    <p class="tt"><span>文档介绍</span></p>
103
+    <p class="tt"><span>产品介绍</span></p>
87 104
     <div class="items">
88 105
         <div class="art-main">
89
-            {$eyou.field.content_5}
106
+
107
+            {eyou:if condition='($is_mobile === false)'}
108
+                {$eyou.field.content_5}
109
+            {eyou:else /}
110
+                {eyou:empty name='$eyou.field.content_4' /}
111
+                    {$eyou.field.content_5}
112
+                {eyou:else /}
113
+                    {$eyou.field.content_4}
114
+                {/eyou:empty}
115
+            {/eyou:if}
116
+
90 117
         </div>
91 118
     </div>
92 119
 </div>
@@ -102,7 +129,8 @@
102 129
         $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number<$number and tid=1233 and is_del=0 and type=2 and area_id=0 ORDER BY number desc LIMIT 1)";
103 130
         ?>
104 131
 
105
-        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
132
+        <span class="bb3">
133
+        {eyou:sql sql="$sql" cachetime='3600' empty='无' id='kp'}
106 134
         {eyou:arcview aid='$kp.aid'}
107 135
 
108 136
 
@@ -116,6 +144,8 @@
116 144
         {/eyou:arcview}
117 145
         {/eyou:sql}
118 146
 
147
+        </span>
148
+
119 149
 
120 150
     </div>
121 151
     <div class="col-xs-12 col-sm-6 col-md-6 b bb" style="">
@@ -123,7 +153,9 @@
123 153
         <?php
124 154
         $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number>$number and tid=1233 and is_del=0 and type=2 and area_id=0 ORDER BY number asc LIMIT 1)";
125 155
         ?>
126
-        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
156
+
157
+        <span class="bb3">
158
+        {eyou:sql sql="$sql" cachetime='3600' empty='无' id='kp'}
127 159
         {eyou:arcview aid='$kp.aid'}
128 160
 
129 161
         {eyou:if condition='((int)$field.is_del === 0)'}
@@ -134,6 +166,7 @@
134 166
 
135 167
         {/eyou:arcview}
136 168
         {/eyou:sql}
169
+        </span>
137 170
     </div>
138 171
 
139 172
     <div class="clear"></div>

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

@@ -13,8 +13,9 @@
13 13
                         {$eyou.field.click}
14 14
                     </small>
15 15
 
16
+<script src="https://www.zc10000.com/index.php?m=api&amp;c=Ajax&amp;a=arcclick&amp;type=view&amp;aids={$doc_aid}" type="text/javascript" language="javascript"></script>
16 17
 
17
-
18
+<!--
18 19
                 <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
19 20
                             点击分享
20 21
                   </small>
@@ -23,7 +24,7 @@
23 24
 <div style="display: none;" id="share-box">
24 25
                 <div class="social-share"></div>
25 26
             </div>
26
-
27
+-->
27 28
 
28 29
 
29 30
             </span>
@@ -37,7 +38,7 @@
37 38
                 <div class="pic fl">
38 39
                     <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>
39 40
                     <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>
40
-                <div class="list">
41
+                <div class="list list-detail">
41 42
 
42 43
 
43 44
 
@@ -79,21 +80,21 @@
79 80
 
80 81
 
81 82
 
82
-                    <p>文档名称:<a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
83
-                    <p class="cate">所属标签: <a href="https://www.zc10000.com/tag{$product_tag_id}"  target="_blank" >{$tag_name}</a></p>
83
+                    <p><font>文档名称:</font><a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
84
+                    <p class="cate"><font>所属标签:</font> <a href="https://www.zc10000.com/tag{$product_tag_id}"  target="_blank" >{$tag_name}</a></p>
84 85
                     <p class="site">
85 86
                         {eyou:if condition='($is_mobile === false)'}
86 87
 
87
-                        文件大小: {$fileSize} &nbsp;&nbsp;&nbsp;&nbsp;
88
-                        上传时间: {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;
89
-                        下载次数: {$eyou.field.downcount}
88
+                        <font>文件大小:</font> {$fileSize} &nbsp;&nbsp;&nbsp;&nbsp;
89
+                        <font>上传时间:</font> {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;
90
+                        <font>下载次数:</font> {$eyou.field.downcount}
90 91
 
91 92
 
92 93
                         {eyou:else /}
93 94
 
94
-                        上传时间: {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;<br/>
95
-                        文件大小: {$fileSize}  &nbsp;&nbsp;&nbsp;&nbsp;
96
-                        下载次数: {$eyou.field.downcount}
95
+                        <font>上传时间:</font> {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;<br/>
96
+                        <font>文件大小:</font> {$fileSize}  &nbsp;&nbsp;&nbsp;&nbsp;
97
+                        <font>下载次数:</font> {$eyou.field.downcount}
97 98
                         {/eyou:if}
98 99
 
99 100
 
@@ -103,7 +104,12 @@
103 104
                         <!--SEO查询: <a  class="" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a>
104 105
                         <a  class="pczz" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a> <a  class="mzz" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a> -->
105 106
 
106
-                        文档简介: {$eyou.field.seo_description|msubstr=###,0,65,true}
107
+
108
+                        {eyou:empty name='$eyou.field.zylm' /}
109
+                        <font>文档简介:</font> {$eyou.field.seo_description|msubstr=###,0,100,true}
110
+                        {eyou:else /}
111
+                        <font>文档简介:</font> {$eyou.field.zylm|msubstr=###,0,100,true}
112
+                        {/eyou:empty}
107 113
 
108 114
                     </p>
109 115
 
@@ -141,7 +147,17 @@
141 147
     <p class="tt"><span>文档介绍</span></p>
142 148
     <div class="items">
143 149
         <div class="art-main">
150
+
151
+            {eyou:if condition='($is_mobile === false)'}
144 152
             {$eyou.field.content_5}
153
+            {eyou:else /}
154
+            {eyou:empty name='$eyou.field.content_4' /}
155
+            {$eyou.field.content_5}
156
+            {eyou:else /}
157
+            {$eyou.field.content_4}
158
+            {/eyou:empty}
159
+            {/eyou:if}
160
+
145 161
         </div>
146 162
     </div>
147 163
 </div>
@@ -158,7 +174,8 @@
158 174
         $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number<$number and tid=1232 and is_del=0 and type=2 and area_id=$area_id ORDER BY number desc LIMIT 1)";
159 175
         ?>
160 176
 
161
-        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
177
+        <span class="bb3">
178
+        {eyou:sql sql="$sql" cachetime='3600' empty='无' id='kp'}
162 179
         {eyou:arcview aid='$kp.aid'}
163 180
 
164 181
 
@@ -171,7 +188,7 @@
171 188
 
172 189
         {/eyou:arcview}
173 190
         {/eyou:sql}
174
-
191
+        </span>
175 192
 
176 193
     </div>
177 194
     <div class="col-xs-12 col-sm-6 col-md-6 b bb" style="">
@@ -181,17 +198,19 @@
181 198
 
182 199
         //echo $sql;
183 200
         ?>
184
-        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
185
-        {eyou:arcview aid='$kp.aid'}
201
+        <span class="bb3">
202
+            {eyou:sql sql="$sql" cachetime='3600' empty='无' id='kp'}
203
+            {eyou:arcview aid='$kp.aid'}
186 204
 
187
-        {eyou:if condition='((int)$field.is_del === 0)'}
188
-        <a href="https://www.zc10000.com/zx{$kp.number}" style="" class="b2">{$field.title}</a>
189
-        {eyou:else /}
190
-        文档已删除 {$field.title|msubstr=###,0,10,true}
191
-        {/eyou:if}
205
+            {eyou:if condition='((int)$field.is_del === 0)'}
206
+            <a href="https://www.zc10000.com/zx{$kp.number}" style="" class="b2">{$field.title}</a>
207
+            {eyou:else /}
208
+            文档已删除 {$field.title|msubstr=###,0,10,true}
209
+            {/eyou:if}
192 210
 
193
-        {/eyou:arcview}
194
-        {/eyou:sql}
211
+            {/eyou:arcview}
212
+            {/eyou:sql}
213
+        </span>
195 214
     </div>
196 215
 
197 216
     <div class="clear"></div>
@@ -210,12 +229,11 @@
210 229
 
211 230
 
212 231
             <?php
213
-
214
-
215 232
             if($areaname === 0){
216
-                $where = " and area_tag_id=".$area_id;
233
+                $where = " and area_tag_id=".$area_id." and aid!=".$doc_aid;
217 234
             }else{
218
-                $where = " and area_tag_id=0";
235
+                //没有区域 要排除其他区域
236
+                $where = " and area_tag_id=0 and aid!=".$doc_aid;
219 237
             }
220 238
 
221 239
             //product_tag_id
@@ -231,25 +249,57 @@
231 249
             //echo $sql;
232 250
             ?>
233 251
 
252
+            <?php
253
+                $num = 0;
254
+            ?>
234 255
             {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
235 256
             {eyou:arcview aid='$listSql.aid'}
236 257
 
237 258
             <?php
238 259
             $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
260
+            $num++;
239 261
             ?>
240 262
 
241
-
242 263
             {eyou:include file='/template/pc/components/goods/zc.htm' /}
243 264
 
265
+            {/eyou:arcview}
266
+            {/eyou:sql}
244 267
 
245 268
 
269
+            <?php
270
+                $num = 6-$num;
271
+                //var_dump($num);
272
+                //再补充的数量
273
+
274
+                if($areaname === 0){
275
+                    $where = " and area_tag_id!=".$area_id." and aid!=".$doc_aid;
276
+                }else{
277
+                    //补充场景 前面区域为0 这里要大于0
278
+                    $where = " and area_tag_id>0 and aid!=".$doc_aid; //and area_tag_id=0
279
+                }
280
+
281
+                if((int)$product_tag_id === 0){
282
+                    $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id>0".$where; //and is_recom=1
283
+                }else{
284
+                    $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=".$product_tag_id.$where; //and is_recom=1
285
+                }
286
+                //优先标签前置
287
+                $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,".$num;
288
+                //var_dump($sql);
289
+            ?>
290
+
291
+            {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
292
+            {eyou:arcview aid='$listSql.aid'}
246 293
 
294
+            <?php
295
+            $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
296
+            ?>
247 297
 
298
+            {eyou:include file='/template/pc/components/goods/zc.htm' /}
248 299
 
249 300
             {/eyou:arcview}
250 301
             {/eyou:sql}
251 302
 
252
-
253 303
         </div>
254 304
     </div>
255 305
 </div>
@@ -289,11 +339,11 @@
289 339
 
290 340
 
291 341
             <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
292
-                <div class="item art-item transition">
342
+                <div class="item art-item transition cl-img-box">
293 343
                     <a class="art-a" href="{$ar_url}" title="" >
294
-                        <img class="img-cover" src="{$field.litpic}" alt="" title="">
344
+                        <img class="img-cover cl-img" src="{$field.litpic}" alt="" title="">
295 345
                     </a>
296
-                    <h3 class="art-title" style="">
346
+                    <h3 class="art-title  cl-art-title" style="">
297 347
                         {eyou:if condition='((int)$field.is_recom === 1)'}
298 348
                         <i class="more2_info_self">推荐</i>
299 349
                         {/eyou:if}

+ 23
- 9
template/pc/components/detail/new.htm Visa fil

@@ -11,16 +11,16 @@
11 11
                     <small class="info"><i class="fa fa-eye"></i>
12 12
                         {$eyou.field.click}
13 13
                     </small>
14
+<script src="https://www.zc10000.com/index.php?m=api&amp;c=Ajax&amp;a=arcclick&amp;type=view&amp;aids={$doc_aid}" type="text/javascript" language="javascript"></script>
14 15
 
15
-
16
-                    <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
16
+<!--                    <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
17 17
                             点击分享
18 18
                   </small>
19 19
 
20 20
 
21 21
 <div style="display: none;" id="share-box">
22 22
                 <div class="social-share"></div>
23
-            </div>
23
+            </div>-->
24 24
 
25 25
 
26 26
                 </span>
@@ -30,7 +30,17 @@
30 30
         <div class="art-main">
31 31
             <div>
32 32
 
33
+
34
+                {eyou:if condition='($is_mobile === false)'}
35
+                {$eyou.field.content_5}
36
+                {eyou:else /}
37
+                {eyou:empty name='$eyou.field.content_4' /}
33 38
                 {$eyou.field.content_5}
39
+                {eyou:else /}
40
+                {$eyou.field.content_4}
41
+                {/eyou:empty}
42
+                {/eyou:if}
43
+
34 44
 
35 45
             </div>
36 46
 
@@ -139,7 +149,8 @@
139 149
         $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number<$number and tid=1231 and is_del=0 and type=2 and area_id=0 ORDER BY number desc LIMIT 1)";
140 150
         ?>
141 151
 
142
-        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
152
+        <span class="bb3">
153
+        {eyou:sql sql="$sql" cachetime='3600' empty='无' id='kp'}
143 154
         {eyou:arcview aid='$kp.aid'}
144 155
 
145 156
 
@@ -152,7 +163,7 @@
152 163
 
153 164
         {/eyou:arcview}
154 165
         {/eyou:sql}
155
-
166
+        </span>
156 167
 
157 168
     </div>
158 169
     <div class="col-xs-12 col-sm-6 col-md-6 b bb" style="">
@@ -160,7 +171,9 @@
160 171
         <?php
161 172
         $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number>$number and tid=1231 and is_del=0 and type=2 and area_id=0 ORDER BY number asc LIMIT 1)";
162 173
         ?>
163
-        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
174
+
175
+        <span class="bb3">
176
+        {eyou:sql sql="$sql" cachetime='3600' empty='无' id='kp'}
164 177
         {eyou:arcview aid='$kp.aid'}
165 178
 
166 179
         {eyou:if condition='((int)$field.is_del === 0)'}
@@ -171,6 +184,7 @@
171 184
 
172 185
         {/eyou:arcview}
173 186
         {/eyou:sql}
187
+        </span>
174 188
     </div>
175 189
 
176 190
     <div class="clear"></div>
@@ -211,11 +225,11 @@
211 225
 
212 226
 
213 227
             <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
214
-                <div class="item art-item transition">
228
+                <div class="item art-item transition cl-img-box">
215 229
                     <a class="art-a" href="{$ar_url}" title="" >
216
-                        <img class="img-cover" src="{$field.litpic}" alt="" title="">
230
+                        <img class="img-cover cl-img" src="{$field.litpic}" alt="" title="">
217 231
                     </a>
218
-                    <h3 class="art-title" style="">
232
+                    <h3 class="art-title cl-art-title" style="">
219 233
                         {eyou:if condition='((int)$field.is_recom === 1)'}
220 234
                         <i class="more2_info_self">推荐</i>
221 235
                         {/eyou:if}

+ 3
- 3
template/pc/components/index/content.htm Visa fil

@@ -311,11 +311,11 @@
311 311
                     $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,0,0);
312 312
                     ?>
313 313
                         <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
314
-                            <div class="item art-item transition">
314
+                            <div class="item art-item transition cl-img-box">
315 315
                                 <a class="art-a" href="{$ar_url}" title="" >
316
-                                    <img class="img-cover" src="{$field.litpic}" alt="" title="">
316
+                                    <img class="img-cover cl-img" src="{$field.litpic}" alt="" title="">
317 317
                                 </a>
318
-                                <h3 class="art-title" style="">
318
+                                <h3 class="art-title cl-art-title" style="">
319 319
                                     {eyou:if condition='((int)$field.is_recom === 1)'}
320 320
                                     <i class="more2_info_self">推荐</i>
321 321
                                     {/eyou:if}

+ 3
- 3
template/pc/components/list/style12/page/mod_4.htm Visa fil

@@ -84,11 +84,11 @@ $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0',
84 84
 ?>
85 85
 
86 86
 <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
87
-    <div class="item art-item transition">
87
+    <div class="item art-item transition cl-img-box">
88 88
         <a class="art-a" href="{$ar_url}" title="" >
89
-            <img class="img-cover" src="{$field.litpic}" alt="" title="">
89
+            <img class="img-cover cl-img" src="{$field.litpic}" alt="" title="">
90 90
         </a>
91
-        <h3 class="art-title" style="">
91
+        <h3 class="art-title cl-art-title" style="">
92 92
             {eyou:if condition='((int)$field.is_recom === 1)'}
93 93
             <i class="more2_info_self">推荐</i>
94 94
             {/eyou:if}

+ 162
- 0
template/pc/components/list/style12/page/mod_5.htm Visa fil

@@ -0,0 +1,162 @@
1
+<!--拼接查询条件-->
2
+<?php
3
+
4
+    //关联 其他栏目 用的 查询
5
+    $catid = 0;
6
+
7
+    if(empty($provid)){
8
+        $provid = 0;
9
+    }
10
+    if(empty($cityid)){
11
+        $cityid = 0;
12
+    }
13
+
14
+    //只调用省级 城市为空
15
+    if((int)$provid === 0 && (int)$catid === 0){
16
+        //所有省份的数据
17
+        //and province_id='0' and city_id='0'
18
+        $where = "typeid IN(1231,1232,1233) and is_del=0";
19
+    }else if((int)$provid > 0 && (int)$catid === 0 && (int)$cityid === 0){
20
+        //只选择省 不选择职称
21
+        //and city_id='0'
22
+        $where = "typeid IN(1231,1232,1233) and province_id='$provid' and is_del=0";
23
+    }else{
24
+        //存在城市
25
+        // and stypeid='$catid'
26
+        $where = "typeid IN(1231,1232,1233) and province_id='$provid' and city_id='$cityid' and is_del=0";
27
+    }
28
+
29
+    if($tagid > 0){
30
+        //加入筛选
31
+        $where = $where.' and product_tag_id='.$tagid;
32
+    }
33
+
34
+    //var_dump($where);die;
35
+
36
+?>
37
+
38
+
39
+<?php
40
+    //var_dump($route_param['page']);
41
+    //计算limit属性
42
+    $pagesize = 12;
43
+    if(!empty($route_param['page'])){
44
+        $curpage = $route_param['page'];
45
+        $start_li = $pagesize*($curpage-1); //开始位置
46
+        $end_li = $pagesize*$curpage;
47
+        $limit_cat_value = $start_li.','.$pagesize;
48
+    }else{
49
+        $curpage = 1;
50
+        $limit_cat_value = '0,'.$pagesize;
51
+    }
52
+?>
53
+
54
+{eyou:assign name='limit_cat' value="$limit_cat_value" /}
55
+<?php
56
+    //$sql = "select GROUP_CONCAT(aid SEPARATOR ',') AS ids from ey_archives where $where order by update_time desc limit $limit_cat";
57
+    $sql = "select aid from ey_archives where $where order by update_time desc limit $limit_cat";
58
+    //echo $sql;die;
59
+    $ids = '';
60
+?>
61
+{eyou:sql sql="$sql" cachetime='3600' empty='没有数据' id="res"}
62
+<?php
63
+    //var_dump($provid);
64
+    //var_dump($res);
65
+    $ids = $res['aid'].','.$ids;
66
+?>
67
+{/eyou:sql}
68
+<?php
69
+    $ids = preg_replace("/.$/", "", $ids);
70
+    //var_dump($ids);
71
+?>
72
+<!--开始查询-->
73
+{eyou:empty name='$ids' /}
74
+----------------------(暂无相关文档)-----------------------
75
+{eyou:else /}
76
+
77
+
78
+
79
+{eyou:artlist idlist="$ids" titlelen='30' limit='0,12' infolen='160' orderby='update_time desc' addfields='handle_time,province_id'}
80
+<?php
81
+//var_dump($field['aid']);
82
+$ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
83
+?>
84
+
85
+<div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
86
+    <div class="item art-item transition">
87
+
88
+        {eyou:if condition='((int)$field.typeid === 1233)'}
89
+        <font class="more2_info_self">业绩材料</font>
90
+        {eyou:elseif condition='((int)$field.typeid === 1232)' /}
91
+        <font class="more2_info_self">政策文件</font>
92
+        {eyou:else /}
93
+
94
+        <font class="more2_info_self">申报资讯</font>
95
+        {/eyou:if}
96
+
97
+
98
+        <a class="art-a" href="{$ar_url}" title="" >
99
+            {eyou:if condition='((int)$field.typeid === 1232)' /}
100
+            <div class='zc_img_box'>
101
+            <img class='zc_img' src="https://www.zc10000.com/public/static/common/images/ico/{$field.ext}.png" alt="{$field.title}" title="{$field.title}">
102
+            </div>
103
+            {eyou:else /}
104
+            <div class='zc_img_box'>
105
+            <img class="img-cover" src="{$field.litpic}" alt="" title="">
106
+            </div>
107
+            {/eyou:if}
108
+
109
+        </a>
110
+
111
+        <h3 class="art-title">
112
+
113
+
114
+
115
+
116
+            <a class="" href="{$ar_url}" title="{$field.title}" >
117
+                {$field.title}
118
+            </a>
119
+
120
+        </h3>
121
+
122
+
123
+        {eyou:if condition='($field.typeid === 1233)'}
124
+        <div class="mod_price" style="">
125
+            <i>¥</i>
126
+            <span class="more2_info_price_txt">{$field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
127
+                                 </span>
128
+        </div>
129
+        {eyou:else /}
130
+        <p>{$field.seo_description|msubstr=###,0,35,true}</p>
131
+        {/eyou:if}
132
+
133
+
134
+
135
+
136
+
137
+    </div>
138
+</div>
139
+<!--{$field.add_time|MyDate='Y-m-d H:i',###}---->
140
+
141
+
142
+
143
+{/eyou:artlist}
144
+
145
+
146
+
147
+{/eyou:empty}
148
+
149
+
150
+
151
+<!--<div class="layui-row">
152
+    <div class="layui-col-xs6 layui-col-md4">
153
+        <div class="grid-demo">
154
+
155
+        </div>
156
+    </div>
157
+</div>-->
158
+
159
+
160
+
161
+
162
+

+ 105
- 0
template/pc/components/list/style12/page/mod_6.htm Visa fil

@@ -0,0 +1,105 @@
1
+<!--拼接查询条件-->
2
+<?php
3
+
4
+    //关联 其他栏目 用的 查询
5
+    $catid = 0;
6
+
7
+    if(empty($provid)){
8
+        $provid = 0;
9
+    }
10
+    if(empty($cityid)){
11
+        $cityid = 0;
12
+    }
13
+
14
+    //只调用省级 城市为空
15
+    if((int)$provid === 0 && (int)$catid === 0){
16
+        //所有省份的数据
17
+        //and province_id='0' and city_id='0'
18
+        $where = "typeid=371 and is_del=0";
19
+    }else if((int)$provid > 0 && (int)$catid === 0 && (int)$cityid === 0){
20
+        //只选择省 不选择职称
21
+        //and city_id='0'
22
+        $where = "typeid=371 and province_id='$provid' and is_del=0";
23
+    }else{
24
+        //存在城市
25
+        // and stypeid='$catid'
26
+        $where = "typeid=371 and province_id='$provid' and city_id='$cityid' and is_del=0";
27
+    }
28
+
29
+    if($tagid > 0){
30
+        //加入筛选
31
+        $where = $where.' and product_tag_id='.$tagid;
32
+    }
33
+
34
+    //var_dump($tid);die;
35
+
36
+?>
37
+
38
+
39
+<?php
40
+    //var_dump($route_param['page']);
41
+    //计算limit属性
42
+    $pagesize = 12;
43
+    if(!empty($route_param['page'])){
44
+        $curpage = $route_param['page'];
45
+        $start_li = $pagesize*($curpage-1); //开始位置
46
+        $end_li = $pagesize*$curpage;
47
+        $limit_cat_value = $start_li.','.$pagesize;
48
+    }else{
49
+        $curpage = 1;
50
+        $limit_cat_value = '0,'.$pagesize;
51
+    }
52
+?>
53
+
54
+{eyou:assign name='limit_cat' value="$limit_cat_value" /}
55
+<?php
56
+    //$sql = "select GROUP_CONCAT(aid SEPARATOR ',') AS ids from ey_archives where $where order by update_time desc limit $limit_cat";
57
+    $sql = "select aid from ey_archives where $where order by update_time desc limit $limit_cat";
58
+    //echo $sql;die;
59
+    $ids = '';
60
+?>
61
+{eyou:sql sql="$sql" cachetime='3600' empty='没有数据' id="res"}
62
+<?php
63
+    //var_dump($provid);
64
+    //var_dump($res);
65
+    $ids = $res['aid'].','.$ids;
66
+?>
67
+{/eyou:sql}
68
+<?php
69
+    $ids = preg_replace("/.$/", "", $ids);
70
+    //var_dump($ids);
71
+?>
72
+<!--开始查询-->
73
+{eyou:empty name='$ids' /}
74
+----------------------(暂无相关文档)-----------------------
75
+{eyou:else /}
76
+
77
+
78
+
79
+{eyou:artlist idlist="$ids" titlelen='30' limit='0,12' infolen='160' orderby='update_time desc' addfields='handle_time,province_id'}
80
+<?php
81
+//var_dump($field['aid']);
82
+$ar_url = 'https://www.zc10000.com/tag'.$field['aid'];
83
+?>
84
+
85
+<div class="col-xs-6 col-sm-4 col-md-3 font-563-active-{$i}">
86
+    <div class="item art-item transition">
87
+        <h3 class="art-title">
88
+            <a class="" href="{$ar_url}" title="{$field.title}" target="_blank">
89
+                {$field.title}
90
+            </a>
91
+        </h3>
92
+    </div>
93
+</div>
94
+<!--{$field.add_time|MyDate='Y-m-d H:i',###}---->
95
+
96
+{/eyou:artlist}
97
+
98
+
99
+
100
+{/eyou:empty}
101
+
102
+
103
+
104
+
105
+

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

@@ -67,6 +67,14 @@
67 67
         <a href="/cp">{$field.typename}</a>
68 68
         {/eyou:type}
69 69
 
70
+        {eyou:elseif condition='($page == "tag_detail")'}
71
+            <!--文章列表页-->
72
+            标签 '{$tag_name}' 匹配结果
73
+
74
+        {eyou:elseif condition='($page == "taglist")'}
75
+            <!--文章列表页-->
76
+            <a href="https://www.zc10000.com/taglist">标签列表</a>
77
+
70 78
         {eyou:else /}
71 79
         <!--系统的面包屑 不符合某些规则-->
72 80
         {eyou:position style="crumb" /}

+ 3
- 3
template/pc/components/search/content.htm Visa fil

@@ -12,11 +12,11 @@
12 12
 ?>
13 13
 
14 14
 <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i} search-li" >
15
-    <div class="item art-item transition">
15
+    <div class="item art-item transition cl-img-box">
16 16
         <a class="art-a" href="{$ar_url}" title="" >
17
-            <img class="img-cover" src="{$field.litpic}" alt="" title="">
17
+            <img class="img-cover cl-img" src="{$field.litpic}" alt="" title="">
18 18
         </a>
19
-        <h3 class="art-title" style="">
19
+        <h3 class="art-title cl-art-title" style="">
20 20
             {eyou:if condition='((int)$field.is_recom === 1)'}
21 21
             <i class="more2_info_self">推荐</i>
22 22
             {/eyou:if}

+ 132
- 0
template/pc/css/extend.css Visa fil

@@ -551,4 +551,136 @@
551 551
 
552 552
 .part .post-single .list .btn{
553 553
     margin-top: 15px !important;
554
+}
555
+
556
+#tag_detail .mod_price{
557
+    min-height: 36px;line-height: 36px;margin: 10px 20px;
558
+}
559
+#tag_detail  .art-item{
560
+    text-align: center;
561
+}
562
+
563
+#tag_detail   .art-title{
564
+    text-align: left;
565
+}
566
+#tag_detail p{
567
+    text-align: left;
568
+}
569
+
570
+#tag_detail  .art-a img{
571
+    width: auto !important;
572
+    /*height: 80% !important;*/
573
+}
574
+#tag_detail .art-item{
575
+    position: relative;
576
+}
577
+
578
+#tag_detail .more2_info_self{
579
+    position: absolute;
580
+    left: 0;top:5px;
581
+}
582
+
583
+.zc_img_box{
584
+    height: 152px !important;
585
+    display: flex;
586
+    align-items: center; /* 垂直居中子元素 */
587
+    justify-content: center;
588
+}
589
+.zc_img{
590
+    height: 100px !important;
591
+}
592
+
593
+@media (max-width: 1240px){
594
+    .part .art-item .art-a .img-cover {
595
+        height: 152px !important;
596
+    }
597
+
598
+}
599
+
600
+@media (max-width: 1240px) {
601
+    .zc_img_box{
602
+        height: 152px !important;
603
+        display: flex;
604
+        align-items: center; /* 垂直居中子元素 */
605
+        justify-content: center;
606
+    }
607
+    .zc_img{
608
+        height: 100px !important;
609
+    }
610
+    .art-item .mod_price{
611
+        margin-top: 0 !important;
612
+    }
613
+}
614
+
615
+#taglist .art-title a{
616
+    line-height: 45px !important;
617
+    text-align: center !important;
618
+    font-size: 16px !important;
619
+}
620
+#taglist .part .art-item{
621
+    padding-bottom:0px !important;
622
+}
623
+
624
+.list-detail font{
625
+    font-weight: bold;
626
+}
627
+
628
+.bb3{
629
+    color: #6b7386;
630
+}
631
+@media (max-width: 1240px) {
632
+    .bb3 {
633
+        width: 70%;
634
+        float: left;
635
+        text-align: left;
636
+        line-height: 150%;
637
+        color: #6b7386;
638
+    }
639
+}
640
+
641
+.cl-img-box{
642
+    text-align: center;
643
+}
644
+.cl-img{
645
+    width:auto !important;
646
+}
647
+.cl-art-title{
648
+    text-align: left !important;
649
+}
650
+
651
+@media (max-width: 767px){
652
+     #cl_detail .part .post-single .pic {
653
+        width: 100%;
654
+        height: 205px !important;
655
+        margin-bottom: 4%;
656
+    }
657
+}
658
+
659
+.footer-nav {
660
+    position: fixed;
661
+    display: flex;
662
+    align-items: center;
663
+    width: 100%;
664
+    background-color: #fff;
665
+    bottom: 0;
666
+    height: 50px;
667
+    border-top: 1px solid #eee;
668
+}
669
+
670
+.footer-nav .nav-item {
671
+    flex: 1;
672
+    text-align: center;
673
+    font-size: 12px
674
+}
675
+
676
+.footer-nav .nav-item i {
677
+    font-size: 20px;
678
+}
679
+
680
+.footer-nav .nav-item.cur {
681
+    color: #ff7600;
682
+}
683
+
684
+.nav-item-t{
685
+    height: 25px;
554 686
 }

+ 59
- 0
template/pc/lists_zczygz_tg.htm Visa fil

@@ -0,0 +1,59 @@
1
+{eyou:assign name='page' value='tag_detail' /}
2
+{eyou:include file='/template/pc/common/main/param.htm' /}
3
+{eyou:include file='/template/pc/common/include/top.htm' /}
4
+{eyou:include file='/template/pc/common/other/background.htm' /}
5
+{eyou:include file='/template/pc/common/include/header.htm' /}
6
+
7
+
8
+<div id="tag_detail">
9
+
10
+
11
+    <div id="mask"></div>
12
+
13
+    {eyou:include file='/template/pc/components/nav/style_1.htm' /}
14
+
15
+
16
+    <div class="container">
17
+        <!-- 广告位AD4  -->
18
+
19
+
20
+        <div class="part" style="padding: 10px 15px;">
21
+            <div class="row">
22
+
23
+                {eyou:include file='/template/pc/components/list/style12/page/mod_5.htm' /}
24
+
25
+
26
+            </div>
27
+            <div class="wordpress_pages">
28
+
29
+                <ul class="pager">
30
+                    {eyou:include file='/template/pc/components/list/style12/page/mod_page.htm' /}
31
+                </ul>
32
+
33
+            </div>
34
+        </div>
35
+    </div>
36
+
37
+
38
+
39
+
40
+
41
+</div>
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+{eyou:include file='/template/pc/common/include/footer.htm' /}
59
+{eyou:include file='/template/pc/common/include/bottom.htm' /}

+ 59
- 0
template/pc/lists_zczygz_tglist.htm Visa fil

@@ -0,0 +1,59 @@
1
+{eyou:assign name='page' value='taglist' /}
2
+{eyou:include file='/template/pc/common/main/param.htm' /}
3
+{eyou:include file='/template/pc/common/include/top.htm' /}
4
+{eyou:include file='/template/pc/common/other/background.htm' /}
5
+{eyou:include file='/template/pc/common/include/header.htm' /}
6
+
7
+
8
+<div id="taglist">
9
+
10
+
11
+    <div id="mask"></div>
12
+
13
+    {eyou:include file='/template/pc/components/nav/style_1.htm' /}
14
+
15
+
16
+    <div class="container">
17
+        <!-- 广告位AD4  -->
18
+
19
+
20
+        <div class="part" style="padding: 10px 15px;">
21
+            <div class="row">
22
+
23
+                {eyou:include file='/template/pc/components/list/style12/page/mod_6.htm' /}
24
+
25
+
26
+            </div>
27
+            <div class="wordpress_pages">
28
+
29
+                <ul class="pager">
30
+                    {eyou:include file='/template/pc/components/list/style12/page/mod_page.htm' /}
31
+                </ul>
32
+
33
+            </div>
34
+        </div>
35
+    </div>
36
+
37
+
38
+
39
+
40
+
41
+</div>
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+{eyou:include file='/template/pc/common/include/footer.htm' /}
59
+{eyou:include file='/template/pc/common/include/bottom.htm' /}

Loading…
Avbryt
Spara