Parcourir la Source

优化页面样式

zhangshuangnan il y a 8 ans
Parent
commit
8b0d25cf67
9 fichiers modifiés avec 100 ajouts et 94 suppressions
  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
 	margin: 0;
2
 	margin: 0;
3
 	padding: 0;
3
 	padding: 0;
4
 	font-size: 16px;
4
 	font-size: 16px;
5
-	background-color: #100e11;
5
+	background-color: #030303;
6
 	-webkit-text-size-adjust: none;
6
 	-webkit-text-size-adjust: none;
7
 }
7
 }
8
 
8
 
38
 	text-decoration: none;
38
 	text-decoration: none;
39
 }
39
 }
40
 [ui-view]{
40
 [ui-view]{
41
-	background:#100e11 ;
41
+	background:#030303 ;
42
 }
42
 }
43
 
43
 
44
  .navcon{
44
  .navcon{
45
  	width: 100%;
45
  	width: 100%;
46
- 	background:#100e11 ;
46
+ 	background:#030303 ;
47
+ 	border-bottom: 1px solid #078ceb;
48
+ 	margin-bottom: 40px;
47
  }
49
  }
48
  .navbox{
50
  .navbox{
49
  	width: 95%;
51
  	width: 95%;
50
- 	margin: 0 auto;
51
  	height: 45px;
52
  	height: 45px;
52
  	color: #fff;
53
  	color: #fff;
53
  }
54
  }
57
   	text-align: center;
58
   	text-align: center;
58
   	line-height: 45px;
59
   	line-height: 45px;
59
   	font-size: 25px;
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
   .navbox .navl{
77
   .navbox .navl{
64
   	height: 100%;
78
   	height: 100%;
77
  	line-height: 45px;
91
  	line-height: 45px;
78
  	text-align: center;
92
  	text-align: center;
79
  	padding: 0px 15px;
93
  	padding: 0px 15px;
80
- 	color: #73a2fa;
94
+ 	color: #fff;
81
   }
95
   }
82
 .navbox .navl li a.active{
96
 .navbox .navl li a.active{
83
- 	color: #fff;
84
- 	background: #65668c;
97
+ 	color: #078ceb;
85
  }
98
  }
86
  
99
  
87
  /*来源渠道开始*/
100
  /*来源渠道开始*/
88
 
101
 
89
  .qunzhong{
102
  .qunzhong{
90
-     width: 95%;
91
-    background: #100e11;
103
+    width: 100%;
104
+    background: #030303;
92
     margin: 0 auto;
105
     margin: 0 auto;
93
-    padding: 40px 0;
106
+    padding-bottom: 40px;
94
  	
107
  	
95
  }
108
  }
96
  .huanxing{
109
  .huanxing{
97
  	float: right;
110
  	float: right;
98
- 	width: 35%;
111
+ 	width: 40%;
99
  	color: #fff;
112
  	color: #fff;
100
  	text-align: center;
113
  	text-align: center;
101
  }
114
  }
107
   	
120
   	
108
   }
121
   }
109
   .huanxing ul li div{
122
   .huanxing ul li div{
110
-  	width: 80%;
123
+  	width: 6em;
124
+    height: 6em;
111
     margin: 0 auto;
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
     color: #fff;
132
     color: #fff;
116
     text-align: center;
133
     text-align: center;
117
     line-height: 6em;
134
     line-height: 6em;
193
 	float: right;
210
 	float: right;
194
 }
211
 }
195
 .tsjb-bm ul li .progress,.tsjb-br ul li .progress{
212
 .tsjb-bm ul li .progress,.tsjb-br ul li .progress{
196
-	background-color: #64547b;
213
+	background-color: #1d1c1c;
197
 }
214
 }
198
 .progress-bar-zise {
215
 .progress-bar-zise {
199
     background-color: #c278a9;
216
     background-color: #c278a9;
439
 				list-style: none;
456
 				list-style: none;
440
 				font-size: 14px;
457
 				font-size: 14px;
441
 				text-align: center;
458
 				text-align: center;
442
-				margin-bottom: 15px;
459
+				/*margin-bottom: 15px;*/
443
 			}
460
 			}
