zhangshuangnan лет назад: 8
Родитель
Сommit
8b0d25cf67
9 измененных файлов с 100 добавлено и 94 удалено
  1. 50 29
      css/index.css
  2. 7 7
      html/fuwuzhishi.html
  3. 1 1
      html/index.html
  4. 7 3
      html/tousujubao.html
  5. 16 16
      html/zhongxin.html
  6. BIN
      img/midmap_03.png
  7. 5 5
      js/huawu.js
  8. 11 30
      js/jiedanbumen.js
  9. 3 3
      js/zhongxin.js

+ 50 - 29
css/index.css

@@ -2,7 +2,7 @@ body {
2 2
 	margin: 0;
3 3
 	padding: 0;
4 4
 	font-size: 16px;
5
-	background-color: #100e11;
5
+	background-color: #030303;
6 6
 	-webkit-text-size-adjust: none;
7 7
 }
8 8
 
@@ -38,16 +38,17 @@ a {
38 38
 	text-decoration: none;
39 39
 }
40 40
 [ui-view]{
41
-	background:#100e11 ;
41
+	background:#030303 ;
42 42
 }
43 43
 
44 44
  .navcon{
45 45
  	width: 100%;
46
- 	background:#100e11 ;
46
+ 	background:#030303 ;
47
+ 	border-bottom: 1px solid #078ceb;
48
+ 	margin-bottom: 40px;
47 49
  }
48 50
  .navbox{
49 51
  	width: 95%;
50
- 	margin: 0 auto;
51 52
  	height: 45px;
52 53
  	color: #fff;
53 54
  }
@@ -57,8 +58,21 @@ a {
57 58
   	text-align: center;
58 59
   	line-height: 45px;
59 60
   	font-size: 25px;
60
-  
61
+  	padding: 0 20px;
62
+    background: #078ceb;
63
+    position: relative;
61 64
   }
65
+   .navbox p:after{
66
+    display: block;
67
+    content: "";
68
+    position: absolute;
69
+    right: -40px;
70
+    top: 0;
71
+    height: 0;
72
+    width: 0;
73
+    border-left: 40px solid #078ceb;
74
+    border-top: 45px solid transparent;
75
+   }
62 76
  
