zhangshuangnan 8 gadi atpakaļ
vecāks
revīzija
3f9abebd4c

+ 50 - 7
WebChat/html/jianJie.html

@@ -6,15 +6,58 @@
6 6
 		<meta name="apple-mobile-web-app-capable" content="yes">
7 7
 		<meta name="apple-mobile-web-app-status-bar-style" content="black">
8 8
 		<title>简介</title>
9
+		<style>
10
+			.sub_title{
11
+				position: relative;
12
+				text-align: center;
13
+			}
14
+			.sub_title:before,.sub_title:after{
15
+					display: inline-block;
16
+					content: "";
17
+					width: 13%;
18
+					height: 1px;
19
+					background: #c8b379;
20
+					position: absolute;
21
+					top: 50%;
22
+			}
23
+			.sub_title:before{
24
+				left: 25%;
25
+			}
26
+			.sub_title:after{
27
+				right: 25%;
28
+			}
29
+			.content{
30
+				text-indent: 24px;
31
+				font-size: 13px;
32
+    			line-height: 23px;
33
+    			margin: 20px 0;
34
+			}
35
+			.img{
36
+				background: url(../img/border2_02.png) no-repeat;
37
+				height: 30px;
38
+				background-size: cover;
39
+			}
40
+		</style>
9 41
 	</head>
10 42
 	<body>
43
+		<div class="mui-content">
44
+			
45
+			<h4 style="text-align: center;">商丘市12345政府服务热线</h4>
46
+			<div class="sub_title">热线简介</div>
47
+			
48
+			<div class="content">
49
+				为进一步畅通群众诉求渠道,商丘市政府开通了12345政府服务热线。这是市委、市政府贯彻科学发展观,践行以人为本、执政为民理念,建设阳光型、服务型、
50
+				法治型政府的重大举措,也是适应经济社会发展新形势,创新社会管理,构筑惩防体系,建设廉洁高效商丘的成功探索。开通以来,热线在市委、市政府的正确领导下,按照”便民、求实、提效“的要求
51
+				,牢固树立群众利益无小事的服务宗旨,不断开拓思路、健全机制、优化服务、提升水平,努力探索创新社会管理的有效途径,充分发挥“民生直通车、发展助推器、形象代言人、行风监测仪、决策信息源”作用,
52
+				已经成为党委、政府联系群众的重要平台、为民服务的重要渠道,打造起一条商丘特色、全国领先的政府公共服务热线。
53
+			</div>
54
+			<!--<div class="img"></div>-->
55
+			
56
+		</div>
11 57
 		
12
-		
13
-		
14
-		
15
-		<script src="layui/layui.js"></script>
16
-		<script src="js/zepto.js"></script>
17
-        <script src="Script/Common/huayi.config.js"></script>
18
-        <script src="Script/Common/huayi.http.js"></script>
58
+		<script src="../layui/layui.js"></script>
59
+		<script src="../js/zepto.js"></script>
60
+        <script src="../Script/Common/huayi.config.js"></script>
61
+        <script src="../Script/Common/huayi.http.js"></script>
19 62
 	</body>
20 63
 </html>

+ 64 - 0
WebChat/html/shouLiCon.html

@@ -0,0 +1,64 @@
1
+<!DOCTYPE html>
2
+<html>
3
+	<head>
4
+		<meta charset="UTF-8">
5
+		<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
6
+		<meta name="apple-mobile-web-app-capable" content="yes">
7
+		<meta name="apple-mobile-web-app-status-bar-style" content="black">
8
+		<title>受理内容</title>
9
+		<style>
10
+			.sub_title{
11
+				position: relative;
12
+				text-align: center;
13
+			}
14
+			.sub_title:before,.sub_title:after{
15
+					display: inline-block;
16
+					content: "";
17
+					width: 13%;
18
+					height: 1px;
19
+					background: #c8b379;
20
+					position: absolute;
21
+					top: 50%;
22
+			}
23
+			.sub_title:before{
24
+				left: 25%;
25
+			}
26
+			.sub_title:after{
27
+				right: 25%;
28
+			}
29
+			.content{
30
+				/*text-indent: 24px;*/
31
+				font-size: 13px;
32
+    			/*line-height: 23px;*/
33
+    			margin: 20px 0;
34
+			}
35
+			.img{
36
+				background: url(../img/border2_02.png) no-repeat;
37
+				height: 30px;
38
+				background-size: cover;
39
+			}
40
+		</style>
41
+	</head>
42
+	<body>
43
+		<div class="mui-content">
44
+			
45
+			<h4 style="text-align: center;">商丘市12345政府服务热线</h4>
46
+			<div class="sub_title">受理内容</div>
47
+			
48
+			<div class="content">
49
+		     	<p>1、对政府工作及工作人员的批评、意见和建议;</p>
50
+				<p>2、对我市改革开放、经济建设、社会发展等方面的意见和建议;</p>
51
+				<p>3、对政府各部门工作职责、办事程序和政策规定的咨询、意见和建议;</p>
52
+				<p>4、对直接影响群众生活的有关问题及突发事件的处理意见和建议;</p>
53
+				<p>5、对社会生活中发生的需要政府解决的有关问题的意见和建议等。</p>
54
+			</div>
55
+			<!--<div class="img"></div>-->
56
+			
57
+		</div>
58
+		
59
+		<script src="../layui/layui.js"></script>
60
+		<script src="../js/zepto.js"></script>
61
+        <script src="../Script/Common/huayi.config.js"></script>
62
+        <script src="../Script/Common/huayi.http.js"></script>
63
+	</body>
64
+</html>