444
 			
461
 			
445
 			.slqm ul li span {
462
 			.slqm ul li span {
446
-				margin: 5px;
447
 				text-align: center;
463
 				text-align: center;
448
 				display: inline-block;
464
 				display: inline-block;
449
 				width: 8%;
465
 				width: 8%;
471
 			}
487
 			}
472
 			
488
 			
473
 			.tspm ul {
489
 			.tspm ul {
474
-				margin-top: 50px;
490
+				margin-top: 25px;
475
 			}
491
 			}
476
 			
492
 			
477
 			.tspm ul li span {
493
 			.tspm ul li span {
478
-				text-align: center;
494
+				text-align: left;
479
 				display: inline-block;
495
 				display: inline-block;
480
 				width: 10%;
496
 				width: 10%;
481
 			}
497
 			}
483
 			.tspm ul li {
499
 			.tspm ul li {
484
 				font-size: 14px;
500
 				font-size: 14px;
485
 				text-align: center;
501
 				text-align: center;
486
-				margin-bottom: 30px;
487
 			}
502
 			}
488
 			.slqm_content ul li .progress {
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
 			.conb>div{
509
 			.conb>div{
495
 			}
512
 			}
496
 			.gd-tbox{
513
 			.gd-tbox{
497
 				width: 100%;
514
 				width: 100%;
498
-				margin: 0 0 85px 0;
515
+				margin: 0px 0 25px 0;
499
 			}
516
 			}
500
 			.gd-tbox li{
517
 			.gd-tbox li{
501
 				float: left;
518
 				float: left;
509
 				color: red;
526
 				color: red;
510
 			}
527
 			}
511
 			.gd-tbox li.gd-tit{
528
 			.gd-tbox li.gd-tit{
512
-				background: red;
529
+				background: #c23531;
513
 				color: #fff;
530
 				color: #fff;
514
 				
531
 				
515
 			}
532
 			}
550
 			}
567
 			}
551
 			.gdmap>div.gdmap-r ul li i{
568
 			.gdmap>div.gdmap-r ul li i{
552
 				margin-right: 5px;
569
 				margin-right: 5px;
570
+				border-radius: 50%;
553
 			}
571
 			}
554
 			.gdmap>div.gdmap-r ul li {
572
 			.gdmap>div.gdmap-r ul li {
555
-				margin-top: 10px;
573
+				margin-top: 15px;
556
 			}
574
 			}
557
 /*中心大数据结束*/
575
 /*中心大数据结束*/
558
 /*服务知识开始*/
576
 /*服务知识开始*/
564
 			}
582
 			}
565
 			.xs {
583
 			.xs {
566
 				font-size: 16px;
584
 				font-size: 16px;
567
-				line-height: 40px;
585
+				line-height: 20px;
568
 				display: block;
586
 				display: block;
569
 			}			
587
 			}			
570
 			.pr_bai {
588
 			.pr_bai {
613
 				padding-left: 0;
631
 				padding-left: 0;
614
 				margin-right: 40px;
632
 				margin-right: 40px;
615
 			}
633
 			}
634
+			.slqd_content ul li {
635
+				margin-bottom: 25px;
636
+			}
616
 			.slqd_content ul li .progress {
637
 			.slqd_content ul li .progress {
617
 				width: 60%;
638
 				width: 60%;
618
-				height: 40px;
639
+				height: 20px;
619
 				float: left;
640
 				float: left;
620
-				background-color: #64547b;
641
+				background-color: #1d1c1c;
621
 			}
642
 			}
622
 /*服务知识结束*/
643
 /*服务知识结束*/

+ 7 - 7
html/fuwuzhishi.html

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

+ 1 - 1
html/index.html

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

+ 7 - 3
html/tousujubao.html

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

+ 16 - 16
html/zhongxin.html