63 77
   .navbox .navl{
64 78
   	height: 100%;
@@ -77,25 +91,24 @@ a {
77 91
  	line-height: 45px;
78 92
  	text-align: center;
79 93
  	padding: 0px 15px;
80
- 	color: #73a2fa;
94
+ 	color: #fff;
81 95
   }
82 96
 .navbox .navl li a.active{
83
- 	color: #fff;
84
- 	background: #65668c;
97
+ 	color: #078ceb;
85 98
  }
86 99
  
87 100
  /*来源渠道开始*/
88 101
 
89 102
  .qunzhong{
90
-     width: 95%;
91
-    background: #100e11;
103
+    width: 100%;
104
+    background: #030303;
92 105
     margin: 0 auto;
93
-    padding: 40px 0;
106
+    padding-bottom: 40px;
94 107
  	
95 108
  }
96 109
  .huanxing{
97 110
  	float: right;
98
- 	width: 35%;
111
+ 	width: 40%;
99 112
  	color: #fff;
100 113
  	text-align: center;
101 114
  }
@@ -107,11 +120,15 @@ a {
107 120
   	
108 121
   }
109 122
   .huanxing ul li div{
110
-  	width: 80%;
123
+  	width: 6em;
124
+    height: 6em;
111 125
     margin: 0 auto;
112
-    background: url(../img/circle_03.png) no-repeat;
113
-    height: 110px;
114
-    background-size: contain;
126
+    /*background: url(../img/circle_03.png) no-repeat;
127
+    background-size: contain;*/
128
+   border: 10px solid #ff585b;
129
+    -moz-border-radius: 50%; /* Firefox */
130
+  -webkit-border-radius: 50%; /* Safari 和 Chrome */
131
+   border-radius: 50%;/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
115 132
     color: #fff;
116 133
     text-align: center;
117 134
     line-height: 6em;
@@ -193,7 +210,7 @@ a {
193 210
 	float: right;
194 211
 }
195 212
 .tsjb-bm ul li .progress,.tsjb-br ul li .progress{
196
-	background-color: #64547b;
213
+	background-color: #1d1c1c;
197 214
 }
198 215
 .progress-bar-zise {
199 216
     background-color: #c278a9;
@@ -439,11 +456,10 @@ a {
439 456
 				list-style: none;
440 457
 				font-size: 14px;
441 458
 				text-align: center;
442
-				margin-bottom: 15px;
459
+				/*margin-bottom: 15px;*/
443 460
 			}
444 461
 			
445 462
 			.slqm ul li span {
446
-				margin: 5px;
447 463
 				text-align: center;
448 464
 				display: inline-block;
449 465
 				width: 8%;
@@ -471,11 +487,11 @@ a {
471 487
 			}
472 488
 			
473 489
 			.tspm ul {
474
-				margin-top: 50px;
490
+				margin-top: 25px;
475 491
 			}
476 492
 			
477 493
 			.tspm ul li span {
478
-				text-align: center;
494
+				text-align: left;
479 495
 				display: inline-block;
480 496
 				width: 10%;
481 497
 			}
@@ -483,10 +499,11 @@ a {
483 499
 			.tspm ul li {
484 500
 				font-size: 14px;
485 501
 				text-align: center;
486
-				margin-bottom: 30px;
487 502
 			}
488 503
 			.slqm_content ul li .progress {
489
-				   background-color: #64547b;
504
+				background-color:#1d1c1c;
505
+				margin-bottom: 40px;
506
+   				margin-top: 5px;
490 507
 			
491 508
 			}
492 509
 			.conb>div{
@@ -495,7 +512,7 @@ a {
495 512
 			}
496 513
 			.gd-tbox{
497 514
 				width: 100%;
498
-				margin: 0 0 85px 0;
515
+				margin: 0px 0 25px 0;
499 516
 			}
500 517
 			.gd-tbox li{
501 518
 				float: left;
@@ -509,7 +526,7 @@ a {
509 526
 				color: red;
510 527
 			}
511 528
 			.gd-tbox li.gd-tit{
512
-				background: red;
529
+				background: #c23531;
513 530
 				color: #fff;
514 531
 				
515 532
 			}
@@ -550,9 +567,10 @@ a {
550 567
 			}
551 568
 			.gdmap>div.gdmap-r ul li i{
552 569
 				margin-right: 5px;
570
+				border-radius: 50%;
553 571
 			}
554 572
 			.gdmap>div.gdmap-r ul li {
555
-				margin-top: 10px;
573
+				margin-top: 15px;
556 574
 			}
557 575
 /*中心大数据结束*/
558 576
 /*服务知识开始*/
@@ -564,7 +582,7 @@ a {
564 582
 			}
565 583
 			.xs {
566 584
 				font-size: 16px;
567
-				line-height: 40px;
585
+				line-height: 20px;
568 586
 				display: block;
569 587
 			}			
570 588
 			.pr_bai {
@@ -613,10 +631,13 @@ a {
613 631
 				padding-left: 0;
614 632
 				margin-right: 40px;
615 633
 			}
634
+			.slqd_content ul li {
635
+				margin-bottom: 25px;
636
+			}
616 637
 			.slqd_content ul li .progress {
617 638
 				width: 60%;
618
-				height: 40px;
639
+				height: 20px;
619 640
 				float: left;
620
-				background-color: #64547b;
641
+				background-color: #1d1c1c;
621 642
 			}
622 643
 /*服务知识结束*/

+ 7 - 7
html/fuwuzhishi.html

@@ -8,7 +8,7 @@
8 8
 			<div class="slqd_title">群众咨询知识库情况统计</div>
9 9
 			<div class="slqd_content">
10 10
 				<ul>
11
-					<li>
11
+					<li class="clearfix">
12 12
 						<div class="progress">
13 13
 							<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
14 14
 								<span class="xs">90%</span>
@@ -19,7 +19,7 @@
19 19
 							<span class="info">(1001)</span>
20 20
 						</div>
21 21
 					</li>
22
-					<li>
22
+					<li class="clearfix">
23 23
 						<div class="progress">
24 24
 							<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
25 25
 								<span class="xs">90%</span>
@@ -30,7 +30,7 @@
30 30
 							<span class="warning">(1001)</span>
31 31
 						</div>
32 32
 					</li>
33
-					<li>
33
+					<li class="clearfix">
34 34
 						<div class="progress">
35 35
 							<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 70%;">
36 36
 								<span class="xs">70%</span>
@@ -41,7 +41,7 @@
41 41
 							<span class="danger">(1001)</span>
42 42
 						</div>
43 43
 					</li>
44
-					<li>
44
+					<li class="clearfix">
45 45
 						<div class="progress">
46 46
 							<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 40%;">
47 47
 								<span class="xs">40%</span>
@@ -52,7 +52,7 @@
52 52
 							<span class="success">(1001)</span>
53 53
 						</div>
54 54
 					</li>
55
-					<li>
55
+					<li class="clearfix">
56 56
 						<div class="progress">
57 57
 							<div class="progress-bar  progress-bar-zise" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
58 58
 								<span class="xs">60%</span>
@@ -63,7 +63,7 @@
63 63
 							<span class="zise">(1001)</span>
64 64
 						</div>
65 65
 					</li>
66
-					<li>
66
+					<li class="clearfix">
67 67
 						<div class="progress">
68 68
 							<div class="progress-bar progress-bar-cheng" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 20%;">
69 69
 								<span class="xs">20%</span>
@@ -74,7 +74,7 @@
74 74
 							<span class="cheng">(1001)</span>
75 75
 						</div>
76 76
 					</li>
77
-					<li>
77
+					<li class="clearfix">
78 78
 						<div class="progress">
79 79
 							<div class="progress-bar progress-bar-fen" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 20%;">
80 80
 								<span class="xs">20%</span>

+ 1 - 1
html/index.html

@@ -12,7 +12,7 @@
12 12
 	<body ng-app="myRoute">
13 13
 		<div class="navcon ">
14 14
 			<div class="navbox clearfix">
15
-				<p>XX市服务中心信息展示系统</p>
15
+				<p>华谊科技信息展示系统</p>
16 16
 				<ul class="navl clearfix">
17 17
 					<li>
18 18
 						<a ui-sref="index" ui-sref-active="active">来源渠道情况</a>

+ 7 - 3
html/tousujubao.html

@@ -9,9 +9,8 @@
9 9
 		</div>
10 10
 	</div>
11 11
 	<div class="tsjb-bot clearfix">
12
-		<div class="tsjb-bl">
13
-	<div id="tsdw_dw" style="width: 100%;height: 400px;"></div>
14
-</div>
12
+	
13
+
15 14
 <div class="tsjb-bm">
16 15
 	<div class="biao-title">投诉关键字统计</div>
17 16
 	<ul>
@@ -107,6 +106,11 @@
107 106
 		</li>
108 107
 	</ul>
109 108
 </div>
109
+
110
+<div class="tsjb-bl">
111
+	<div id="tsdw_dw" style="width: 100%;height: 400px;"></div>
112
+</div>
113
+
110 114
 <div class="tsjb-br">
111 115
 			<div class="biao-title">举报关键字统计</div>
112 116
 	<ul>

+ 16 - 16
html/zhongxin.html

@@ -13,24 +13,24 @@
13 13
 									<div class="gdmap-l">
14 14
 										<ul>
15 15
 											<li>
16
-												<div>工单</div>
17
-												<span>700</span>
16
+												<div>查询</div>
17
+												<span>100</span>
18 18
 											</li>
19 19
 											<li>
20
-												<div>工单</div>
21
-												<span>700</span>
20
+												<div>投诉</div>
21
+												<span>200</span>
22 22
 											</li>
23 23
 											<li>
24
-												<div>工单</div>
25
-												<span>700</span>
24
+												<div>举报</div>
25
+												<span>300</span>
26 26
 											</li>
27 27
 											<li>
28
-												<div>工单</div>
29
-												<span>700</span>
28
+												<div>建议</div>
29
+												<span>400</span>
30 30
 											</li>
31 31
 											<li>
32
-												<div>工单</div>
33
-												<span>700</span>
32
+												<div>通话</div>
33
+												<span>500</span>
34 34
 											</li>
35 35
 										</ul>
36 36
 									</div>
@@ -111,7 +111,7 @@
111 111
 									<ul>
112 112
 										<li>
113 113
 											<span class="sl_b size-20">1</span>
114
-											<span class="sl_b max-width">市委市市委市市委市</span>
114
+											<span class="sl_b max-width">落户</span>
115 115
 											<span class="sl_blue">受理</span>
116 116
 											<span class="sl_red " >30%</span>
117 117
 											<span class="sl_blue " >占比</span>
@@ -122,7 +122,7 @@
122 122
 										</li>
123 123
 												<li>
124 124
 													<span class="sl_b size-20 ">2</span>
125
-													<span class="sl_b max-width ">公安局</span>
125
+													<span class="sl_b max-width ">驾照</span>
126 126
 													<span class="sl_blue ">受理</span>
127 127
 													<span class="sl_red ">50%</span>
128 128
 													<span class="sl_blue ">占比</span>
@@ -136,7 +136,7 @@
136 136
 												</li>
137 137
 												<li>
138 138
 													<span class="sl_b size-20 ">3</span>
139
-													<span class="sl_b max-width ">民政局</span>
139
+													<span class="sl_b max-width ">号牌上户</span>
140 140
 													<span class="sl_blue ">受理</span>
141 141
 													<span class="sl_red ">40%</span>
142 142
 													<span class="sl_blue ">占比</span>
@@ -150,7 +150,7 @@
150 150
 												</li>
151 151
 												<li>
152 152
 													<span class="sl_b size-20 ">4</span>
153
-													<span class="sl_b max-width ">财政局</span>
153
+													<span class="sl_b max-width ">注册登记</span>
154 154
 													<span class="sl_blue ">受理</span>
155 155
 													<span class="sl_red ">25%</span>
156 156
 													<span class="sl_blue ">占比</span>
@@ -164,7 +164,7 @@
164 164
 												</li>
165 165
 												<li>
166 166
 													<span class="sl_b size-20 ">5</span>
167
-													<span class="sl_b max-width ">税务局</span>
167
+													<span class="sl_b max-width ">企业备案</span>
168 168
 													<span class="sl_blue ">受理</span>
169 169
 													<span class="sl_red ">30%</span>
170 170
 													<span class="sl_blue ">占比</span>
@@ -184,7 +184,7 @@
184 184
 						
185 185
 						
186 186
 						
187
-						<div class="conb clearfix">
187
+						<div class="conb clearfix" style="margin-top: 20px;">
188 188
 							<div >
189 189
 								<div id="th_num" style="height: 400px;" ></div>
190 190
 							</div>

BIN
img/midmap_03.png


+ 5 - 5
js/huawu.js

@@ -3,7 +3,7 @@ angular.module('huawu', [])
3 3
 		$('#main').highcharts({
4 4
 			chart: {
5 5
 				type: 'column',
6
-				backgroundColor: '#100e11'
6
+				backgroundColor: '#030303'
7 7
 			},
8 8
 			title: {
9 9
 				text: '坐席闲忙比例'
@@ -60,7 +60,7 @@ angular.module('huawu', [])
60 60
 		$('#main1').highcharts({
61 61
 			chart: {
62 62
 				type: 'line',
63
-				backgroundColor: '#100e11'
63
+				backgroundColor: '#030303'
64 64
 			},
65 65
 			title: {
66 66
 				text: '话务量实时数据统计'
@@ -156,7 +156,7 @@ $('#jtv').radialIndicator({
156 156
 	radius: 40,
157 157
 	barBgColor: '#999',
158 158
 	barColor: 'rgb(247, 163, 92)',
159
-	barWidth: 5,
159
+	barWidth: 8,
160 160
 	initValue: 100,
161 161
 	roundCorner: true,
162 162
 	percentage: true
@@ -165,7 +165,7 @@ $('#zxr').radialIndicator({
165 165
 	radius: 40,
166 166
 	barBgColor: '#999',
167 167
 	barColor: 'rgb(241, 92, 128)',
168
-	barWidth: 5,
168
+	barWidth: 8,
169 169
 	initValue: 40,
170 170
 	roundCorner: true
171 171
 	//      percentage: true
@@ -174,7 +174,7 @@ $('#sc').radialIndicator({
174 174
 radius: 40,
175 175
 barBgColor: '#999',
176 176
 barColor: '#87CEEB',
177
-barWidth: 5,
177
+barWidth: 8,
178 178
 initValue: 40,
179 179
 roundCorner: true
180 180
 //      percentage: true

+ 11 - 30
js/jiedanbumen.js

@@ -57,7 +57,7 @@ angular.module('jiedanbumen',[])
57 57
         showAllSymbol: true,
58 58
         symbol: 'emptyCircle',
59 59
         symbolSize: 15,
60
-       data:[50, 122, 128, 232, 240,300, 240, 322, 128, 122, 120, 112],
60
+       data:[50, 122, 128, 232, 240,300, 240, 322, 228, 122, 120, 112],
61 61
          itemStyle: {
62 62
             normal: {
63 63
                 color: 'green'
@@ -69,14 +69,8 @@ angular.module('jiedanbumen',[])
69 69
         type: 'bar',
70 70
         itemStyle: {
71 71
             normal: {
72
-                barBorderRadius: 5,
73
-                color: new echarts.graphic.LinearGradient(
74
-                    0, 0, 0, 1,
75
-                    [
76
-                        {offset: 0, color: '#14c8d4'},
77
-                        {offset: 1, color: '#43eec6'}
78
-                    ]
79
-                )
72
+                color:['#43eec6']  
73
+                                        
80 74
             }
81 75
         },
82 76
          data:[140, 142, 185, 186, 297, 100, 116, 230, 217, 216,215, 302]
@@ -85,14 +79,7 @@ angular.module('jiedanbumen',[])
85 79
         type: 'bar',
86 80
          itemStyle: {
87 81
             normal: {
88
-                 barBorderRadius: 5,
89
-                color: new echarts.graphic.LinearGradient(
90
-                    0, 0, 0, 1,
91
-                    [
92
-                        {offset: 0, color: '#9df5ff'},
93
-                        {offset: 1, color: '#61dbe8'}
94
-                    ]
95
-                )
82
+                color: ['#61dbe8']                  
96 83
             }
97 84
         },
98 85
      
@@ -100,18 +87,9 @@ angular.module('jiedanbumen',[])
100 87
     }, {
101 88
         name: '反馈工单数',
102 89
         type: 'bar',
103
-        // symbol: 'rect',
104 90
        itemStyle: {
105 91
             normal: {
106
-                barBorderRadius: 5,
107
-                color: new echarts.graphic.LinearGradient(
108
-                    0, 0, 0, 1,
109
-                    [
110
-                      {offset: 0, color: '#83bff6'},
111
-                            {offset: 0.5, color: '#188df0'},
112
-                            {offset: 1, color: '#188df0'}
113
-                    ]
114
-                )
92
+                color: ['#188df0']
115 93
             }
116 94
         },
117 95
      
@@ -203,10 +181,13 @@ angular.module('jiedanbumen',[])
203 181
             });
204 182
         
205 183
         //heighchart插件
184
+        var fbheight=$(window).height();
185
+        console.log(fbheight);
186
+         $('#timefb').css('height',fbheight);
206 187
         $('#timefb').highcharts({
207 188
    			chart: {
208 189
    				type: 'area',
209
-   				backgroundColor: '#100e11',
190
+   				backgroundColor: '#030303',
210 191
    				color: '#fff'
211 192
    			},
212 193
    			title: {
@@ -257,7 +238,7 @@ angular.module('jiedanbumen',[])
257 238
    			series: [{
258 239
    						name: '受理工单数',
259 240
    						data: [10, 15, 12, 7, 12, 15, 20, 25, 30, 15, 10],
260
-   						color: '#f57c56'
241
+   						color: '#da2d28'
261 242
    					}, {
262 243
    						name: '处理工单数',
263 244
    						data: [30, 32, 28, 25, 32, 35, 40, 60, 50, 30, 15],
@@ -265,7 +246,7 @@ angular.module('jiedanbumen',[])
265 246
    					}, {
266 247
    						name: '反馈工单数',
267 248
    						data: [110, 94, 64, 37, 42, 50, 88, 86, 71, 45,20],
268
-           				color:'#527de0'
249
+           				color:'#033ea9'
269 250
         }]
270 251
    
271 252
         })

+ 3 - 3
js/zhongxin.js

@@ -61,7 +61,7 @@ angular.module('zhongxin', [])
61 61
 		$('#th_num').highcharts({
62 62
 			chart: {
63 63
 				type: 'line',
64
-				backgroundColor: '#100e11'
64
+				backgroundColor: '#030303'
65 65
 			},
66 66
 			title: {
67 67
 				text: '通话数量统计',
@@ -114,7 +114,7 @@ angular.module('zhongxin', [])
114 114
 				}
115 115
 			},
116 116
 			yAxis: {
117
-				gridLineColor: '#100e11',
117
+				gridLineColor: '#030303',
118 118
 				title: {
119 119
 					text: '数量',
120 120
 					rotation: 0,
@@ -237,7 +237,7 @@ angular.module('zhongxin', [])
237 237
 		//通话时长
238 238
 		var chart = new Highcharts.Chart('th_nums', {
239 239
 			chart: {
240
-				backgroundColor: '#100e11'
240
+				backgroundColor: '#030303'
241 241
 			},
242 242
 			title: {
243 243
 				text: '平均通话时长统计',