123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957 |
- <div ng-controller="charts2Ctrl" class="bgBody">
- <div class="head">
- <img src="assets/images/daping/logo.png" alt=""><span class="zi">| 网络安全与信息化运维服务平台</span>
- </div>
- <div class="charts_body">
- <div class="body_left">
- <!-- 呼叫中心来电趋势图 -->
- <div class="laidiantu">
- <div class="tit">
- 呼叫中心来电趋势图
- </div>
- <div class="zongji">
- <span></span>
- <span>呼叫中心来电数量: {{allIncidentreport}}</span>
- </div>
- <div id="laidianqushitu" style="height: 400px;width:420px">
-
- </div>
- </div>
- <!-- 事件工单处理实时情况列表 -->
- <div class="shijianbiao">
- <div class="tit">
- 事件工单处理实时情况
- </div>
- <div class="table_box">
- <div class="shijian_tables_box">
- <!-- 第一个列表 -->
- <div class="shijian_tables">
- <div class="table_head">
- <div class="tab_one">序号</div>
- <div class="tab_two">工单号</div>
- <div class="tab_three">处理人</div>
- <div class="tab_four">处理状态</div>
- </div>
- <div class="table_list" ng-repeat="v in incidentHandleList1">
- <div class="tab_one">{{$index+1}}</div>
- <div class="tab_two">{{v.incidentsign}}</div>
- <div class="tab_three">{{v.name}}</div>
- <div class="tab_four" ng-class="statusColor(v.status)" ng-show="v.status!='接单'">{{incident_status(v.status)}}</div>
- <div class="tab_four" ng-class="statusColor(v.status)" ng-show="v.status=='接单'">接 单</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="body_right">
- <!-- 微信报修趋势图 -->
- <div class="baoxiutu">
- <div class="tit">
- 微信报修趋势图
- </div>
- <div class="zongji">
- <span></span>
- <span>微信报修数量: {{wxAll}}</span>
- </div>
- <div id="baoxiuqushitu" style="height: 400px;width:420px"></div>
- </div>
- <!-- 微信报修详情列表 -->
- <div class="baoxiubiao">
- <div class="tit">
- 微信报修详情
- </div>
- <div class="table_box">
- <div class="baoxiu_tables_box">
- <!-- 第一个列表 -->
- <div class="baoxiu_tables">
- <div class="table_head">
- <div class="tab_one">序号</div>
- <div class="tab_two">报修内容</div>
- <div class="tab_three">报修人</div>
- </div>
- <div class="table_list" ng-repeat="v in weChatList1">
- <div class="tab_one">{{$index+1}}</div>
- <div class="tab_two">{{v.description}}</div>
- <div class="tab_three">{{v.name}}</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="body_center">
- <div class="all_data">
- <div>
- 今日实时工单
- <span class="num">{{incident_allData}} <span>件</span></span>
- </div>
- <div>
- 等待响应工单
- <span class="num">{{incident_responseData}} <span>件</span></span>
- </div>
- </div>
- <div class="map_pit">
- <div class="map_tit">区域地点实时动态图</div>
- <!-- 同济校区 -->
- <div class='pulse pulseBox' ng-show="tongjixiaoquSum>=1"></div>
- <div class='pulse pulseBox zhongda' ng-show="tongjixiaoqu_zhongdaSum>=1"></div>
- <div class='pulse pulseBox chuliguo' ng-show="tongjixiaoqu_chuliguo>=1"></div>
- <div class='pulse2 pulseBox' ng-show="tongjixiaoquSum>=2"></div>
- <div class='pulse2 pulseBox zhongda' ng-show="tongjixiaoqu_zhongdaSum>=2"></div>
- <div class='pulse2 pulseBox chuliguo' ng-show="tongjixiaoqu_chuliguo>=2"></div>
- <div class='pulse3 pulseBox' ng-show="tongjixiaoquSum>=3"></div>
- <div class='pulse3 pulseBox zhongda' ng-show="tongjixiaoqu_zhongdaSum>=3"></div>
- <div class='pulse3 pulseBox chuliguo' ng-show="tongjixiaoqu_chuliguo>=3"></div>
- <!-- 主校区 -->
- <div class='pulse4 pulseBox' ng-show="zhuxiaoquSum>=1"></div>
- <div class='pulse4 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=1"></div>
- <div class='pulse4 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=1"></div>
- <div class='pulse5 pulseBox' ng-show="zhuxiaoquSum>=2"></div>
- <div class='pulse5 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=2"></div>
- <div class='pulse5 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=2"></div>
- <div class='pulse6 pulseBox' ng-show="zhuxiaoquSum >=3"></div>
- <div class='pulse6 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=3"></div>
- <div class='pulse6 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=3"></div>
- <div class='pulse7 pulseBox' ng-show="zhuxiaoquSum >=4"></div>
- <div class='pulse7 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=4"></div>
- <div class='pulse7 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=4"></div>
- <div class='pulse8 pulseBox' ng-show="zhuxiaoquSum >=5"></div>
- <div class='pulse8 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=5"></div>
- <div class='pulse8 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=5"></div>
- <div class='pulse14 pulseBox' ng-show="zhuxiaoquSum>=6"></div>
- <div class='pulse14 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=6"></div>
- <div class='pulse14 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=6"></div>
- <div class='pulse15 pulseBox' ng-show="zhuxiaoquSum>=7"></div>
- <div class='pulse15 pulseBox zhongda' ng-show="zhuxiaoqu_zhongdaSum>=7"></div>
- <div class='pulse15 pulseBox chuliguo' ng-show="zhuxiaoqu_chuliguo>=7"></div>
- <!-- 东校区 -->
- <div class='pulse9 pulseBox' ng-show="dongxiaoquSum>=1"></div>
- <div class='pulse9 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=1"></div>
- <div class='pulse9 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=1"></div>
- <div class='pulse10 pulseBox' ng-show="dongxiaoquSum>=2"></div>
- <div class='pulse10 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=2"></div>
- <div class='pulse10 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=2"></div>
- <div class='pulse11 pulseBox' ng-show="dongxiaoquSum>=3"></div>
- <div class='pulse11 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=3"></div>
- <div class='pulse11 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=3"></div>
- <div class='pulse12 pulseBox' ng-show="dongxiaoquSum>=4"></div>
- <div class='pulse12 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=4"></div>
- <div class='pulse12 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=4"></div>
- <div class='pulse13 pulseBox' ng-show="dongxiaoquSum>=5"></div>
- <div class='pulse13 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=5"></div>
- <div class='pulse13 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=5"></div>
- <div class='pulse16 pulseBox' ng-show="dongxiaoquSum>=6"></div>
- <div class='pulse16 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=6"></div>
- <div class='pulse16 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=6"></div>
- <div class='pulse17 pulseBox' ng-show="dongxiaoquSum>=7"></div>
- <div class='pulse17 pulseBox zhongda' ng-show="dongxiaoqu_zhongdaSum>=7"></div>
- <div class='pulse17 pulseBox chuliguo' ng-show="dongxiaoqu_chuliguo>=7"></div>
- <!-- 字 -->
- <div class="tongjixiaoqu">同济校区</div>
- <div class="zhuxiaoqu">主校区</div>
- <div class="dongxiaoqu">东校区</div>
- </div>
- <div class="map_list">
- <div class="map_list_head">
- <div class="tab_six"></div>
- <div class="tab_one">校区</div>
- <div class="tab_five">处理地点</div>
- <div class="tab_two">问题</div>
- <div class="tab_three">处理人员</div>
- <div class="tab_four">处理时长</div>
- <div class="tab_sevent">优先级</div>
- <!-- <div class="tab_six">优先级</div> -->
- </div>
- <div class="map_list_body_poi">
- <div class="map_list_body">
- <div class="map_li" ng-repeat="v in placeList">
- <div class="tab_six">
- <div class='pulse18 pulseBox' ng-class="liebiao_zhuangtai(v.statusid,v.priority)"></div>
- <!-- <div class='pulse18 pulseBox' ng-class="v.priority=='重大'?'zhongda':''"></div> -->
- </div>
- <div class="tab_one">{{v.area}}</div>
- <div class="tab_five">{{v.place}}</div>
- <div class="tab_two">{{v.title}}</div>
- <div class="tab_three">{{v.name}}</div>
- <div class="tab_four">{{v.minute}}</div>
- <div class="tab_sevent" ng-class="v.priority=='重大'?'zizhongda':'ziqita'">{{v.priority}}</div>
- <!-- <div class="tab_sevent" ng-class="v.priority=='重大'?'zizhongda':'ziqita'">{{v.priority}}</div> -->
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <style>
- .bgBody{
- width: 1920px;
- height: 1080px;
- background: url(assets/images/daping/bg_01.png);
- background-size: cover;
- display: flex;
- flex-direction:column
- }
- .bgBody .flle{
- float: left;
- margin-left: 20px;
- opacity: 0;
- }
- .head{
- padding: 51px 30px;
- display: flex;
- justify-content:flex-start;
- align-items: center;
- position: relative;
- }
- .head img{
- position: absolute;
- left: 27px;
- top: 25px;
- }
- .head .zi{
- position: absolute;
- left: 277px;
- top: 34px;
- color: white;
- font-size: 25px;
- display: inline-block;
- width: 376px;
- height: 44px;
- background-color: rgb(15,18,53);
- }
- .all_data{
- display: flex;
- }
- .all_data>div{
- width: 470px;
- color: white;
- height: 55px;
- font-size: 24px;
- padding-left: 52px;
- margin-top: 20px;
- display: flex;
- align-items: center;
- line-height: 55px
- }
- .all_data .num{
- display: inline-block;
- margin-left: 153px;
- font-size: 36px;
- color:white
- }
- .all_data .num span{
- font-size: 18px
- }
- .charts_body{
- display: flex;
- height: 100%;
- }
- .charts_body .body_left{
- width: 26%
- }
- .charts_body .body_center{
- width: 50%!important
- }
- .charts_body .body_right{
- width: 24%
- }
- /*向上三角形左*/
- .triangle_border_up_left{
- width: 0;
- height: 0;
- border-width: 0 18px 48px;
- border-style: solid;
- border-color: transparent transparent #072E61;
- margin: 40px auto;
- position: absolute;
- left: 206px;
- top: -50px;
- }
- /*向上三角形右*/
- .triangle_border_up_right{
- width: 0;
- height: 0;
- border-width: 0 17px 48px;
- border-style: solid;
- border-color: transparent transparent #072E61;
- margin: 40px auto;
- position: absolute;
- left: 726px;
- top: -50px;
- }
- .body_center .pit{
- width: 99.4%;
- height: 92.8%;
- position: relative;
- margin-top: -48px;
- margin-left: 2px;
- }
- .body_center .pit .titImg{
- position: absolute;
- left: 41px;
- top: -5px;
- }
- .body_left .laidiantu{
- position: relative;
- }
- .body_left .laidiantu .tit{
- color: white;
- font-size: 24px;
- padding-left: 73px;
- margin-top: 24px
- }
- .body_left .laidiantu .zongji{
- display: flex;
- justify-content: flex-end;
- margin-top: 16px;
- padding-right: 49px;
- height: 30px;
- align-items: center;
- }
- .body_left .laidiantu .zongji span:nth-child(1){
- display: inline-block;
- width: 15px;
- height: 15px;
- border-radius: 50%;
- background-color: rgb(34,142,215)
- }
- .body_left .laidiantu .zongji span:nth-child(2){
- display: inline-block;
- font-size: 16px;
- color: white;
- margin-left: 10px
- }
- .body_right .baoxiutu{
- position: relative;
- }
- .baoxiugradient{
- height: 323px;
- width: 60px;
- position: absolute;
- left: 240px;
- top: 104px;
- background: -webkit-linear-gradient(left, rgba(255,194,51,0.3) , transparent);
- }
- .body_right .baoxiutu .zongji{
- display: flex;
- justify-content: flex-end;
- margin-top: 16px;
- padding-right: 49px;
- height: 30px;
- align-items: center;
- }
- .body_right .baoxiutu .zongji span:nth-child(1){
- display: inline-block;
- width: 15px;
- height: 15px;
- border-radius: 50%;
- background-color: rgb(208,64,47)
- }
- .body_right .baoxiutu .zongji span:nth-child(2){
- display: inline-block;
- font-size: 16px;
- color: white;
- margin-left: 10px
- }
- .baoxiubiao .tit{
- color: white;
- font-size: 24px;
- padding-left: 42px;
- margin-top: 43px;
- }
- .baoxiubiao .table_box{
- width: 414px;
- height: 339px;
- margin-left: 20px;
- /* padding: 14px; */
- margin-top: 11px;
- border: 0;
- overflow: hidden;
- position: relative;
- }
- .baoxiubiao .baoxiu_tables{
- width: 414px;
- height: 339px;
- padding: 14px;
- float: left;
- }
- .baoxiubiao .baoxiu_tables_box{
- width: 1242px;
- height: 339px;
- position: absolute;
- left: 0;
- top: 0
- }
- .baoxiubiao .table_head{
- display: flex;
- height: 31px;
- align-items: center;
- font-size: 16px;
- color: white;
- min-height: 0
- }
- .baoxiubiao .table_list{
- display: flex;
- height: 40px;
- align-items: center;
- font-size: 16px;
- color: white;
- min-height: 0;
- border-bottom: 1px white solid;
- }
- .baoxiubiao .tab_one{
- text-align: center;
- width: 10%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .baoxiubiao .tab_two{
- text-align: center;
- width: 70%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .baoxiubiao .tab_three{
- text-align: center;
- width: 20%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .baoxiubiao .table_list .tab_two{
- text-align: left;
- padding-left: 20px
- }
- .shijianbiao .tit{
- color: white;
- font-size: 24px;
- padding-left: 73px;
- margin-top: 43px;
- }
- .shijianbiao .table_box{
- width: 414px;
- height: 339px;
- margin-left: 51px;
- /* padding: 14px; */
- margin-top: 11px;
- border: 0;
- overflow: hidden;
- position: relative;
- }
- .shijianbiao .shijian_tables{
- width: 414px;
- height: 339px;
- padding: 14px;
- float: left;
- }
- .shijianbiao .shijian_tables_box{
- width: 1242px;
- height: 339px;
- position: absolute;
- left: 0;
- top: 0
- }
- .shijianbiao .table_head{
- display: flex;
- height: 31px;
- align-items: center;
- font-size: 16px;
- color: white;
- min-height: 0
- }
- .shijianbiao .table_list{
- display: flex;
- height: 40px;
- align-items: center;
- font-size: 16px;
- color: white;
- min-height: 0;
- border-bottom: 1px white solid;
- }
- .shijianbiao .tab_one{
- text-align: center;
- width: 10%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .shijianbiao .tab_two{
- text-align: center;
- width: 40%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .shijianbiao .tab_three{
- text-align: center;
- width: 20%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .shijianbiao .tab_four{
- text-align: center;
- width: 30%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- #laidianqushitu{
- margin-left: 42px;
- }
- .laidiangradient{
- height: 323px;
- width: 60px;
- position: absolute;
- left: 268px;
- top: 104px;
- background: -webkit-linear-gradient(left, rgba(243,99,108,0.3) , transparent);
- }
- .body_right .baoxiutu .tit{
- color: white;
- font-size: 24px;
- padding-left: 43px;
- margin-top: 24px;
- }
- #baoxiuqushitu{
- margin-left: 13px;
- }
- #container {
- width: 100%;
- float: left;
- }
- #container1 {
- width: 33%;
- height: 43%;
- float: right;
- position: absolute !important;
- right: 0;
- /* top: 28%; */
- bottom: 0;
- border-left:1px #18f0ff solid;
- border-top: 1px #18f0ff solid;
- }
- .map_pit{
- height: 470px;
- margin-top: 81px;
- width: 865px;
- margin-left: 56px;
- position: relative;
- background: url(assets/images/daping/ditu.png) no-repeat;
- background-size: contain;
- }
- .map_pit .map_tit{
- width: 100%;
- position: absolute;
- left: 0;
- top: -22px;
- text-align: center;
- color: white;
- font-size: 24px;
- }
- .map_list{
- height: 202px;
- margin-left: 27px;
- width: 886px;
- padding-left: 18px;
- margin-top: -10px;
- }
- .map_list .map_list_head{
- display: flex;
- height: 40px;
- line-height: 40px;
- color: white;
- font-size: 18px;
- }
- .map_list .map_list_body_poi{
- position: relative;
- height: 257px;
- overflow: hidden;
- overflow-y: scroll;
- margin-top: 6px;
- }
- .map_list .map_list_body_poi::-webkit-scrollbar{
- display: none
- }
- .map_list .map_li{
- display: flex;
- color: white;
- font-size: 16px;
- height: 53px;
- line-height: 53px;
- }
- .map_list .tab_one{
- width: 10%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .map_list .tab_five{
- width: 25%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .map_list .tab_two{
- width: 25%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .map_list .tab_three{
- width: 13%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .map_list .tab_four{
- width: 13%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .map_list .tab_six{
- width: 7%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- padding-top: 5px
- }
- .zizhongda{
- color:#ff6666!important
- }
- /* .zichuliguo{
- color:#666666!important
- } */
- .ziqita{
- color:rgba(193, 196, 58, 1)!important
- }
- .jiedai{
- color:#ff6666!important;
- }
- .chulizhong{
- color:#fff433!important
- }
- .guanbi{
- color:#ffc233!important
- }
- .qita{
- color:#18f0ff!important
- }
- .tongjixiaoqu{
- color: white;
- position: absolute;
- left: 19px;
- top: 173px;
- font-size: 20px;
- opacity: 0.6;
- }
- .zhuxiaoqu{
- color: white;
- position: absolute;
- left: 300px;
- top: 398px;
- font-size: 20px;
- opacity: 0.6;
- }
- .dongxiaoqu{
- color: white;
- position: absolute;
- left: 705px;
- top: 409px;
- font-size: 20px;
- opacity: 0.6;
- }
- /* 地图动点 */
- .pulseBox:after{
- content: "";
- border-radius: 50%;
- height: 40px;
- width: 40px;
- position: absolute;
- margin: -13px 0 0 -13px;
- animation: pulsate 1s ease-out;
- animation-iteration-count: infinite;
- opacity: 0;
- filter: alpha(opacity=0);
- -webkit-box-shadow: 0 0 1px 2px rgba(193, 196, 58, 1);
- box-shadow: 0 0 1px 2px rgba(193, 196, 58, 1);
- animation-delay: 1.1s;
- }
- @keyframes pulsate {
- 0% {
- transform: scale(0.1, 0.1);
- opacity: 0;
- filter: alpha(opacity=0);
- }
- 50% {
- opacity: 1;
- -ms-filter: none;
- filter: none;
- }
- 100% {
- transform: scale(1.2, 1.2);
- opacity: 0;
- filter: alpha(opacity=0);
- }
- }
- /* 重大 */
- .zhongda{
- background: rgb(208,64,47)!important;
- }
- .zhongda::after{
- -webkit-box-shadow: 0 0 1px 2px rgb(208,64,47)!important;
- box-shadow: 0 0 1px 2px rgb(208,64,47)!important;
- }
- /* 处理过 */
- .chuliguo{
- background: #666666!important;
- }
- .chuliguo::after{
- -webkit-box-shadow: 0 0 1px 2px #666666!important;
- box-shadow: 0 0 1px 2px #666666!important;
- }
- /* 高 */
- .gao{
- background: rgb(249,143,59)!important;
- }
- .gao::after{
- -webkit-box-shadow: 0 0 1px 2px rgb(249,143,59)!important;
- box-shadow: 0 0 1px 2px rgb(249,143,59)!important;
- }
- /* 较高 */
- .jiaogao{
- background: #33ffc2!important;
- }
- .jiaogao::after{
- -webkit-box-shadow: 0 0 1px 2px #33ffc2!important;
- box-shadow: 0 0 1px 2px #33ffc2!important;
- }
- /* 普通 */
- .putong{
- background: rgb(34,142,215)!important;
- }
- .putong::after{
- -webkit-box-shadow: 0 0 1px 2px rgb(34,142,215)!important;
- box-shadow: 0 0 1px 2px rgb(34,142,215)!important;
- }
- /* 1 */
- .pulse {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 108px;
- top: 95px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 2 */
- .pulse2 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 59px;
- top: 58px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 3 */
- .pulse3 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 54px;
- top: 110px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 4 */
- .pulse4 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 244px;
- top: 341px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 5 */
- .pulse5 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 367px;
- top: 226px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 6 */
- .pulse6 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 296px;
- top: 310px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 7 */
- .pulse7 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 488px;
- top: 272px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 8 */
- .pulse8 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 302px;
- top: 131px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 9 */
- .pulse9 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 755px;
- top: 284px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 10 */
- .pulse10 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 817px;
- top: 202px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 11 */
- .pulse11 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 758px;
- top: 341px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 12 */
- .pulse12 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 804px;
- top: 341px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 13 */
- .pulse13 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 664px;
- top: 329px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 14 */
- .pulse14 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 427px;
- top: 161px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 15 */
- .pulse15 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 183px;
- top: 200px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 16 */
- .pulse16 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 776px;
- top: 399px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 17 */
- .pulse17 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- position: absolute;
- left: 808px;
- top: 221px;
- margin: 11px 0px 0px -12px;
- z-index: 9999;
- }
- /* 18 */
- .pulse18 {
- background: rgba(193, 196, 58, 1);
- border-radius: 50%;
- height: 14px;
- width: 14px;
- margin: 16px 0px 0px 22px;
- z-index: 9999;
- }
- </style>
|