13
 									<div class="gdmap-l">
13
 									<div class="gdmap-l">
14
 										<ul>
14
 										<ul>
15
 											<li>
15
 											<li>
16
-												<div>工单</div>
17
-												<span>700</span>
16
+												<div>查询</div>
17
+												<span>100</span>
18
 											</li>
18
 											</li>
19
 											<li>
19
 											<li>
20
-												<div>工单</div>
21
-												<span>700</span>
20
+												<div>投诉</div>
21
+												<span>200</span>
22
 											</li>
22
 											</li>
23
 											<li>
23
 											<li>
24
-												<div>工单</div>
25
-												<span>700</span>
24
+												<div>举报</div>
25
+												<span>300</span>
26
 											</li>
26
 											</li>
27
 											<li>
27
 											<li>
28
-												<div>工单</div>
29
-												<span>700</span>
28
+												<div>建议</div>
29
+												<span>400</span>
30
 											</li>
30
 											</li>
31
 											<li>
31
 											<li>
32
-												<div>工单</div>
33
-												<span>700</span>
32
+												<div>通话</div>
33
+												<span>500</span>
34
 											</li>
34
 											</li>
35
 										</ul>
35
 										</ul>
36
 									</div>
36
 									</div>
111
 									<ul>
111
 									<ul>
112
 										<li>
112
 										<li>
113
 											<span class="sl_b size-20">1</span>
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
 											<span class="sl_blue">受理</span>
115
 											<span class="sl_blue">受理</span>
116
 											<span class="sl_red " >30%</span>
116
 											<span class="sl_red " >30%</span>
117
 											<span class="sl_blue " >占比</span>
117
 											<span class="sl_blue " >占比</span>
122
 										</li>
122
 										</li>
123
 												<li>
123
 												<li>
124
 													<span class="sl_b size-20 ">2</span>
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
 													<span class="sl_blue ">受理</span>
126
 													<span class="sl_blue ">受理</span>
127
 													<span class="sl_red ">50%</span>
127
 													<span class="sl_red ">50%</span>
128
 													<span class="sl_blue ">占比</span>
128
 													<span class="sl_blue ">占比</span>
136
 												</li>
136
 												</li>
137
 												<li>
137
 												<li>
138
 													<span class="sl_b size-20 ">3</span>
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
 													<span class="sl_blue ">受理</span>
140
 													<span class="sl_blue ">受理</span>
141
 													<span class="sl_red ">40%</span>
141
 													<span class="sl_red ">40%</span>
142
 													<span class="sl_blue ">占比</span>
142
 													<span class="sl_blue ">占比</span>
150
 												</li>
150
 												</li>
151
 												<li>
151
 												<li>
152
 													<span class="sl_b size-20 ">4</span>
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
 													<span class="sl_blue ">受理</span>
154
 													<span class="sl_blue ">受理</span>
155
 													<span class="sl_red ">25%</span>
155
 													<span class="sl_red ">25%</span>
156
 													<span class="sl_blue ">占比</span>
156
 													<span class="sl_blue ">占比</span>
164
 												</li>
164
 												</li>
165
 												<li>
165
 												<li>
166
 													<span class="sl_b size-20 ">5</span>
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
 													<span class="sl_blue ">受理</span>
168
 													<span class="sl_blue ">受理</span>
169
 													<span class="sl_red ">30%</span>
169
 													<span class="sl_red ">30%</span>
170
 													<span class="sl_blue ">占比</span>
170
 													<span class="sl_blue ">占比</span>
184
 						
184
 						
185
 						
185
 						
186
 						
186
 						
187
-						<div class="conb clearfix">
187
+						<div class="conb clearfix" style="margin-top: 20px;">
188
 							<div >
188
 							<div >
189
 								<div id="th_num" style="height: 400px;" ></div>
189
 								<div id="th_num" style="height: 400px;" ></div>
190
 							</div>
190
 							</div>

BIN
img/midmap_03.png


+ 5 - 5
js/huawu.js

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