+ 63 - 0
WebChat/html/shouLiWay.html

@@ -0,0 +1,63 @@
1
+<!DOCTYPE html>
2
+<html>
3
+	<head>
4
+		<meta charset="UTF-8">
5
+		<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
6
+		<meta name="apple-mobile-web-app-capable" content="yes">
7
+		<meta name="apple-mobile-web-app-status-bar-style" content="black">
8
+		<title>受理方式</title>
9
+		<style>
10
+			.sub_title{
11
+				position: relative;
12
+				text-align: center;
13
+			}
14
+			.sub_title:before,.sub_title:after{
15
+					display: inline-block;
16
+					content: "";
17
+					width: 13%;
18
+					height: 1px;
19
+					background: #c8b379;
20
+					position: absolute;
21
+					top: 50%;
22
+			}
23
+			.sub_title:before{
24
+				left: 25%;
25
+			}
26
+			.sub_title:after{
27
+				right: 25%;
28
+			}
29
+			.content{
30
+				/*text-indent: 24px;*/
31
+				font-size: 13px;
32
+    			line-height: 23px;
33
+    			margin: 20px 0;
34
+			}
35
+			.img{
36
+				background: url(../img/border2_02.png) no-repeat;
37
+				height: 30px;
38
+				background-size: cover;
39
+			}
40
+		</style>
41
+	</head>
42
+	<body>
43
+		<div class="mui-content">
44
+			
45
+			<h4 style="text-align: center;">商丘市12345政府服务热线</h4>
46
+			<div class="sub_title">受理方式</div>
47
+			
48
+			<div class="content">
49
+			
50
+					<p>1、电话受理</p>
51
+					<p>2、其他受理</p>
52
+			
53
+			</div>
54
+			<!--<div class="img"></div>-->
55
+			
56
+		</div>
57
+		
58
+		<script src="../layui/layui.js"></script>
59
+		<script src="../js/zepto.js"></script>
60
+        <script src="../Script/Common/huayi.config.js"></script>
61
+        <script src="../Script/Common/huayi.http.js"></script>
62
+	</body>
63
+</html>

+ 62 - 0
WebChat/html/zhuYiShiXiang.html

@@ -0,0 +1,62 @@
1
+<!DOCTYPE html>
2
+<html>
3
+	<head>
4
+		<meta charset="UTF-8">
5
+		<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
6
+		<meta name="apple-mobile-web-app-capable" content="yes">
7
+		<meta name="apple-mobile-web-app-status-bar-style" content="black">
8
+		<title>注意事项</title>
9
+		<style>
10
+			.sub_title{
11
+				position: relative;
12
+				text-align: center;
13
+			}
14
+			.sub_title:before,.sub_title:after{
15
+				display: inline-block;
16
+				content: "";
17
+				width: 13%;
18
+				height: 1px;
19
+				background: #c8b379;
20
+				position: absolute;
21
+				top: 50%;
22
+			}
23
+			.sub_title:before{
24
+				left: 25%;
25
+			}
26
+			.sub_title:after{
27
+				right: 25%;
28
+			}
29
+			.content{
30
+				/*text-indent: 24px;*/
31
+				font-size: 13px;
32
+    			/*line-height: 23px;*/
33
+    			margin: 20px 0;
34
+			}
35
+			.img{
36
+				background: url(../img/border2_02.png) no-repeat;
37
+				height: 30px;
38
+				background-size: cover;
39
+			}
40
+		</style>
41
+	</head>
42
+	<body>
43
+		<div class="mui-content">
44
+			
45
+			<h4 style="text-align: center;">商丘市12345政府服务热线</h4>
46
+			<div class="sub_title">注意事项</div>
47
+			
48
+			<div class="content">
49
+			<p>1、投诉对象明确,投诉内容真实、客观、清楚,不得歪曲或捏造事实;</p>
50
+			<p>2、如实填写姓名、联系电话、工作单位、家庭地址;</p>
51
+			<p>3、投诉类需要保密的,请注明“保密”。</p>
52
+			</div>
53
+			<!--<div class="img"></div>-->
54
+			
55
+		</div>
56
+		
57
+		<script src="../layui/layui.js"></script>
58
+		<script src="../js/zepto.js"></script>
59
+        <script src="../Script/Common/huayi.config.js"></script>
60
+        <script src="../Script/Common/huayi.http.js"></script>
61
+	</body>
62
+</html>

BIN
WebChat/img/border1_02.png


BIN
WebChat/img/border2_02.png


+ 4 - 0
WebChat/index.html

@@ -46,6 +46,10 @@
46 46
                     case "WYTS": window.location.replace("html/mytousu.html?menuCode=WYTS"); break;
47 47
                     case "WYJY": window.location.replace("html/mytousu.html?menuCode=WYJY"); break;
48 48
                     case "WYBY": window.location.replace("html/mytousu.html?menuCode=WYBY"); break;
49
+                    case "RXJJ": window.location.replace("html/jianJie.html"); break;
50
+                    case "SLNR": window.location.replace("html/shouLiCon.html"); break;
51
+                    case "SLFS": window.location.replace("html/shouLiWay.html"); break;
52
+                    case "ZYSX": window.location.replace("html/zhuYiShiXiang.html"); break;
49 53
                     default: window.location.replace("html/error.html"); break;
50 54
                 }
51 55
             }