Sfoglia il codice sorgente

增加网页图标

zhangshuangnan 7 anni fa
parent
commit
42139700ca

+ 17 - 94
WebSite/AcceptDetails.html

@@ -5,91 +5,18 @@
5 5
 		<meta charset="UTF-8">
6 6
 		<meta http-equiv="x-ua-compatible" content="ie=edge">
7 7
 		<title>受理详情</title>
8
+		<link rel="shortcut icon" href="img/32.ico" />
8 9
 		<link rel="stylesheet" href=" css/bootstrap.min.css" />
9 10
 		<link rel="stylesheet" href=" css/indexs.css" />
10 11
 		<link rel="stylesheet" href=" css/bootstrap-table.css" />
11 12
 		<!--[if lt IE 9]>
12
-  <script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
13
-  <script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script>
14
-<![endif]-->
13
+		  <script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
14
+		  <script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script>
15
+		<![endif]-->
15 16
 	</head>
16 17
 
17 18
 	<body>
18
-		<div class="topbar">
19
-			<div class="container">
20
-				<ul class="fl">
21
-					<li>
22
-						<a href="" target="_blank">商丘市政府部门门户网站</a>
23
-					</li>
24
-				</ul>
25
-				<ul class="rl Right_f">
26
-                    <li>
27
-                        <a href="http://222.89.245.66:8818/login.html">管理登录</a>
28
-                    </li>
29
-					<li>
30
-						<span class="text-muted">|</span>
31
-					</li>
32
-					<li>
33
-						<a href="https://weibo.com/u/6357563178" target="_blank">
34
-							<i class="weibo"></i>
35
-							新浪微博
36
-						</a>
37
-					</li>
38
-					<li>
39
-						<span class="text-muted">|</span>
40
-					</li>
41
-					<li>
42
-						<a href="javascript:;" class="topbarWx">
43
-							<img src="img/wechat.png" alt="微信logo" /> 微信公众号
44
-							<div class="topbarWx-box">
45
-								<i class="topbarWx-code"></i>
46
-								<span>微信扫码,关注我们</span>
47
-							</div>
48
-						</a>
49
-					</li>
50
-					<li>
51
-						<span class="text-muted">|</span>
52
-					</li>
53
-					<li>
54
-						<a href="javascript:;" class="topbarClient">
55
-							<img src=" img/phone.png" alt="" /> 移动客户端
56
-							<div class="topbarClient-box">
57
-								<input id="elevator-app-url0" type="text" value="" style="display: none;" />
58
-								<div id="elevator-app-qrcode0"></div>     
59
-								<span class="">扫码下载,使用客户端</span>
60
-							</div>
61
-						</a>
62
-					</li>
63
-				</ul>
64
-			</div>
65
-		</div>
66
-		<div class="headbar">
67
-			<div class="container">
68
-				<div class="brand fl " style="width: 60%;">
69
-					<img src=" img/logo.png" alt="" />
70
-				</div>
71
-			</div>
72
-		</div>
73
-		<div class="navcon">
74
-			<div class="navcon_box clearfix">
75
-				<ul class="nav nav-justified">
76
-					<li>
77
-						<a href="index.html" target="_blank">网站首页</a>
78
-					</li>
79
-					<li>
80
-						<a href="tousu.html" target="_blank">网上受理</a>
81
-					</li>
82
-					<li>
83
-						<a href="shouli.html" target="_blank">网上查询</a>
84
-					</li>
85
-					<li>
86
-						<a href="zhengce.html" target="_blank">政策法规</a>
87
-					</li>
88
-					<li>
89
-						<a href="PeopleNews.html" target="_blank">民情速递</a>
90
-					</li>
91
-				</ul>
92
-			</div>
19
+		<div class="header">
93 20
 		</div>
94 21
 		<div class="Content">
95 22
 			<div>
@@ -99,9 +26,13 @@
99 26
 							<div class="box-title">
100 27
 								<div class="box-title-name">
101 28
 									<ol class="breadcrumb">
102
-									 	<li><a href="index.html">首页</a></li>
103
-									  	<li><a href="shouli.html">受理查询</a></li>
104
-									  	<li class="active">受理详情</li>
29
+										<li>
30
+											<a href="index.html">首页</a>
31
+										</li>
32
+										<li>
33
+											<a href="shouli.html">受理查询</a>
34
+										</li>
35
+										<li class="active">受理详情</li>
105 36
 									</ol>