+ 11 - 30
js/jiedanbumen.js

57
         showAllSymbol: true,
57
         showAllSymbol: true,
58
         symbol: 'emptyCircle',
58
         symbol: 'emptyCircle',
59
         symbolSize: 15,
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
          itemStyle: {
61
          itemStyle: {
62
             normal: {
62
             normal: {
63
                 color: 'green'
63
                 color: 'green'
69
         type: 'bar',
69
         type: 'bar',
70
         itemStyle: {
70
         itemStyle: {
71
             normal: {
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
          data:[140, 142, 185, 186, 297, 100, 116, 230, 217, 216,215, 302]
76
          data:[140, 142, 185, 186, 297, 100, 116, 230, 217, 216,215, 302]
85
         type: 'bar',
79
         type: 'bar',
86
          itemStyle: {
80
          itemStyle: {
87
             normal: {
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
     }, {
87
     }, {
101
         name: '反馈工单数',
88
         name: '反馈工单数',
102
         type: 'bar',
89
         type: 'bar',
103
-        // symbol: 'rect',
104
        itemStyle: {
90
        itemStyle: {
105
             normal: {
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
             });
181
             });
204
         
182
         
205
         //heighchart插件
183
         //heighchart插件
184
+        var fbheight=$(window).height();
185
+        console.log(fbheight);
186
+         $('#timefb').css('height',fbheight);
206
         $('#timefb').highcharts({
187
         $('#timefb').highcharts({
207
    			chart: {
188
    			chart: {
208
    				type: 'area',
189
    				type: 'area',
209
-   				backgroundColor: '#100e11',
190
+   				backgroundColor: '#030303',
210
    				color: '#fff'
191
    				color: '#fff'
211
    			},
192
    			},
212
    			title: {
193
    			title: {
257
    			series: [{
238
    			series: [{
258
    						name: '受理工单数',
239
    						name: '受理工单数',
259
    						data: [10, 15, 12, 7, 12, 15, 20, 25, 30, 15, 10],
240
    						data: [10, 15, 12, 7, 12, 15, 20, 25, 30, 15, 10],
260
-   						color: '#f57c56'
241
+   						color: '#da2d28'
261
    					}, {
242
    					}, {
262
    						name: '处理工单数',
243
    						name: '处理工单数',
263
    						data: [30, 32, 28, 25, 32, 35, 40, 60, 50, 30, 15],
244
    						data: [30, 32, 28, 25, 32, 35, 40, 60, 50, 30, 15],
265
    					}, {
246
    					}, {
266
    						name: '反馈工单数',
247
    						name: '反馈工单数',
267
    						data: [110, 94, 64, 37, 42, 50, 88, 86, 71, 45,20],
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
 		$('#th_num').highcharts({
61
 		$('#th_num').highcharts({
62
 			chart: {
62
 			chart: {
63
 				type: 'line',
63
 				type: 'line',
64
-				backgroundColor: '#100e11'
64
+				backgroundColor: '#030303'
65
 			},
65
 			},
66
 			title: {
66
 			title: {
67
 				text: '通话数量统计',
67
 				text: '通话数量统计',
114
 				}
114
 				}
115
 			},
115
 			},
116
 			yAxis: {
116
 			yAxis: {
117
-				gridLineColor: '#100e11',
117
+				gridLineColor: '#030303',
118
 				title: {
118
 				title: {
119
 					text: '数量',
119
 					text: '数量',
120
 					rotation: 0,
120
 					rotation: 0,
237
 		//通话时长
237
 		//通话时长
238
 		var chart = new Highcharts.Chart('th_nums', {
238
 		var chart = new Highcharts.Chart('th_nums', {
239
 			chart: {
239
 			chart: {
240
-				backgroundColor: '#100e11'
240
+				backgroundColor: '#030303'
241
 			},
241
 			},
242
 			title: {
242
 			title: {
243
 				text: '平均通话时长统计',
243
 				text: '平均通话时长统计',