Your Name 10ヶ月前
コミット
ce6e23055d

+ 3
- 2
application/admin/controller/Custom.php ファイルの表示

@@ -964,6 +964,7 @@ class Custom extends Base
964 964
                 unset($data['area_id']);
965 965
             }
966 966
 
967
+            //var_dump($post['addonFieldExt']);die;
967 968
 
968 969
             $r = Db::name('archives')->where([
969 970
                     'aid'   => $data['aid'],
@@ -978,9 +979,9 @@ class Custom extends Base
978 979
 
979 980
 
980 981
                 $numinfo = [
981
-                    'is_del' => $data['is_del'],
982
+                    //'is_del' => $data['is_del'],
982 983
                     'is_kan' => $data['arcrank'],
983
-                    'status' => $data['status'],
984
+                    //'status' => $data['status'],
984 985
                 ];
985 986
 
986 987
                 //文档aid 对应 序列号aid

+ 12
- 0
application/admin/model/Custom.php ファイルの表示

@@ -37,6 +37,18 @@ class Custom extends Model
37 37
     public function afterSave($aid, $post, $opt, $table)
38 38
     {
39 39
         $post['aid'] = $aid;
40
+
41
+
42
+        //获取远程图片尺寸
43
+        if(!empty($post['addonFieldExt']['down_eyou_remote'])){
44
+            $remoteFile = $post['addonFieldExt']['down_eyou_remote'];
45
+            $headers = get_headers($remoteFile, true);
46
+            $fileSize = $headers['Content-Length'];
47
+            $post['addonFieldExt']['size'] = $fileSize;
48
+        }
49
+
50
+
51
+
40 52
         $addonFieldExt = !empty($post['addonFieldExt']) ? $post['addonFieldExt'] : array();
41 53
         model('Field')->dealChannelPostData($post['channel'], $post, $addonFieldExt);
42 54
         

+ 11
- 0
application/route_ext.php ファイルの表示

@@ -64,6 +64,10 @@ function get_tid_map() {
64 64
         '1233' => 'cl',
65 65
         'cp' => '1234',
66 66
         '1234' => 'cp',
67
+        'tg' => '1235',
68
+        '1235' => 'tg',
69
+        'tglist' => '1236',
70
+        '1236' => 'tglist',
67 71
 
68 72
 
69 73
         'zhengce' => '115',
@@ -177,6 +181,13 @@ function set_route_ext()
177 181
             'cp<aid>$' => ['home/View/index?tid=' . $tid_map['cp'], [], ['aid' => '[\d]+']],
178 182
 
179 183
 
184
+            'taglist$' => 'home/Lists/index?tid=' . $tid_map['tglist'],
185
+            'taglist-<page>$' => ['home/Lists/index?tid='.$tid_map['tglist'], [], ['page' => '[\d]+']],
186
+            'tag<tagid>$' => ['home/Lists/index?tid=' . $tid_map['tg'],[], ['tagid' => '[\d]+']],
187
+            'tag<tagid>-<page>$' => ['home/Lists/index?tid='.$tid_map['tg'], [], ['tagid' => '[\d]+','page' => '[\d]+']],
188
+
189
+
190
+
180 191
              // 职称分类
181 192
             'zczl$' => 'home/Lists/index?tid=' . $tid_map['zczl'],
182 193
             'zczl-<pa>$' => ['home/Lists/index?tid='.$tid_map['zczl'], [], ['pa' => '[\d]+']],

+ 0
- 0
template/mobile/lists_zczygz_tg.htm ファイルの表示


+ 0
- 0
template/mobile/lists_zczygz_tglist.htm ファイルの表示


+ 1
- 0
template/mobile/view_zczygz_cl.htm ファイルの表示

@@ -25,6 +25,7 @@
25 25
 </div>
26 26
 
27 27
 {eyou:include file='/template/pc/common/include/footer.htm' /}
28
+{eyou:include file='/template/pc/common/other/share.htm' /}
28 29
 {eyou:include file='/template/pc/common/include/bottom.htm' /}
29 30
 
30 31
 <div id="buy" style="display: none;">

+ 1
- 0
template/mobile/view_zczygz_new.htm ファイルの表示

@@ -24,4 +24,5 @@
24 24
 </div>
25 25
 
26 26
 {eyou:include file='/template/pc/common/include/footer.htm' /}
27
+{eyou:include file='/template/pc/common/other/share.htm' /}
27 28
 {eyou:include file='/template/pc/common/include/bottom.htm' /}

+ 0
- 0
template/mobile/view_zczygz_tg.htm ファイルの表示


+ 0
- 0
template/mobile/view_zczygz_tglist.htm ファイルの表示


+ 1
- 0
template/mobile/view_zczygz_zc.htm ファイルの表示

@@ -27,4 +27,5 @@
27 27
 
28 28
 {eyou:include file='/template/pc/common/include/footer.htm' /}
29 29
 {eyou:include file='/template/pc/common/other/down.htm' /}
30
+{eyou:include file='/template/pc/common/other/share.htm' /}
30 31
 {eyou:include file='/template/pc/common/include/bottom.htm' /}

+ 36
- 8
template/pc/common/include/header.htm ファイルの表示

@@ -10,14 +10,42 @@
10 10
             <div class="search"> <i class="s-btn off fa fa-search"></i>
11 11
                 <div class="s-form"> <i class="arrow fa fa-caret-up"></i>
12 12
 
13
-                    {eyou:searchform type='sonself'}
14
-                    <form name="formsearch" method="get" action="{$field.action}" class="sform">
15
-                        <input class="sinput" name="keywords" type="text" placeholder="请输入搜索词">
16
-                        <button><i class="fa fa-search"></i></button>
17
-                        <!-- <input type="submit" value='点击搜索' />--->
18
-                        {$field.hidden}
19
-                    </form>
20
-                    {/eyou:searchform}
13
+
14
+
15
+                    <div class="layui-tab">
16
+                        <ul class="layui-tab-title">
17
+                            <li class="layui-this">政策</li>
18
+                            <li>材料</li>
19
+                        </ul>
20
+                        <div class="layui-tab-content">
21
+                            <div class="layui-tab-item layui-show">
22
+
23
+                                {eyou:searchform type='sonself' typeid='1232' modelid='103'}
24
+                                <form name="formsearch" method="get" action="{$field.action}" class="sform">
25
+                                    <input class="sinput" name="keywords" type="text" placeholder="请输入政策相关搜索词" style="padding: 0px 0 0 10px;">
26
+                                    <button><i class="fa fa-search"></i></button>
27
+                                    <!-- <input type="submit" value='点击搜索' />--->
28
+                                    {$field.hidden}
29
+                                </form>
30
+                                {/eyou:searchform}
31
+                            </div>
32
+                            <div class="layui-tab-item">
33
+
34
+
35
+                                {eyou:searchform type='sonself' typeid='1233' modelid='103'}
36
+                                <form name="formsearch" method="get" action="{$field.action}" class="sform">
37
+                                    <input class="sinput" name="keywords" type="text" placeholder="请输入材料相关搜索词" style="padding: 0px 0 0 10px;">
38
+                                    <button><i class="fa fa-search"></i></button>
39
+                                    <!-- <input type="submit" value='点击搜索' />--->
40
+                                    {$field.hidden}
41
+                                </form>
42
+                                {/eyou:searchform}
43
+
44
+                            </div>
45
+                        </div>
46
+                    </div>
47
+
48
+
21 49
 
22 50
 
23 51
                 </div>

+ 2
- 0
template/pc/common/main/param/cl_detail.htm ファイルの表示

@@ -6,4 +6,6 @@
6 6
     $is_mobile = isMobile();
7 7
     $web_domain = request()->domain();
8 8
     $web_url = request()->url();
9
+
10
+    $number = $aid;
9 11
 ?>

+ 5
- 0
template/pc/common/main/param/new_detail.htm ファイルの表示

@@ -6,4 +6,9 @@
6 6
     $is_mobile = isMobile();
7 7
     $web_domain = request()->domain();
8 8
     $web_url = request()->url();
9
+
10
+
11
+    $number = $aid;
12
+
13
+    //var_dump($number);
9 14
 ?>

+ 10
- 4
template/pc/common/main/param/search.htm ファイルの表示

@@ -1,7 +1,13 @@
1 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();
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
+
8
+    $typeid = $_GET['typeid']?(int)$_GET['typeid']:0;
9
+
10
+    //var_dump($typeid);
11
+
6 12
 ?>
7 13
 

+ 3
- 0
template/pc/common/main/param/zc_detail.htm ファイルの表示

@@ -13,6 +13,9 @@
13 13
     $area_id = 0;
14 14
     $area_name = '';
15 15
     $areaname = (int)$route_param['areaname'];
16
+
17
+
18
+    $number = $aid;
16 19
 ?>
17 20
 
18 21
 

+ 0
- 18
template/pc/common/other/down.htm ファイルの表示

@@ -1,19 +1 @@
1 1
 <script src="/template/pc/js/down/StreamSaver.js"></script>
2
-<link rel="stylesheet" href="/template/pc/js/overtrue-share/dist/css/share.min.css">
3
-<!--<script src="https://oss.zc10000.com/static/js/jquery-v3.1.1.min.js?t=544151"></script>
4
-<script src="/template/pc/js/overtrue-share/dist/js/jquery.share.min.js"></script>-->
5
-<script src="/template/pc/js/overtrue-share/dist/js/social-share.min.js"></script>
6
-<script>
7
-    var $config = {
8
-        url                 : '', // 网址,默认使用 window.location.href
9
-        source              : '', // 来源(QQ空间会用到), 默认读取head标签:<meta name="site" content="http://overtrue" />
10
-        title               : '', // 标题,默认读取 document.title 或者 <meta name="title" content="share.js" />
11
-        description         : '', // 描述, 默认读取head标签:<meta name="description" content="PHP弱类型的实现原理分析" />
12
-        image               : '', // 图片, 默认取网页中第一个img标签
13
-        sites               : ['qzone', 'qq', 'weibo','wechat', 'douban'], // 启用的站点
14
-        disabled            : ['google', 'facebook', 'twitter'], // 禁用的站点
15
-        wechatQrcodeTitle   : "微信扫一扫:分享", // 微信二维码提示文字
16
-        wechatQrcodeHelper  : '<p>微信里点“发现”,扫一下</p><p>二维码便可将本文分享至朋友圈。</p>',
17
-    };
18
-    socialShare('.social-share', $config);
19
-</script>

+ 27
- 0
template/pc/common/other/share.htm ファイルの表示

@@ -0,0 +1,27 @@
1
+<link rel="stylesheet" href="/template/pc/js/overtrue-share/dist/css/share.min.css">
2
+<!--<script src="https://oss.zc10000.com/static/js/jquery-v3.1.1.min.js?t=544151"></script>-->
3
+<!--<script src="/template/pc/js/overtrue-share/dist/js/jquery.share.min.js"></script>-->
4
+<script src="/template/pc/js/overtrue-share/dist/js/social-share.min.js"></script>
5
+<script>
6
+    var $config = {
7
+        url                 : '', // 网址,默认使用 window.location.href
8
+        source              : '', // 来源(QQ空间会用到), 默认读取head标签:<meta name="site" content="http://overtrue" />
9
+        title               : '', // 标题,默认读取 document.title 或者 <meta name="title" content="share.js" />
10
+        description         : '', // 描述, 默认读取head标签:<meta name="description" content="PHP弱类型的实现原理分析" />
11
+        image               : '', // 图片, 默认取网页中第一个img标签
12
+        sites               : ['qzone', 'qq', 'weibo','wechat', 'douban'], // 启用的站点
13
+        disabled            : ['google', 'facebook', 'twitter'], // 禁用的站点
14
+        wechatQrcodeTitle   : "微信扫一扫:分享", // 微信二维码提示文字
15
+        wechatQrcodeHelper  : '<p>微信里点“发现”,扫一下</p><p>二维码便可将本文分享至朋友圈。</p>',
16
+    };
17
+    socialShare('.social-share', $config);
18
+</script>
19
+
20
+
21
+<?php
22
+
23
+//阅读量: 642 收藏量: 1 点赞量: 1 下载量: 2
24
+//转发
25
+//分享
26
+
27
+?>

+ 116
- 31
template/pc/components/detail/cl.htm ファイルの表示

@@ -5,7 +5,27 @@
5 5
         </h1>
6 6
         <div class="r-intro fr"> <span class="data fr"> <small class="info"><i class="fa fa-clock-o"></i>{$eyou.field.update_time|MyDate="Y-m-d",###}</small>                     <small class="info"><i class="fa fa-eye"></i>
7 7
                         {$eyou.field.click}
8
-                    </small> </span> </div>
8
+                    </small>
9
+
10
+
11
+
12
+
13
+            <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
14
+                            点击分享
15
+                  </small>
16
+
17
+
18
+<div style="display: none;" id="share-box">
19
+                <div class="social-share"></div>
20
+            </div>
21
+
22
+
23
+
24
+
25
+
26
+
27
+            </span> </div>
28
+
9 29
     </div>
10 30
     <div class="items">
11 31
         <div class="row post-single">
@@ -14,8 +34,25 @@
14 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>
15 35
                     <img class="img-cover" src="{$eyou.field.litpic}" alt="{$eyou.field.title}" title="{$eyou.field.title}"> </div>
16 36
                 <div class="list">
37
+
38
+
39
+
40
+                    <?php
41
+                    $product_tag_id = $eyou['field']['product_tag_id'];
42
+                    //var_dump($product_tag_id);
43
+                    ?>
44
+
45
+                    {eyou:if condition='((int)$product_tag_id > 0)'}
46
+                    {eyou:sql sql="select aid,title from ey_archives where aid=$product_tag_id" cachetime='3600' empty=''}
47
+                    <?php
48
+                        $tag_name = $field['title'];
49
+                    ?>
50
+                    {/eyou:sql}
51
+                    {/eyou:if}
52
+
53
+
17 54
                     <p>文档名称:<a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
18
-                    <p class="cate">所属分类:<a href="" class="mcolor">产品购买</a></p>
55
+                    <p class="cate">所属标签:<a href="https://www.zc10000.com/tag{$product_tag_id}"  target="_blank" class="mcolor">{$tag_name}</a></p>
19 56
                     <p class="site">官方网址:<a href="" title="{$eyou.field.title}" >{$web_domain}{$web_url}</a></p>
20 57
                     <p class="cate">产品价格:
21 58
                         <span class="mod_price" style="margin: 0px 0px;">
@@ -55,45 +92,92 @@
55 92
 </div>
56 93
 
57 94
 
95
+<div class="part related" style="padding: 10px 15px;">
96
+    <div class="col-xs-12 col-sm-6 col-md-6 b">
97
+
98
+        <span class="b1">上一篇:</span>
99
+
100
+        <?php
101
+        //var_dump($number);
102
+        $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
+        ?>
104
+
105
+        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
106
+        {eyou:arcview aid='$kp.aid'}
107
+
108
+
109
+        {eyou:if condition='((int)$field.is_del === 0)'}
110
+        <a href="https://www.zc10000.com/zx{$kp.number}" class="b2">{$field.title}</a>
111
+        {eyou:else /}
112
+        文档已删除
113
+        {/eyou:if}
114
+
115
+
116
+        {/eyou:arcview}
117
+        {/eyou:sql}
118
+
119
+
120
+    </div>
121
+    <div class="col-xs-12 col-sm-6 col-md-6 b bb" style="">
122
+        <span style="" class="b1">下一篇:</span>
123
+        <?php
124
+        $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
+        ?>
126
+        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
127
+        {eyou:arcview aid='$kp.aid'}
128
+
129
+        {eyou:if condition='((int)$field.is_del === 0)'}
130
+        <a href="https://www.zc10000.com/zx{$kp.number}" style="" class="b2">{$field.title}</a>
131
+        {eyou:else /}
132
+        文档已删除 {$field.title|msubstr=###,0,10,true}
133
+        {/eyou:if}
134
+
135
+        {/eyou:arcview}
136
+        {/eyou:sql}
137
+    </div>
138
+
139
+    <div class="clear"></div>
140
+</div>
141
+
142
+
58 143
 
59
-<!-- 广告位AD3  -->
60 144
 <div class="part related">
61
-    <p class="tt"><span>相关推荐</span></p>
145
+    <p class="tt"><span>相关政策文件</span></p>
62 146
     <div class="items">
63 147
         <div class="row">
64 148
 
65 149
 
66 150
             <?php
67
-                    $where = " typeid=".$tid." and is_del=0 and status=1 and is_recom=1 and province_id=0 ";
68
-                    $sql = "select aid from ey_archives where $where order by update_time desc limit 0,6";
69
-                    ?>
151
+
152
+            //$where = " and area_tag_id=0";
153
+            $where = ''; //不限制区域
154
+
155
+            //product_tag_id
156
+            //$tid
157
+            if((int)$product_tag_id === 0){
158
+                $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id>0".$where; //and is_recom=1
159
+            }else{
160
+                $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=".$product_tag_id.$where; //and is_recom=1
161
+            }
162
+
163
+            $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
164
+
165
+            //echo $sql;
166
+            ?>
167
+
70 168
             {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
71 169
             {eyou:arcview aid='$listSql.aid'}
72 170
 
73 171
             <?php
74
-                    $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,0,0);
75
-                    ?>
76
-            <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
77
-                <div class="item art-item transition">
78
-                    <a class="art-a" href="{$ar_url}" title="" >
79
-                        <img class="img-cover" src="{$field.litpic}" alt="" title="">
80
-                    </a>
81
-                    <h3 class="art-title" style="">
82
-                        {eyou:if condition='((int)$field.is_recom === 1)'}
83
-                        <i class="more2_info_self">推荐</i>
84
-                        {/eyou:if}
85
-
86
-                        <a class="" href="{$ar_url}" title="{$field.title}" >
87
-                            {$field.title|msubstr=###,0,30,true}
88
-                        </a>
89
-                    </h3>
90
-                    <div class="mod_price">
91
-                        <i>¥</i>
92
-                        <span class="more2_info_price_txt">{$field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
93
-                                 </span>
94
-                    </div>
95
-                </div>
96
-            </div>
172
+            $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
173
+            ?>
174
+
175
+
176
+            {eyou:include file='/template/pc/components/goods/zc.htm' /}
177
+
178
+
179
+
180
+
97 181
 
98 182
 
99 183
             {/eyou:arcview}
@@ -102,4 +186,5 @@
102 186
 
103 187
         </div>
104 188
     </div>
105
-</div>
189
+</div>
190
+

+ 220
- 19
template/pc/components/detail/content.htm ファイルの表示

@@ -1,9 +1,35 @@
1 1
 <div class="part">
2 2
     <div class="bar clearfix">
3 3
         <h1 class="tt"> <a href="{$web_domain}{$web_url}">{$eyou.field.title}</a> </h1>
4
-        <div class="r-intro fr"> <span class="data fr"> <small class="info"><i class="fa fa-clock-o"></i>{$eyou.field.update_time|MyDate="Y-m-d",###}</small>                     <small class="info"><i class="fa fa-eye"></i>
4
+        <div class="r-intro fr"> <span class="data fr">
5
+
6
+
7
+                <small class="info">
8
+                    <i class="fa fa-clock-o"></i>{$eyou.field.update_time|MyDate="Y-m-d",###}
9
+                </small>
10
+
11
+                <small class="info">
12
+                    <i class="fa fa-eye"></i>
5 13
                         {$eyou.field.click}
6
-                    </small> </span> </div>
14
+                    </small>
15
+
16
+
17
+
18
+                <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
19
+                            点击分享
20
+                  </small>
21
+
22
+
23
+<div style="display: none;" id="share-box">
24
+                <div class="social-share"></div>
25
+            </div>
26
+
27
+
28
+
29
+            </span>
30
+
31
+
32
+        </div>
7 33
     </div>
8 34
     <div class="items">
9 35
         <div class="row post-single">
@@ -15,14 +41,50 @@
15 41
 
16 42
 
17 43
 
44
+                    <?php
45
+                        //获取标签
46
+                        //product_tag_id
47
+                        $product_tag_id = $eyou['field']['product_tag_id'];
48
+
49
+                        function convertBytesToMB($bytes) {
50
+                            return $bytes / 1024 / 1024;
51
+                        }
52
+
53
+                        if(empty($eyou['field']['size'])){
54
+                            if(empty($eyou['field']['down'])){
55
+                                $fileSize = 0;
56
+                            }else{
57
+                                $remoteFile = $eyou['field']['down'];
58
+                                $headers = get_headers($remoteFile, true);
59
+                                $fileSize = $headers['Content-Length'];
60
+                            }
61
+                        }else{
62
+                            $fileSize = $eyou['field']['size'];
63
+                        }
64
+
65
+                        $fileSize = convertBytesToMB($fileSize);
66
+                        $fileSize = number_format($fileSize, 2).'M';
67
+                        //var_dump($fileSize);
68
+
69
+
70
+                    ?>
71
+
72
+                    {eyou:if condition='((int)$product_tag_id > 0)'}
73
+                        {eyou:sql sql="select aid,title from ey_archives where aid=$product_tag_id" cachetime='3600' empty=''}
74
+                            <?php
75
+                                $tag_name = $field['title'];
76
+                            ?>
77
+                        {/eyou:sql}
78
+                    {/eyou:if}
79
+
18 80
 
19 81
 
20 82
                     <p>文档名称:<a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
21
-                    <p class="cate">所属分类: 调用标签</p>
83
+                    <p class="cate">所属标签: <a href="https://www.zc10000.com/tag{$product_tag_id}"  target="_blank" >{$tag_name}</a></p>
22 84
                     <p class="site">
23 85
                         {eyou:if condition='($is_mobile === false)'}
24 86
 
25
-                        文件大小: 计算中 &nbsp;&nbsp;&nbsp;&nbsp;
87
+                        文件大小: {$fileSize} &nbsp;&nbsp;&nbsp;&nbsp;
26 88
                         上传时间: {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;
27 89
                         下载次数: {$eyou.field.downcount}
28 90
 
@@ -30,7 +92,7 @@
30 92
                         {eyou:else /}
31 93
 
32 94
                         上传时间: {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;<br/>
33
-                        文件大小: 计算中 &nbsp;&nbsp;&nbsp;&nbsp;
95
+                        文件大小: {$fileSize}  &nbsp;&nbsp;&nbsp;&nbsp;
34 96
                         下载次数: {$eyou.field.downcount}
35 97
                         {/eyou:if}
36 98
 
@@ -84,36 +146,174 @@
84 146
     </div>
85 147
 </div>
86 148
 
87
-<!-- 广告位AD3  -->
149
+
150
+
151
+<div class="part related" style="padding: 10px 15px;">
152
+    <div class="col-xs-12 col-sm-6 col-md-6 b">
153
+
154
+        <span class="b1">上一篇:</span>
155
+
156
+        <?php
157
+        //var_dump($number);
158
+        $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
+        ?>
160
+
161
+        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
162
+        {eyou:arcview aid='$kp.aid'}
163
+
164
+
165
+        {eyou:if condition='((int)$field.is_del === 0)'}
166
+        <a href="https://www.zc10000.com/zx{$kp.number}" class="b2">{$field.title}</a>
167
+        {eyou:else /}
168
+        文档已删除
169
+        {/eyou:if}
170
+
171
+
172
+        {/eyou:arcview}
173
+        {/eyou:sql}
174
+
175
+
176
+    </div>
177
+    <div class="col-xs-12 col-sm-6 col-md-6 b bb" style="">
178
+        <span style="" class="b1">下一篇:</span>
179
+        <?php
180
+        $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 asc LIMIT 1)";
181
+
182
+        //echo $sql;
183
+        ?>
184
+        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
185
+        {eyou:arcview aid='$kp.aid'}
186
+
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}
192
+
193
+        {/eyou:arcview}
194
+        {/eyou:sql}
195
+    </div>
196
+
197
+    <div class="clear"></div>
198
+</div>
199
+
200
+
201
+
202
+
203
+
204
+
205
+
88 206
 <div class="part related">
89
-    <p class="tt"><span>相似站点</span></p>
207
+    <p class="tt"><span>相关政策文件</span></p>
90 208
     <div class="items">
91 209
         <div class="row">
92 210
 
93 211
 
212
+            <?php
213
+
214
+
215
+            if($areaname === 0){
216
+                $where = " and area_tag_id=".$area_id;
217
+            }else{
218
+                $where = " and area_tag_id=0";
219
+            }
220
+
221
+            //product_tag_id
222
+            //$tid
223
+            if((int)$product_tag_id === 0){
224
+                $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
225
+            }else{
226
+                $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
227
+            }
228
+
229
+            $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
230
+
231
+            //echo $sql;
232
+            ?>
233
+
234
+            {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
235
+            {eyou:arcview aid='$listSql.aid'}
236
+
237
+            <?php
238
+            $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
239
+            ?>
240
+
241
+
242
+            {eyou:include file='/template/pc/components/goods/zc.htm' /}
243
+
244
+
245
+
246
+
247
+
248
+
249
+            {/eyou:arcview}
250
+            {/eyou:sql}
251
+
252
+
253
+        </div>
254
+    </div>
255
+</div>
256
+
257
+
258
+
259
+
260
+
261
+
262
+<div class="part related">
263
+    <p class="tt"><span>相关申报材料</span></p>
264
+    <div class="items">
265
+        <div class="row">
94 266
 
95 267
 
96 268
             <?php
97 269
 
270
+            //product_tag_id
271
+            //$tid
272
+            if((int)$product_tag_id === 0){
273
+                $where = " typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id>0"; //and is_recom=1
274
+            }else{
275
+                $where = " typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=$product_tag_id"; //and is_recom=1
276
+            }
98 277
 
99
-                if($areaname === 0){
100
-                    $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 and area_tag_id=".$area_id; //and is_recom=1
101
-                }else{
102
-                    $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 and area_tag_id=0"; //and is_recom=1
103
-                }
278
+            $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
104 279
 
105
-                //echo $where;
280
+            //echo $sql;
281
+            ?>
106 282
 
107
-                $sql = "select aid from ey_archives where $where order by update_time desc limit 0,4";
108
-                ?>
109 283
             {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
110 284
             {eyou:arcview aid='$listSql.aid'}
111 285
 
112 286
             <?php
113
-                $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['province_id'],$field['city_id']);
114
-                ?>
287
+            $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['province_id'],$field['city_id']);
288
+            ?>
289
+
290
+
291
+            <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
292
+                <div class="item art-item transition">
293
+                    <a class="art-a" href="{$ar_url}" title="" >
294
+                        <img class="img-cover" src="{$field.litpic}" alt="" title="">
295
+                    </a>
296
+                    <h3 class="art-title" style="">
297
+                        {eyou:if condition='((int)$field.is_recom === 1)'}
298
+                        <i class="more2_info_self">推荐</i>
299
+                        {/eyou:if}
300
+
301
+                        <a class="" href="{$ar_url}" title="{$field.title}" >
302
+                            {$field.title|msubstr=###,0,30,true}
303
+                        </a>
304
+                    </h3>
305
+                    <div class="mod_price">
306
+                        <i>¥</i>
307
+                        <span class="more2_info_price_txt">{$field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
308
+                                 </span>
309
+                    </div>
310
+                </div>
311
+            </div>
312
+
313
+
314
+
315
+
115 316
 
116
-                {eyou:include file='/template/pc/components/goods/zc.htm' /}
117 317
 
118 318
             {/eyou:arcview}
119 319
             {/eyou:sql}
@@ -121,4 +321,5 @@
121 321
 
122 322
         </div>
123 323
     </div>
124
-</div>
324
+</div>
325
+

+ 244
- 8
template/pc/components/detail/new.htm ファイルの表示

@@ -11,6 +11,18 @@
11 11
                     <small class="info"><i class="fa fa-eye"></i>
12 12
                         {$eyou.field.click}
13 13
                     </small>
14
+
15
+
16
+                    <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
17
+                            点击分享
18
+                  </small>
19
+
20
+
21
+<div style="display: none;" id="share-box">
22
+                <div class="social-share"></div>
23
+            </div>
24
+
25
+
14 26
                 </span>
15 27
         </div>
16 28
     </div>
@@ -25,28 +37,245 @@
25 37
             <div class="art-copyright br mb">
26 38
                 <div>本文地址:<a href="" title="{$eyou.field.title}" >{$web_domain}{$web_url}</a></div>
27 39
                 <div><span class="copyright">版权声明:</span>{eyou:global name='web_attr_16' /}</div>
40
+
41
+
42
+
28 43
             </div>
29
-            <p class="art-tag">相关标签: <span class="padding">  </span> </p>
44
+
45
+            <?php
46
+                $product_tag_id = $eyou['field']['product_tag_id'];
47
+                //var_dump($product_tag_id);
48
+            ?>
49
+
50
+
51
+            {eyou:if condition='((int)$product_tag_id > 0)'}
52
+            {eyou:sql sql="select aid,title from ey_archives where aid=$product_tag_id" cachetime='3600' empty=''}
53
+            <?php
54
+            $tag_name = $field['title'];
55
+            ?>
56
+            {/eyou:sql}
57
+            {/eyou:if}
58
+
59
+            <p class="art-tag">所属标签: <a style="background: none;font-size: 15px;" href="https://www.zc10000.com/tag{$product_tag_id}"  target="_blank" >{$tag_name}</a></p>
60
+
61
+            <p class="art-tag" style="margin-top:10px;">相关政策文件:
62
+
63
+                <?php
64
+
65
+                //product_tag_id
66
+                //$tid
67
+
68
+
69
+                if((int)$product_tag_id === 0){
70
+                    $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id > 0"; //and is_recom=1
71
+                }else{
72
+                    $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=$product_tag_id"; //and is_recom=1
73
+                }
74
+
75
+
76
+
77
+
78
+                $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,5";
79
+
80
+                //echo $sql;
81
+                ?>
82
+
83
+                {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
84
+                {eyou:arcview aid='$listSql.aid'}
85
+
86
+                <?php
87
+                $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
88
+                ?>
89
+
90
+
91
+
92
+
93
+
94
+            <span class="padding">
95
+
96
+             <a class="" href="{$ar_url}" title="{$field.title}" target="_blank">
97
+                            {$field.title|msubstr=###,0,30,true}
98
+                        </a>
99
+            </span>
100
+
101
+
102
+
103
+            {/eyou:arcview}
104
+            {/eyou:sql}
105
+
106
+
107
+                <a href="https://www.zc10000.com/zc" target="_blank" style="font-size: 12px;background: none;color:red;">>>> 查看更多政策文件</a>
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+            </p>
30 125
         </div>
31 126
     </div>
32 127
 </div>
128
+
129
+
130
+
131
+
132
+<div class="part related" style="padding: 10px 15px;">
133
+    <div class="col-xs-12 col-sm-6 col-md-6 b">
134
+
135
+        <span class="b1">上一篇:</span>
136
+
137
+        <?php
138
+        //var_dump($number);
139
+        $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
+        ?>
141
+
142
+        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
143
+        {eyou:arcview aid='$kp.aid'}
144
+
145
+
146
+        {eyou:if condition='((int)$field.is_del === 0)'}
147
+        <a href="https://www.zc10000.com/zx{$kp.number}" class="b2">{$field.title}</a>
148
+        {eyou:else /}
149
+        文档已删除
150
+        {/eyou:if}
151
+
152
+
153
+        {/eyou:arcview}
154
+        {/eyou:sql}
155
+
156
+
157
+    </div>
158
+    <div class="col-xs-12 col-sm-6 col-md-6 b bb" style="">
159
+        <span style="" class="b1">下一篇:</span>
160
+        <?php
161
+        $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
+        ?>
163
+        {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
164
+        {eyou:arcview aid='$kp.aid'}
165
+
166
+        {eyou:if condition='((int)$field.is_del === 0)'}
167
+        <a href="https://www.zc10000.com/zx{$kp.number}" style="" class="b2">{$field.title}</a>
168
+        {eyou:else /}
169
+            文档已删除 {$field.title|msubstr=###,0,10,true}
170
+        {/eyou:if}
171
+
172
+        {/eyou:arcview}
173
+        {/eyou:sql}
174
+    </div>
175
+
176
+    <div class="clear"></div>
177
+</div>
33 178
 <!-- 广告位AD3  -->
179
+
180
+
181
+{eyou:if condition='((int)$product_tag_id > 0)'}
182
+
183
+
34 184
 <div class="part related">
35
-    <p class="tt"><span>相关推荐</span></p>
185
+    <p class="tt"><span>相关申报材料</span></p>
36 186
     <div class="items">
37 187
         <div class="row">
38 188
 
39 189
 
40 190
             <?php
41
-                $where = " typeid=".$tid." and is_del=0 and status=1 and is_recom=1 and province_id=0 ";
42
-                $sql = "select aid from ey_archives where $where order by update_time desc limit 0,4";
43
-                ?>
191
+
192
+            //product_tag_id
193
+            //$tid
194
+            if((int)$product_tag_id === 0){
195
+                $where = " typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id>0"; //and is_recom=1
196
+            }else{
197
+                $where = " typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=$product_tag_id"; //and is_recom=1
198
+            }
199
+
200
+            $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
201
+
202
+            //echo $sql;
203
+            ?>
204
+
44 205
             {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
45 206
             {eyou:arcview aid='$listSql.aid'}
46 207
 
47 208
             <?php
48
-                    $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['province_id'],$field['city_id']);
49
-                ?>
209
+            $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['province_id'],$field['city_id']);
210
+            ?>
211
+
212
+
213
+            <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
214
+                <div class="item art-item transition">
215
+                    <a class="art-a" href="{$ar_url}" title="" >
216
+                        <img class="img-cover" src="{$field.litpic}" alt="" title="">
217
+                    </a>
218
+                    <h3 class="art-title" style="">
219
+                        {eyou:if condition='((int)$field.is_recom === 1)'}
220
+                        <i class="more2_info_self">推荐</i>
221
+                        {/eyou:if}
222
+
223
+                        <a class="" href="{$ar_url}" title="{$field.title}" >
224
+                            {$field.title|msubstr=###,0,30,true}
225
+                        </a>
226
+                    </h3>
227
+                    <div class="mod_price">
228
+                        <i>¥</i>
229
+                        <span class="more2_info_price_txt">{$field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
230
+                                 </span>
231
+                    </div>
232
+                </div>
233
+            </div>
234
+
235
+
236
+
237
+
238
+
239
+
240
+            {/eyou:arcview}
241
+            {/eyou:sql}
242
+
243
+
244
+        </div>
245
+    </div>
246
+</div>
247
+
248
+
249
+
250
+
251
+{eyou:else /}
252
+
253
+
254
+
255
+
256
+<div class="part related">
257
+    <p class="tt"><span>相关申报资讯</span></p>
258
+    <div class="items">
259
+        <div class="row">
260
+
261
+
262
+
263
+            <?php
264
+
265
+            //$tid
266
+
267
+            $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 "; //and is_recom=1
268
+            $sql = "select aid from ey_archives where $where order by RAND() limit 0,4"; //update_time desc
269
+
270
+            ?>
271
+
272
+            {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
273
+            {eyou:arcview aid='$listSql.aid'}
274
+
275
+            <?php
276
+            $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['province_id'],$field['city_id']);
277
+            ?>
278
+
50 279
             <div class="col-xs-6 col-sm-4 col-md-3">
51 280
                 <div class="item art-item transition">
52 281
                     <a class="art-a" href="{$a_url}" title="{$field.title}" >
@@ -64,4 +293,11 @@
64 293
 
65 294
         </div>
66 295
     </div>
67
-</div>
296
+</div>
297
+
298
+
299
+
300
+
301
+{/eyou:if}
302
+
303
+

+ 3
- 3
template/pc/components/index/content.htm ファイルの表示

@@ -7,7 +7,7 @@
7 7
     </p>
8 8
     <div class="primary-menus">
9 9
         <ul class="selects">
10
-            <li>常用</li>
10
+            <li style="width:0;padding:0;display: none;"></li>
11 11
             <li class="current" data-target="search_1"><span>政策</span></li>
12 12
             <li data-target="search_2"><span>材料</span></li>
13 13
         </ul>
@@ -15,7 +15,7 @@
15 15
             <!--typeid--> <!--modelid-->
16 16
             <div class="left-cont">
17 17
 
18
-                {eyou:searchform type='sonself'}
18
+                {eyou:searchform type='sonself' typeid='1232' modelid='103'}
19 19
                 <form class="search" id="search_1" action="{$field.action}" method="get" target="_blank" >
20 20
                     <input type="text"  name="keywords" class="s" placeholder="请输入关键词">
21 21
                     <button type="submit" name="" class="btn">政策搜索</button>
@@ -23,7 +23,7 @@
23 23
                 </form>
24 24
                 {/eyou:searchform}
25 25
 
26
-                {eyou:searchform type='sonself'}
26
+                {eyou:searchform type='sonself' typeid='1233' modelid='103'}
27 27
                 <form class="search hidden" id="search_2" action="{$field.action}" method="get" target="_blank" >
28 28
                     <input type="text" name="keywords" class="s" placeholder="请输入关键词">
29 29
                     <button type="submit" name="" class="btn">材料搜索</button>

+ 47
- 3
template/pc/components/search/content.htm ファイルの表示

@@ -1,3 +1,44 @@
1
+
2
+
3
+
4
+
5
+{eyou:if condition='($typeid === 1233)'}
6
+
7
+<!--搜索材料-->
8
+{eyou:list pagesize='24' mod='6' id='field'}
9
+
10
+<?php
11
+    $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
12
+?>
13
+
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">
16
+        <a class="art-a" href="{$ar_url}" title="" >
17
+            <img class="img-cover" src="{$field.litpic}" alt="" title="">
18
+        </a>
19
+        <h3 class="art-title" style="">
20
+            {eyou:if condition='((int)$field.is_recom === 1)'}
21
+            <i class="more2_info_self">推荐</i>
22
+            {/eyou:if}
23
+
24
+            <a class="" href="{$ar_url}" title="{$field.title}" >
25
+                {$field.title|msubstr=###,0,30,true}
26
+            </a>
27
+        </h3>
28
+        <div class="mod_price">
29
+            <i>¥</i>
30
+            <span class="more2_info_price_txt">{$field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
31
+                                 </span>
32
+        </div>
33
+        <p class="time" style="line-height: 15px;height: 15px;margin: 10px 10px;">发布时间: {$field.add_time|MyDate='Y-m-d',###}</p>
34
+    </div>
35
+</div>
36
+
37
+
38
+
39
+{/eyou:list}
40
+{eyou:else /}
41
+
1 42
 {eyou:list pagesize='24' mod='6' id='field'}
2 43
 <div class="col-xs-12 col-sm-4 col-md-4 search-li">
3 44
     <div class="item">
@@ -11,9 +52,9 @@
11 52
 
12 53
 
13 54
             {eyou:if condition='($field.ext == "")'}
14
-                <img src="https://www.zc10000.com/public/static/common/images/not_adv.jpg" alt="" title="">
55
+            <img src="https://www.zc10000.com/public/static/common/images/not_adv.jpg" alt="" title="">
15 56
             {eyou:else /}
16
-                <img src="https://www.zc10000.com/public/static/common/images/ico/{$field.ext}.png" alt="" title="">
57
+            <img src="https://www.zc10000.com/public/static/common/images/ico/{$field.ext}.png" alt="" title="">
17 58
             {/eyou:if}
18 59
 
19 60
 
@@ -26,8 +67,11 @@
26 67
     </div>
27 68
 </div>
28 69
 
29
-
30 70
 {/eyou:list}
71
+
72
+{/eyou:if}
73
+
74
+
31 75
 <!--
32 76
 <i>{eyou:tag sort='now' getall='0' id='fieldtag'}{$fieldtag.tag}{/eyou:tag}</i>
33 77
 -->

+ 2
- 2
template/pc/css/common.css ファイルの表示

@@ -11,10 +11,10 @@ font-family: "HarmonyOS Sans SC";
11 11
     src: url("/template/pc/font/HarmonyOS Sans SCQiYiLuShuaiZhengRuiHeiTi-2.ttf");
12 12
 }*/
13 13
 
14
-@font-face {
14
+/*@font-face {
15 15
     font-family: "HarmonyOS Sans SC";
16 16
     src: url("https://oss.zc10000.com/static/font/HarmonyOS_Sans_SC_Regular.ttf");
17
-}
17
+}*/
18 18
 
19 19
 body{
20 20
 

+ 38
- 1
template/pc/css/extend.css ファイルの表示

@@ -513,5 +513,42 @@
513 513
 }
514 514
 
515 515
 .footer-copyright p{
516
-    ;
516
+
517
+}
518
+
519
+
520
+.bb{
521
+    text-align: right;
522
+}
523
+@media (max-width: 767px) {
524
+
525
+    .b{
526
+        text-align: center;padding:0;
527
+    }
528
+    .b1{
529
+        display: block;float:left;width:20%;line-height:150%;margin-right:0;
530
+    }
531
+
532
+    .b2{
533
+        line-height:150%;display: block;float:left;width:80%;text-align: left;
534
+    }
535
+}
536
+
537
+#down_btn{
538
+    margin-top: 15px;
539
+}
540
+#share_btn{
541
+
542
+}
543
+
544
+#share-box{
545
+    margin-top: 5px;
546
+/*    background: #fff;*/
547
+    text-align: right;
548
+/*    border-radius: 5px;
549
+    border: 1px solid #8E8E8EFF;*/
550
+}
551
+
552
+.part .post-single .list .btn{
553
+    margin-top: 15px !important;
517 554
 }

+ 1
- 1
template/pc/lists_search.htm ファイルの表示

@@ -17,7 +17,7 @@
17 17
         <!-- 广告位AD4  -->
18 18
 
19 19
 
20
-        <div class="part" style="">
20
+        <div class="part" style="padding: 10px 15px;">
21 21
             <div class="row">
22 22
 
23 23
                 {eyou:include file='/template/pc/components/search/content.htm' /}

+ 0
- 0
template/pc/lists_zczygz_tg.htm ファイルの表示


+ 0
- 0
template/pc/lists_zczygz_tglist.htm ファイルの表示


+ 1
- 0
template/pc/view_zczygz_cl.htm ファイルの表示

@@ -25,6 +25,7 @@
25 25
 </div>
26 26
 
27 27
 {eyou:include file='/template/pc/common/include/footer.htm' /}
28
+{eyou:include file='/template/pc/common/other/share.htm' /}
28 29
 {eyou:include file='/template/pc/common/include/bottom.htm' /}
29 30
 
30 31
 <div id="buy" style="display: none;">

+ 1
- 0
template/pc/view_zczygz_new.htm ファイルの表示

@@ -24,4 +24,5 @@
24 24
 </div>
25 25
 
26 26
 {eyou:include file='/template/pc/common/include/footer.htm' /}
27
+{eyou:include file='/template/pc/common/other/share.htm' /}
27 28
 {eyou:include file='/template/pc/common/include/bottom.htm' /}

+ 0
- 0
template/pc/view_zczygz_tg.htm ファイルの表示


+ 0
- 0
template/pc/view_zczygz_tglist.htm ファイルの表示


+ 1
- 0
template/pc/view_zczygz_zc.htm ファイルの表示

@@ -27,4 +27,5 @@
27 27
 
28 28
 {eyou:include file='/template/pc/common/include/footer.htm' /}
29 29
 {eyou:include file='/template/pc/common/other/down.htm' /}
30
+{eyou:include file='/template/pc/common/other/share.htm' /}
30 31
 {eyou:include file='/template/pc/common/include/bottom.htm' /}

読み込み中…
キャンセル
保存