106 37
 								</div>
107 38
 							</div>
@@ -155,22 +86,14 @@
155 86
 			</div>
156 87
 			<!--底部开始-->
157 88
 			<div class="footer">
158
-				<div class="navcon_box footerbox ">
159
-					<div>商丘12345政府服务热线</div>
160
-					<div>Copyright 2017 备案号:
161
-						<a href="http://www.miitbeian.gov.cn/" target="_blank" rel="nofollow">豫ICP备17038817号</a> 版权所有:商丘12345政府服务热线</div>
162
-				</div>
163 89
 
164 90
 			</div>
165 91
 		</div>
166
-			<script src="js/jquery.min.js"></script>
167
-			<script src="js/common/huayi.config.js"></script>
168
-			<script src="js/common/huayi.http.js"></script>
169
-			<script src="js/bootstrap-table.min.js"></script>
170
-			<script src="js/bootstrap-table-zh-CN.js"></script>
171
-			<script src="js/qrcode.min.js"></script>
172
-			<script src="js/getClient.js"></script>
173
-			<script src="js/AcceptDetails.js"></script>
92
+		<script src="js/common/huayi.load.js"></script>
93
+		<script src="js/bootstrap-table.min.js"></script>
94
+		<script src="js/bootstrap-table-zh-CN.js"></script>
95
+		<script src="js/getClient.js"></script>
96
+		<script src="js/AcceptDetails.js"></script>
174 97
 	</body>
175 98
 
176 99
 </html>

+ 1 - 0
WebSite/PG.html

@@ -12,6 +12,7 @@
12 12
     <!--选填-->
13 13
     <!--<meta property="og:image" content="文章的显示图片" />-->
14 14
     <meta name="weibo: article:create_at" content="" />
15
+    <link rel="shortcut icon" href="img/32.ico" />
15 16
     <title>曝光台详情</title>
16 17
     <link rel="stylesheet" href="css/bootstrap.min.css" />
17 18
     <link rel="stylesheet" href="css/indexs.css" />

+ 1 - 0
WebSite/PeopleNews.html

@@ -4,6 +4,7 @@
4 4
 	<head>
5 5
 		<meta charset="UTF-8">
6 6
 		<meta http-equiv="x-ua-compatible" content="ie=edge">
7
+		<link rel="shortcut icon" href="img/32.ico" />
7 8
 		<title>民情速递</title>
8 9
 		<script src="js/common/huayi.load.js"></script>
9 10
 		<link rel="stylesheet" href="layui/css/layui.css" />

+ 1 - 0
WebSite/ShowImg.html

@@ -5,6 +5,7 @@
5 5
 		<meta charset="UTF-8">
6 6
 		<title>照片展示</title>
7 7
 			<meta http-equiv="x-ua-compatible" content="ie=edge">
8
+			<link rel="shortcut icon" href="img/32.ico" />
8 9
 		<link rel="stylesheet" href="css/bootstrap.min.css" />
9 10
 		<link rel="stylesheet" href="css/indexs.css" />
10 11
 		<script src="js/common/huayi.load.js"></script>

+ 2 - 1
WebSite/baoguang.html

@@ -5,7 +5,8 @@
5 5
 		<meta charset="UTF-8">
6 6
 		<meta http-equiv="x-ua-compatible" content="ie=edge">
7 7
 		<title>曝光台</title>
8
-		  <script src="js/common/huayi.load.js"></script>
8
+		<script src="js/common/huayi.load.js"></script>
9
+		<link rel="shortcut icon" href="img/32.ico" />
9 10
 		<link rel="stylesheet" href="css/bootstrap.min.css" />
10 11
 		<link rel="stylesheet" href="css/bootstrap-table.css" />
11 12
 		<link rel="stylesheet" href="layui/css/layui.css" />

+ 1 - 1
WebSite/comment/ComFooter.html

@@ -1,5 +1,5 @@
1 1
 <div class="navcon_box footerbox ">
