charts2.html 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  1. <div ng-controller="charts2Ctrl" class="bgBody">
  2. <div class="head">
  3. <img src="assets/images/daping/logo.png" alt=""><span class="zi">| 网络安全与信息化运维服务平台</span>
  4. </div>
  5. <div class="charts_body">
  6. <div class="body_left">
  7. <!-- 呼叫中心来电趋势图 -->
  8. <div class="laidiantu">
  9. <div class="tit">
  10. 呼叫中心来电趋势图
  11. </div>
  12. <div class="zongji">
  13. <span></span>
  14. <span>呼叫中心来电数量:&nbsp;{{allIncidentreport}}</span>
  15. </div>
  16. <div id="laidianqushitu" style="height: 400px;width:420px">
  17. </div>
  18. </div>
  19. <!-- 事件工单处理实时情况列表 -->
  20. <div class="shijianbiao">
  21. <div class="tit">
  22. 事件工单处理实时情况
  23. </div>
  24. <div class="table_box">
  25. <div class="shijian_tables_box">
  26. <!-- 第一个列表 -->
  27. <div class="shijian_tables">
  28. <div class="table_head">
  29. <div class="tab_one">序号</div>
  30. <div class="tab_two">工单号</div>
  31. <div class="tab_three">处理人</div>
  32. <div class="tab_four">处理状态</div>
  33. </div>
  34. <div class="table_list" ng-repeat="v in incidentHandleList1">
  35. <div class="tab_one">{{$index+1}}</div>
  36. <div class="tab_two">{{v.incidentsign}}</div>
  37. <div class="tab_three">{{v.name}}</div>
  38. <div class="tab_four" ng-class="statusColor(v.status)" ng-show="v.status!='接单'">{{incident_status(v.status)}}</div>
  39. <div class="tab_four" ng-class="statusColor(v.status)" ng-show="v.status=='接单'">接&nbsp;&nbsp;&nbsp;&nbsp;单</div>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. </div>
  45. </div>
  46. <div class="body_right">
  47. <!-- 微信报修趋势图 -->
  48. <div class="baoxiutu">
  49. <div class="tit">
  50. 微信报修趋势图
  51. </div>
  52. <div class="zongji">
  53. <span></span>
  54. <span>微信报修数量:&nbsp;{{wxAll}}</span>
  55. </div>
  56. <div id="baoxiuqushitu" style="height: 400px;width:420px"></div>
  57. </div>
  58. <!-- 微信报修详情列表 -->
  59. <div class="baoxiubiao">
  60. <div class="tit">
  61. 微信报修详情
  62. </div>
  63. <div class="table_box">
  64. <div class="baoxiu_tables_box">
  65. <!-- 第一个列表 -->
  66. <div class="baoxiu_tables">
  67. <div class="table_head">
  68. <div class="tab_one">序号</div>
  69. <div class="tab_two">报修内容</div>
  70. <div class="tab_three">报修人</div>
  71. </div>
  72. <div class="table_list" ng-repeat="v in weChatList1">
  73. <div class="tab_one">{{$index+1}}</div>
  74. <div class="tab_two">{{v.description}}</div>
  75. <div class="tab_three">{{v.name}}</div>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. </div>
  82. <div class="body_center">
  83. <div class="all_data">
  84. <div>
  85. 今日实时工单
  86. <span class="num">{{incident_allData}}&nbsp;<span>件</span></span>
  87. </div>
  88. <div>
  89. 等待响应工单
  90. <span class="num">{{incident_responseData}}&nbsp;<span>件</span></span>
  91. </div>
  92. </div>
  93. <div class="map_pit">
  94. <div class="map_tit">区域地点实时动态图</div>
  95. <!-- 同济校区 -->
  96. <div class='pulse pulseBox' ng-show="tongjixiaoquSum>=1"></div>
  97. <div class='pulse pulseBox zhongda' ng-show="tongjixiaoqu_zhongdaSum>=1"></div>
  98. <div class='pulse pulseBox chuliguo' ng-show="tongjixiaoqu_chuliguo>=1"></div>
  99. <div class='pulse2 pulseBox' ng-show="tongjixiaoquSum>=2"></div>
  100. <div class='pulse2 pulseBox zhongda' ng-show="tongjixiaoqu_zhongdaSum>=2"></div>
  101. <div class='pulse2 pulseBox chuliguo' ng-show="tongjixiaoqu_chuliguo>=2"></div>
  102. <div class='pulse3 pulseBox' ng-show="tongjixiaoquSum>=3"></div>
  103. <div class='pulse3 pulseBox zhongda' ng-show="tongjixiaoqu_zhongdaSum>=3"></div>
  104. <div class='pulse3 pulseBox chuliguo' ng-show="tongjixiaoqu_chuliguo>=3"></div>
  105. <!-- 主校区 -->
  106. <div class='pulse4 pulseBox' ng-show="zhuxiaoquSum>=1"></div>
  107. <div class='pulse4 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=1"></div>
  108. <div class='pulse4 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=1"></div>
  109. <div class='pulse5 pulseBox' ng-show="zhuxiaoquSum>=2"></div>
  110. <div class='pulse5 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=2"></div>
  111. <div class='pulse5 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=2"></div>
  112. <div class='pulse6 pulseBox' ng-show="zhuxiaoquSum >=3"></div>
  113. <div class='pulse6 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=3"></div>
  114. <div class='pulse6 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=3"></div>
  115. <div class='pulse7 pulseBox' ng-show="zhuxiaoquSum >=4"></div>
  116. <div class='pulse7 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=4"></div>
  117. <div class='pulse7 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=4"></div>
  118. <div class='pulse8 pulseBox' ng-show="zhuxiaoquSum >=5"></div>
  119. <div class='pulse8 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=5"></div>
  120. <div class='pulse8 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=5"></div>
  121. <div class='pulse14 pulseBox' ng-show="zhuxiaoquSum>=6"></div>
  122. <div class='pulse14 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=6"></div>
  123. <div class='pulse14 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=6"></div>
  124. <div class='pulse15 pulseBox' ng-show="zhuxiaoquSum>=7"></div>
  125. <div class='pulse15 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=7"></div>
  126. <div class='pulse15 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=7"></div>
  127. <!-- 东校区 -->
  128. <div class='pulse9 pulseBox' ng-show="dongxiaoquSum>=1"></div>
  129. <div class='pulse9 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=1"></div>
  130. <div class='pulse9 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=1"></div>
  131. <div class='pulse10 pulseBox' ng-show="dongxiaoquSum>=2"></div>
  132. <div class='pulse10 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=2"></div>
  133. <div class='pulse10 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=2"></div>
  134. <div class='pulse11 pulseBox' ng-show="dongxiaoquSum>=3"></div>
  135. <div class='pulse11 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=3"></div>
  136. <div class='pulse11 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=3"></div>
  137. <div class='pulse12 pulseBox' ng-show="dongxiaoquSum>=4"></div>
  138. <div class='pulse12 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=4"></div>
  139. <div class='pulse12 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=4"></div>
  140. <div class='pulse13 pulseBox' ng-show="dongxiaoquSum>=5"></div>
  141. <div class='pulse13 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=5"></div>
  142. <div class='pulse13 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=5"></div>
  143. <div class='pulse16 pulseBox' ng-show="dongxiaoquSum>=6"></div>
  144. <div class='pulse16 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=6"></div>
  145. <div class='pulse16 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=6"></div>
  146. <div class='pulse17 pulseBox' ng-show="dongxiaoquSum>=7"></div>
  147. <div class='pulse17 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=7"></div>
  148. <div class='pulse17 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=7"></div>
  149. <!-- 字 -->
  150. <div class="tongjixiaoqu">同济校区</div>
  151. <div class="zhuxiaoqu">主校区</div>
  152. <div class="dongxiaoqu">东校区</div>
  153. </div>
  154. <div class="map_list">
  155. <div class="map_list_head">
  156. <div class="tab_six"></div>
  157. <div class="tab_one">校区</div>
  158. <div class="tab_five">处理地点</div>
  159. <div class="tab_two">问题</div>
  160. <div class="tab_three">处理人员</div>
  161. <div class="tab_four">处理时长</div>
  162. <div class="tab_sevent">优先级</div>
  163. <!-- <div class="tab_six">优先级</div> -->
  164. </div>
  165. <div class="map_list_body_poi">
  166. <div class="map_list_body">
  167. <div class="map_li" ng-repeat="v in placeList">
  168. <div class="tab_six">
  169. <div class='pulse18 pulseBox' ng-class="liebiao_zhuangtai(v.statusid,v.priority)"></div>
  170. <!-- <div class='pulse18 pulseBox' ng-class="v.priority=='重大'?'zhongda':''"></div> -->
  171. </div>
  172. <div class="tab_one">{{v.area}}</div>
  173. <div class="tab_five">{{v.place}}</div>
  174. <div class="tab_two">{{v.title}}</div>
  175. <div class="tab_three">{{v.name}}</div>
  176. <div class="tab_four">{{v.minute}}</div>
  177. <div class="tab_sevent" ng-class="v.priority=='重大'?'zizhongda':'ziqita'">{{v.priority}}</div>
  178. <!-- <div class="tab_sevent" ng-class="v.priority=='重大'?'zizhongda':'ziqita'">{{v.priority}}</div> -->
  179. </div>
  180. </div>
  181. </div>
  182. </div>
  183. </div>
  184. </div>
  185. </div>
  186. <style>
  187. .bgBody{
  188. width: 1920px;
  189. height: 1080px;
  190. background: url(assets/images/daping/bg_01.png);
  191. background-size: cover;
  192. display: flex;
  193. flex-direction:column
  194. }
  195. .bgBody .flle{
  196. float: left;
  197. margin-left: 20px;
  198. opacity: 0;
  199. }
  200. .head{
  201. padding: 51px 30px;
  202. display: flex;
  203. justify-content:flex-start;
  204. align-items: center;
  205. position: relative;
  206. }
  207. .head img{
  208. position: absolute;
  209. left: 27px;
  210. top: 25px;
  211. }
  212. .head .zi{
  213. position: absolute;
  214. left: 277px;
  215. top: 34px;
  216. color: white;
  217. font-size: 25px;
  218. display: inline-block;
  219. width: 376px;
  220. height: 44px;
  221. background-color: rgb(15,18,53);
  222. }
  223. .all_data{
  224. display: flex;
  225. }
  226. .all_data>div{
  227. width: 470px;
  228. color: white;
  229. height: 55px;
  230. font-size: 24px;
  231. padding-left: 52px;
  232. margin-top: 20px;
  233. display: flex;
  234. align-items: center;
  235. line-height: 55px
  236. }
  237. .all_data .num{
  238. display: inline-block;
  239. margin-left: 153px;
  240. font-size: 36px;
  241. color:white
  242. }
  243. .all_data .num span{
  244. font-size: 18px
  245. }
  246. .charts_body{
  247. display: flex;
  248. height: 100%;
  249. }
  250. .charts_body .body_left{
  251. width: 26%
  252. }
  253. .charts_body .body_center{
  254. width: 50%!important
  255. }
  256. .charts_body .body_right{
  257. width: 24%
  258. }
  259. /*向上三角形左*/
  260. .triangle_border_up_left{
  261. width: 0;
  262. height: 0;
  263. border-width: 0 18px 48px;
  264. border-style: solid;
  265. border-color: transparent transparent #072E61;
  266. margin: 40px auto;
  267. position: absolute;
  268. left: 206px;
  269. top: -50px;
  270. }
  271. /*向上三角形右*/
  272. .triangle_border_up_right{
  273. width: 0;
  274. height: 0;
  275. border-width: 0 17px 48px;
  276. border-style: solid;
  277. border-color: transparent transparent #072E61;
  278. margin: 40px auto;
  279. position: absolute;
  280. left: 726px;
  281. top: -50px;
  282. }
  283. .body_center .pit{
  284. width: 99.4%;
  285. height: 92.8%;
  286. position: relative;
  287. margin-top: -48px;
  288. margin-left: 2px;
  289. }
  290. .body_center .pit .titImg{
  291. position: absolute;
  292. left: 41px;
  293. top: -5px;
  294. }
  295. .body_left .laidiantu{
  296. position: relative;
  297. }
  298. .body_left .laidiantu .tit{
  299. color: white;
  300. font-size: 24px;
  301. padding-left: 73px;
  302. margin-top: 24px
  303. }
  304. .body_left .laidiantu .zongji{
  305. display: flex;
  306. justify-content: flex-end;
  307. margin-top: 16px;
  308. padding-right: 49px;
  309. height: 30px;
  310. align-items: center;
  311. }
  312. .body_left .laidiantu .zongji span:nth-child(1){
  313. display: inline-block;
  314. width: 15px;
  315. height: 15px;
  316. border-radius: 50%;
  317. background-color: rgb(34,142,215)
  318. }
  319. .body_left .laidiantu .zongji span:nth-child(2){
  320. display: inline-block;
  321. font-size: 16px;
  322. color: white;
  323. margin-left: 10px
  324. }
  325. .body_right .baoxiutu{
  326. position: relative;
  327. }
  328. .baoxiugradient{
  329. height: 323px;
  330. width: 60px;
  331. position: absolute;
  332. left: 240px;
  333. top: 104px;
  334. background: -webkit-linear-gradient(left, rgba(255,194,51,0.3) , transparent);
  335. }
  336. .body_right .baoxiutu .zongji{
  337. display: flex;
  338. justify-content: flex-end;
  339. margin-top: 16px;
  340. padding-right: 49px;
  341. height: 30px;
  342. align-items: center;
  343. }
  344. .body_right .baoxiutu .zongji span:nth-child(1){
  345. display: inline-block;
  346. width: 15px;
  347. height: 15px;
  348. border-radius: 50%;
  349. background-color: rgb(208,64,47)
  350. }
  351. .body_right .baoxiutu .zongji span:nth-child(2){
  352. display: inline-block;
  353. font-size: 16px;
  354. color: white;
  355. margin-left: 10px
  356. }
  357. .baoxiubiao .tit{
  358. color: white;
  359. font-size: 24px;
  360. padding-left: 42px;
  361. margin-top: 43px;
  362. }
  363. .baoxiubiao .table_box{
  364. width: 414px;
  365. height: 339px;
  366. margin-left: 20px;
  367. /* padding: 14px; */
  368. margin-top: 11px;
  369. border: 0;
  370. overflow: hidden;
  371. position: relative;
  372. }
  373. .baoxiubiao .baoxiu_tables{
  374. width: 414px;
  375. height: 339px;
  376. padding: 14px;
  377. float: left;
  378. }
  379. .baoxiubiao .baoxiu_tables_box{
  380. width: 1242px;
  381. height: 339px;
  382. position: absolute;
  383. left: 0;
  384. top: 0
  385. }
  386. .baoxiubiao .table_head{
  387. display: flex;
  388. height: 31px;
  389. align-items: center;
  390. font-size: 16px;
  391. color: white;
  392. min-height: 0
  393. }
  394. .baoxiubiao .table_list{
  395. display: flex;
  396. height: 40px;
  397. align-items: center;
  398. font-size: 16px;
  399. color: white;
  400. min-height: 0;
  401. border-bottom: 1px white solid;
  402. }
  403. .baoxiubiao .tab_one{
  404. text-align: center;
  405. width: 10%;
  406. overflow: hidden;
  407. white-space: nowrap;
  408. text-overflow: ellipsis
  409. }
  410. .baoxiubiao .tab_two{
  411. text-align: center;
  412. width: 70%;
  413. overflow: hidden;
  414. white-space: nowrap;
  415. text-overflow: ellipsis
  416. }
  417. .baoxiubiao .tab_three{
  418. text-align: center;
  419. width: 20%;
  420. overflow: hidden;
  421. white-space: nowrap;
  422. text-overflow: ellipsis
  423. }
  424. .baoxiubiao .table_list .tab_two{
  425. text-align: left;
  426. padding-left: 20px
  427. }
  428. .shijianbiao .tit{
  429. color: white;
  430. font-size: 24px;
  431. padding-left: 73px;
  432. margin-top: 43px;
  433. }
  434. .shijianbiao .table_box{
  435. width: 414px;
  436. height: 339px;
  437. margin-left: 51px;
  438. /* padding: 14px; */
  439. margin-top: 11px;
  440. border: 0;
  441. overflow: hidden;
  442. position: relative;
  443. }
  444. .shijianbiao .shijian_tables{
  445. width: 414px;
  446. height: 339px;
  447. padding: 14px;
  448. float: left;
  449. }
  450. .shijianbiao .shijian_tables_box{
  451. width: 1242px;
  452. height: 339px;
  453. position: absolute;
  454. left: 0;
  455. top: 0
  456. }
  457. .shijianbiao .table_head{
  458. display: flex;
  459. height: 31px;
  460. align-items: center;
  461. font-size: 16px;
  462. color: white;
  463. min-height: 0
  464. }
  465. .shijianbiao .table_list{
  466. display: flex;
  467. height: 40px;
  468. align-items: center;
  469. font-size: 16px;
  470. color: white;
  471. min-height: 0;
  472. border-bottom: 1px white solid;
  473. }
  474. .shijianbiao .tab_one{
  475. text-align: center;
  476. width: 10%;
  477. overflow: hidden;
  478. white-space: nowrap;
  479. text-overflow: ellipsis
  480. }
  481. .shijianbiao .tab_two{
  482. text-align: center;
  483. width: 40%;
  484. overflow: hidden;
  485. white-space: nowrap;
  486. text-overflow: ellipsis
  487. }
  488. .shijianbiao .tab_three{
  489. text-align: center;
  490. width: 20%;
  491. overflow: hidden;
  492. white-space: nowrap;
  493. text-overflow: ellipsis
  494. }
  495. .shijianbiao .tab_four{
  496. text-align: center;
  497. width: 30%;
  498. overflow: hidden;
  499. white-space: nowrap;
  500. text-overflow: ellipsis
  501. }
  502. #laidianqushitu{
  503. margin-left: 42px;
  504. }
  505. .laidiangradient{
  506. height: 323px;
  507. width: 60px;
  508. position: absolute;
  509. left: 268px;
  510. top: 104px;
  511. background: -webkit-linear-gradient(left, rgba(243,99,108,0.3) , transparent);
  512. }
  513. .body_right .baoxiutu .tit{
  514. color: white;
  515. font-size: 24px;
  516. padding-left: 43px;
  517. margin-top: 24px;
  518. }
  519. #baoxiuqushitu{
  520. margin-left: 13px;
  521. }
  522. #container {
  523. width: 100%;
  524. float: left;
  525. }
  526. #container1 {
  527. width: 33%;
  528. height: 43%;
  529. float: right;
  530. position: absolute !important;
  531. right: 0;
  532. /* top: 28%; */
  533. bottom: 0;
  534. border-left:1px #18f0ff solid;
  535. border-top: 1px #18f0ff solid;
  536. }
  537. .map_pit{
  538. height: 470px;
  539. margin-top: 81px;
  540. width: 865px;
  541. margin-left: 56px;
  542. position: relative;
  543. background: url(assets/images/daping/ditu.png) no-repeat;
  544. background-size: contain;
  545. }
  546. .map_pit .map_tit{
  547. width: 100%;
  548. position: absolute;
  549. left: 0;
  550. top: -22px;
  551. text-align: center;
  552. color: white;
  553. font-size: 24px;
  554. }
  555. .map_list{
  556. height: 202px;
  557. margin-left: 27px;
  558. width: 886px;
  559. padding-left: 18px;
  560. margin-top: -10px;
  561. }
  562. .map_list .map_list_head{
  563. display: flex;
  564. height: 40px;
  565. line-height: 40px;
  566. color: white;
  567. font-size: 18px;
  568. }
  569. .map_list .map_list_body_poi{
  570. position: relative;
  571. height: 257px;
  572. overflow: hidden;
  573. overflow-y: scroll;
  574. margin-top: 6px;
  575. }
  576. .map_list .map_list_body_poi::-webkit-scrollbar{
  577. display: none
  578. }
  579. .map_list .map_li{
  580. display: flex;
  581. color: white;
  582. font-size: 16px;
  583. height: 53px;
  584. line-height: 53px;
  585. }
  586. .map_list .tab_one{
  587. width: 10%;
  588. overflow: hidden;
  589. white-space: nowrap;
  590. text-overflow: ellipsis
  591. }
  592. .map_list .tab_five{
  593. width: 25%;
  594. overflow: hidden;
  595. white-space: nowrap;
  596. text-overflow: ellipsis
  597. }
  598. .map_list .tab_two{
  599. width: 25%;
  600. overflow: hidden;
  601. white-space: nowrap;
  602. text-overflow: ellipsis
  603. }
  604. .map_list .tab_three{
  605. width: 13%;
  606. overflow: hidden;
  607. white-space: nowrap;
  608. text-overflow: ellipsis
  609. }
  610. .map_list .tab_four{
  611. width: 13%;
  612. overflow: hidden;
  613. white-space: nowrap;
  614. text-overflow: ellipsis
  615. }
  616. .map_list .tab_six{
  617. width: 7%;
  618. overflow: hidden;
  619. white-space: nowrap;
  620. text-overflow: ellipsis;
  621. padding-top: 5px
  622. }
  623. .zizhongda{
  624. color:#ff6666!important
  625. }
  626. /* .zichuliguo{
  627. color:#666666!important
  628. } */
  629. .ziqita{
  630. color:rgba(193, 196, 58, 1)!important
  631. }
  632. .jiedai{
  633. color:#ff6666!important;
  634. }
  635. .chulizhong{
  636. color:#fff433!important
  637. }
  638. .guanbi{
  639. color:#ffc233!important
  640. }
  641. .qita{
  642. color:#18f0ff!important
  643. }
  644. .tongjixiaoqu{
  645. color: white;
  646. position: absolute;
  647. left: 19px;
  648. top: 173px;
  649. font-size: 20px;
  650. opacity: 0.6;
  651. }
  652. .zhuxiaoqu{
  653. color: white;
  654. position: absolute;
  655. left: 300px;
  656. top: 398px;
  657. font-size: 20px;
  658. opacity: 0.6;
  659. }
  660. .dongxiaoqu{
  661. color: white;
  662. position: absolute;
  663. left: 705px;
  664. top: 409px;
  665. font-size: 20px;
  666. opacity: 0.6;
  667. }
  668. /* 地图动点 */
  669. .pulseBox:after{
  670. content: "";
  671. border-radius: 50%;
  672. height: 40px;
  673. width: 40px;
  674. position: absolute;
  675. margin: -13px 0 0 -13px;
  676. animation: pulsate 1s ease-out;
  677. animation-iteration-count: infinite;
  678. opacity: 0;
  679. filter: alpha(opacity=0);
  680. -webkit-box-shadow: 0 0 1px 2px rgba(193, 196, 58, 1);
  681. box-shadow: 0 0 1px 2px rgba(193, 196, 58, 1);
  682. animation-delay: 1.1s;
  683. }
  684. @keyframes pulsate {
  685. 0% {
  686. transform: scale(0.1, 0.1);
  687. opacity: 0;
  688. filter: alpha(opacity=0);
  689. }
  690. 50% {
  691. opacity: 1;
  692. -ms-filter: none;
  693. filter: none;
  694. }
  695. 100% {
  696. transform: scale(1.2, 1.2);
  697. opacity: 0;
  698. filter: alpha(opacity=0);
  699. }
  700. }
  701. /* 重大 */
  702. .zhongda{
  703. background: rgb(208,64,47)!important;
  704. }
  705. .zhongda::after{
  706. -webkit-box-shadow: 0 0 1px 2px rgb(208,64,47)!important;
  707. box-shadow: 0 0 1px 2px rgb(208,64,47)!important;
  708. }
  709. /* 处理过 */
  710. .chuliguo{
  711. background: #666666!important;
  712. }
  713. .chuliguo::after{
  714. -webkit-box-shadow: 0 0 1px 2px #666666!important;
  715. box-shadow: 0 0 1px 2px #666666!important;
  716. }
  717. /* 高 */
  718. .gao{
  719. background: rgb(249,143,59)!important;
  720. }
  721. .gao::after{
  722. -webkit-box-shadow: 0 0 1px 2px rgb(249,143,59)!important;
  723. box-shadow: 0 0 1px 2px rgb(249,143,59)!important;
  724. }
  725. /* 较高 */
  726. .jiaogao{
  727. background: #33ffc2!important;
  728. }
  729. .jiaogao::after{
  730. -webkit-box-shadow: 0 0 1px 2px #33ffc2!important;
  731. box-shadow: 0 0 1px 2px #33ffc2!important;
  732. }
  733. /* 普通 */
  734. .putong{
  735. background: rgb(34,142,215)!important;
  736. }
  737. .putong::after{
  738. -webkit-box-shadow: 0 0 1px 2px rgb(34,142,215)!important;
  739. box-shadow: 0 0 1px 2px rgb(34,142,215)!important;
  740. }
  741. /* 1 */
  742. .pulse {
  743. background: rgba(193, 196, 58, 1);
  744. border-radius: 50%;
  745. height: 14px;
  746. width: 14px;
  747. position: absolute;
  748. left: 108px;
  749. top: 95px;
  750. margin: 11px 0px 0px -12px;
  751. z-index: 9999;
  752. }
  753. /* 2 */
  754. .pulse2 {
  755. background: rgba(193, 196, 58, 1);
  756. border-radius: 50%;
  757. height: 14px;
  758. width: 14px;
  759. position: absolute;
  760. left: 59px;
  761. top: 58px;
  762. margin: 11px 0px 0px -12px;
  763. z-index: 9999;
  764. }
  765. /* 3 */
  766. .pulse3 {
  767. background: rgba(193, 196, 58, 1);
  768. border-radius: 50%;
  769. height: 14px;
  770. width: 14px;
  771. position: absolute;
  772. left: 54px;
  773. top: 110px;
  774. margin: 11px 0px 0px -12px;
  775. z-index: 9999;
  776. }
  777. /* 4 */
  778. .pulse4 {
  779. background: rgba(193, 196, 58, 1);
  780. border-radius: 50%;
  781. height: 14px;
  782. width: 14px;
  783. position: absolute;
  784. left: 244px;
  785. top: 341px;
  786. margin: 11px 0px 0px -12px;
  787. z-index: 9999;
  788. }
  789. /* 5 */
  790. .pulse5 {
  791. background: rgba(193, 196, 58, 1);
  792. border-radius: 50%;
  793. height: 14px;
  794. width: 14px;
  795. position: absolute;
  796. left: 367px;
  797. top: 226px;
  798. margin: 11px 0px 0px -12px;
  799. z-index: 9999;
  800. }
  801. /* 6 */
  802. .pulse6 {
  803. background: rgba(193, 196, 58, 1);
  804. border-radius: 50%;
  805. height: 14px;
  806. width: 14px;
  807. position: absolute;
  808. left: 296px;
  809. top: 310px;
  810. margin: 11px 0px 0px -12px;
  811. z-index: 9999;
  812. }
  813. /* 7 */
  814. .pulse7 {
  815. background: rgba(193, 196, 58, 1);
  816. border-radius: 50%;
  817. height: 14px;
  818. width: 14px;
  819. position: absolute;
  820. left: 488px;
  821. top: 272px;
  822. margin: 11px 0px 0px -12px;
  823. z-index: 9999;
  824. }
  825. /* 8 */
  826. .pulse8 {
  827. background: rgba(193, 196, 58, 1);
  828. border-radius: 50%;
  829. height: 14px;
  830. width: 14px;
  831. position: absolute;
  832. left: 302px;
  833. top: 131px;
  834. margin: 11px 0px 0px -12px;
  835. z-index: 9999;
  836. }
  837. /* 9 */
  838. .pulse9 {
  839. background: rgba(193, 196, 58, 1);
  840. border-radius: 50%;
  841. height: 14px;
  842. width: 14px;
  843. position: absolute;
  844. left: 755px;
  845. top: 284px;
  846. margin: 11px 0px 0px -12px;
  847. z-index: 9999;
  848. }
  849. /* 10 */
  850. .pulse10 {
  851. background: rgba(193, 196, 58, 1);
  852. border-radius: 50%;
  853. height: 14px;
  854. width: 14px;
  855. position: absolute;
  856. left: 817px;
  857. top: 202px;
  858. margin: 11px 0px 0px -12px;
  859. z-index: 9999;
  860. }
  861. /* 11 */
  862. .pulse11 {
  863. background: rgba(193, 196, 58, 1);
  864. border-radius: 50%;
  865. height: 14px;
  866. width: 14px;
  867. position: absolute;
  868. left: 758px;
  869. top: 341px;
  870. margin: 11px 0px 0px -12px;
  871. z-index: 9999;
  872. }
  873. /* 12 */
  874. .pulse12 {
  875. background: rgba(193, 196, 58, 1);
  876. border-radius: 50%;
  877. height: 14px;
  878. width: 14px;
  879. position: absolute;
  880. left: 804px;
  881. top: 341px;
  882. margin: 11px 0px 0px -12px;
  883. z-index: 9999;
  884. }
  885. /* 13 */
  886. .pulse13 {
  887. background: rgba(193, 196, 58, 1);
  888. border-radius: 50%;
  889. height: 14px;
  890. width: 14px;
  891. position: absolute;
  892. left: 664px;
  893. top: 329px;
  894. margin: 11px 0px 0px -12px;
  895. z-index: 9999;
  896. }
  897. /* 14 */
  898. .pulse14 {
  899. background: rgba(193, 196, 58, 1);
  900. border-radius: 50%;
  901. height: 14px;
  902. width: 14px;
  903. position: absolute;
  904. left: 427px;
  905. top: 161px;
  906. margin: 11px 0px 0px -12px;
  907. z-index: 9999;
  908. }
  909. /* 15 */
  910. .pulse15 {
  911. background: rgba(193, 196, 58, 1);
  912. border-radius: 50%;
  913. height: 14px;
  914. width: 14px;
  915. position: absolute;
  916. left: 183px;
  917. top: 200px;
  918. margin: 11px 0px 0px -12px;
  919. z-index: 9999;
  920. }
  921. /* 16 */
  922. .pulse16 {
  923. background: rgba(193, 196, 58, 1);
  924. border-radius: 50%;
  925. height: 14px;
  926. width: 14px;
  927. position: absolute;
  928. left: 776px;
  929. top: 399px;
  930. margin: 11px 0px 0px -12px;
  931. z-index: 9999;
  932. }
  933. /* 17 */
  934. .pulse17 {
  935. background: rgba(193, 196, 58, 1);
  936. border-radius: 50%;
  937. height: 14px;
  938. width: 14px;
  939. position: absolute;
  940. left: 808px;
  941. top: 221px;
  942. margin: 11px 0px 0px -12px;
  943. z-index: 9999;
  944. }
  945. /* 18 */
  946. .pulse18 {
  947. background: rgba(193, 196, 58, 1);
  948. border-radius: 50%;
  949. height: 14px;
  950. width: 14px;
  951. margin: 16px 0px 0px 22px;
  952. z-index: 9999;
  953. }
  954. </style>