2
-	<div>Copyright &copy;2018 商丘12345政府服务热线版权所有 All Rights Reserved.</div>
2
+	<div>Copyright &copy;2017-2018 商丘12345政府服务热线版权所有 All Rights Reserved.</div>
3 3
 	<div>备案号:
4 4
 		<a href="http://www.miitbeian.gov.cn/" target="_blank" rel="nofollow">豫ICP备17038817号</a>
5 5
 	</div>

+ 1 - 0
WebSite/css/indexs.css

@@ -2009,6 +2009,7 @@ position: relative;
2009 2009
 
2010 2010
 .imgs a {
2011 2011
 	color: #000000!important;
2012
+	display: block;
2012 2013
 }
2013 2014
 
2014 2015
 .imgs a:hover {

+ 1 - 0
WebSite/dongtai-con.html

@@ -13,6 +13,7 @@
13 13
 	    <!--<meta property="og:image" content="文章的显示图片" />-->
14 14
 	    <meta name="weibo: article:create_at" content="" />
15 15
 	    <!--<meta name="weibo: article:update_at" content="文章的更新时间" />-->
16
+	    <link rel="shortcut icon" href="img/32.ico" />
16 17
 		<title>动态详情</title>
17 18
 		<script src="js/common/huayi.load.js"></script>
18 19
 		<!--<link rel="stylesheet" href="css/bootstrap.min.css" />

+ 2 - 2
WebSite/dongtai.html

@@ -4,10 +4,10 @@
4 4
 	<head>
5 5
 		<meta charset="UTF-8">
6 6
 		<meta http-equiv="x-ua-compatible" content="ie=edge">
7
+		<link rel="shortcut icon" href="img/32.ico" />
7 8
 		<title>工作动态</title>
8
-		 <script src="js/common/huayi.load.js"></script>
9
+		<script src="js/common/huayi.load.js"></script>
9 10
 		<link rel="stylesheet" href="layui/css/layui.css" />
10
-		
11 11
 		<!--[if lt IE 9]>
12 12
 		  <style>
13 13
 			table tbody tr{

+ 1 - 0
WebSite/gonggao-con.html

@@ -12,6 +12,7 @@
12 12
 	    <!--选填-->
13 13
 	    <!--<meta property="og:image" content="文章的显示图片" />-->
14 14
 	    <meta name="weibo: article:create_at" content="" />
15
+	    <link rel="shortcut icon" href="img/32.ico" />
15 16
 		<title>通告通知</title>
16 17
 	<script src="js/common/huayi.load.js"></script>
17 18
 	

+ 1 - 0
WebSite/gonggao.html

@@ -4,6 +4,7 @@
4 4
 	<head>
5 5
 		<meta charset="UTF-8">
6 6
 		<meta http-equiv="x-ua-compatible" content="ie=edge">
7
+		<link rel="shortcut icon" href="img/32.ico" />
7 8
 		<title>通知通告</title>
8 9
 		<script src="js/common/huayi.load.js"></script>
9 10
 		<link rel="stylesheet" href="layui/css/layui.css" />

BIN
WebSite/img/32.ico


+ 1 - 3
WebSite/index.html

@@ -6,6 +6,7 @@
6 6
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
7 7
     <meta name="renderer" content="webkit">
8 8
     <meta name="keywords" content="商丘12345,12345政府,政府服务热线,商丘12345政府服务热线,12345市长热线,市长热线,有事找政府,网上受理,政民互动,政府服务,群众沟通">
9
+    <link rel="shortcut icon" href="img/32.ico" />
9 10
     <link rel="stylesheet" href="css/bootstrap.min.css" />
10 11
     <link rel="stylesheet" href="css/indexs.css" />
11 12
     <link rel="stylesheet" href="css/pageSwitch.css" />
@@ -13,11 +14,8 @@
13 14
     <script src="js/jquery-1.8.js" type="text/javascript"></script>
14 15
     <script src="js/qrcode.min.js"></script>
15 16
     <script src="js/common/huayi.load.js"></script>
16
-    <!--<script src="js/common/huayi.config.js"></script>
17
-    <script src="js/common/huayi.http.js"></script>-->
18 17
     <script src="js/slick/slick.min.js"></script>
19 18
     <script src="https://img.hcharts.cn/highcharts/highcharts.js"></script>
20
-    <!--<script src="js/highcharts/highcharts.js"></script>-->
21 19
     <style>
22 20
         #jobTypePie {
23 21
             width: 100%;

+ 0 - 2
WebSite/js/AcceptDetails.js

@@ -44,8 +44,6 @@
44 44
 			}
45 45
 		})
46 46
 	}
47
-	
48
-	getClient();
49 47
 
50 48
 	//顶部hover
51 49
 	$('.topbarWx').hover(function(){

+ 1 - 0
WebSite/minqing-con.html

@@ -13,6 +13,7 @@
13 13
     <!--<meta property="og:image" content="文章的显示图片" />-->
14 14
     <meta name="weibo: article:create_at" content="" />
15 15
     <!--<meta name="weibo: article:update_at" content="文章的更新时间" />-->
16
+    <link rel="shortcut icon" href="img/32.ico" />
16 17
     <title></title>
17 18
     <script src="js/common/huayi.load.js"></script>
18 19
     <script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>

+ 1 - 0
WebSite/morePhotos.html

@@ -5,6 +5,7 @@
5 5
     <meta charset="UTF-8">
6 6
     <title>更多图片展示</title>
7 7
     <meta http-equiv="x-ua-compatible" content="ie=edge">
8
+    <link rel="shortcut icon" href="img/32.ico" />
8 9
     <link rel="stylesheet" href="css/bootstrap.min.css" />
9 10
     <link rel="stylesheet" href="css/indexs.css" />
10 11
     <script src="js/common/huayi.load.js"></script>

+ 1 - 0
WebSite/shouli.html

@@ -4,6 +4,7 @@
4 4
 	<head>
5 5
 		<meta charset="UTF-8">
6 6
 		<meta http-equiv="x-ua-compatible" content="ie=edge">
7
+		<link rel="shortcut icon" href="img/32.ico" />
7 8
 		<title>网上查询</title>
8 9
 		<script src="js/common/huayi.load.js"></script>
9 10
 		<link rel="stylesheet" href="laydate/need/laydate.css" />

+ 1 - 0
WebSite/system.html

@@ -3,6 +3,7 @@
3 3
 	<head>
4 4
 		<meta charset="UTF-8">
5 5
 		<title></title>
6
+		<link rel="shortcut icon" href="img/32.ico" />
6 7
 		<link rel="stylesheet" href="../css/index.css" />
7 8
 	</head>
8 9
 	<body>

+ 1 - 0
WebSite/test.html

@@ -12,6 +12,7 @@
12 12
     <!--选填-->
13 13
     <!--<meta property="og:image" content="文章的显示图片" />-->
14 14
     <meta name="weibo: article:create_at" content="" />
15
+    <link rel="shortcut icon" href="img/32.ico" />
15 16
     <!--<meta name="weibo: article:update_at" content="文章的更新时间" />-->
16 17
     <title>测试</title>
17 18
     <script src="js/common/huayi.load.js"></script>

+ 1 - 0
WebSite/tousu.html

@@ -4,6 +4,7 @@
4 4
 <head>
5 5
     <meta charset="UTF-8">
6 6
     <meta http-equiv="x-ua-compatible" content="ie=edge">
7
+    <link rel="shortcut icon" href="img/32.ico" />
7 8
     <title>网上受理</title>
8 9
     <script src="js/common/huayi.load.js"></script>
9 10
     <style>

+ 1 - 0
WebSite/zhengce-con.html

@@ -9,6 +9,7 @@
9 9
 	    <meta property="og:title" content="" />
10 10
 	    <meta property="og:description" content="" />
11 11
 	    <meta name="weibo: article:create_at" content="" />
12
+	    <link rel="shortcut icon" href="img/32.ico" />
12 13
 		<title></title>
13 14
 		<script src="js/common/huayi.load.js"></script>
14 15
 	    <script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>

+ 1 - 0
WebSite/zhengce.html

@@ -3,6 +3,7 @@
3 3
 <head>
4 4
     <meta charset="UTF-8">
5 5
     <meta http-equiv="x-ua-compatible" content="ie=edge">
6
+    <link rel="shortcut icon" href="img/32.ico" />
6 7
     <title>政策法规</title>
7 8
     <script src="js/common/huayi.load.js"></script>
8 9
     <link rel="stylesheet" href="layui/css/layui.css" />