/*公用*/ .opermonitoring-menu{ left: 30px; top:50px; z-index: 10000; } .opermonitoring-menu li{ cursor: pointer; float: left; width: 76px; margin-right: 10px; height: 28px; line-height: 26px; border-radius: 2px!important; background-color:#fff ; font-size: 14px; color: #1E95CD; text-align: center; border: 1px solid #1E95CD; /*border-top: 2px solid rgba(30,149,205,.8) ;*/ } .opermonitoring-menu li:nth-of-type(2){ /*padding-top: 2px;*/ } .opermonitoring-menu li a{ color: #1E95CD; text-decoration: none; } .opermonitoring-menu li.menu-active{ background-color:rgba(30,149,205,1) ; color: #fff; } .opermonitoring-menu li.menu-active a{ color:#fff; } /** *定制滚动条 */ ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-thumb { border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(50,50, 50, 0.2); background: rgba(30, 30, 30, 0.2); } body,html{ width: 100%; height: 100%; overflow: hidden; } html,body{ /*min-width: 1250px; overflow-x: scroll;*/ padding:0; margin:0; user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; } .map-wrap { /*background:url(../../img/parkBg.png) no-repeat center center !important;*/ } .float-left{ float: left; } .float-right{ float: right; } .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden} /*侧栏*/ #main-con{ /*height: 800px;*/ height: 100%; /*height: -webkit-calc(100% - 108px);*/ width: 100%; position: absolute; top: 12px; left: 0; } .container{ width: 100%; height:100%; padding-left: 0 !important; padding-right: 0 !important; /*height: -webkit-calc(100% - 108px);*/ display: -webkit-box; display: -moz-box; display:-webkit-flex; display: -ms-flexbox; display:flex; position: relative; } .nav-bar{ width: 140px; height: 100%; } .nav-bar-main{ -moz-box-sizing: border-box; /*Firefox3.5+*/ -webkit-box-sizing: border-box; /*Safari3.2+*/ -o-box-sizing: border-box; /*Opera9.6*/ -ms-box-sizing: border-box; /*IE8*/ box-sizing: border-box; width: 140px; height: 100%; background-color: #9ba6ab; /*padding: 30px 0 0 20px;*/ } .nav-bar-main li{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; text-align: center; /* width: 98px; */ padding-top: 130px; /* height: 125px; */ /* margin-bottom: 49px; */ cursor: pointer; font-size: 18px; color: #fff; height: 165px; width: 100%; } .nav-bar-b{ width:140px; height: 88px; background-color: #2bc99e; margin-top: -88px; font-size: 24px; color: #fff; -moz-box-sizing: border-box; /*Firefox3.5+*/ -webkit-box-sizing: border-box; /*Safari3.2+*/ -o-box-sizing: border-box; /*Opera9.6*/ -ms-box-sizing: border-box; /*IE8*/ box-sizing: border-box; padding-left: 17px; padding-top: 15px; } /*搜索框按钮*/ .ser-inp{ font-size: 0; box-shadow:0 3px 10px rgba(155,166,171,.5); border-radius: 4px; overflow: hidden; /*position: absolute;*/ /*right: 18px;*/ /*top:30px;*/ margin-bottom: 10px; height: 40px; z-index: 100; } /*输入框key*/ .ser-input{ border: 0; padding-left: 12px; width: 288px; height: 40px; color: #888990; font-size:14px; outline:0; } .ser-inp span{ cursor: pointer; display: inline-block; height: 40px; width: 40px; vertical-align: bottom; } .bg-green{ background: #1E95CD url(../../scripts/operMonFile/img/ser-btn.png) no-repeat center center; } .bg-blue{ background: #1E95CD url(../../scripts/operMonFile/img/ser-btn.png) no-repeat center center; } .bg-yellow{ background: #1E95CD url(../../scripts/operMonFile/img/ser-btn.png) no-repeat center center; } /* @搜索结果格式化songcx */ .ser-Res {} .ser-Res .indexNo { width:18px; height:27px; display:inline-block; background-image:url(../../scripts/operMonFile/img/common/markers.png); } .ser-Res .indexNo-1 { background-position:0px -139px; } .ser-Res .indexNo-2 { background-position:-18px -139px; } .ser-Res .indexNo-3 { background-position:-36px -139px; } .ser-Res .indexNo-4 { background-position:-54px -139px; } .ser-Res .indexNo-5 { background-position:-72px -139px; } .ser-Res .indexNo-6 { background-position:-90px -139px; } .ser-Res .indexNo-7 { background-position:-108px -139px; } .ser-Res .indexNo-8 { background-position:-126px -139px; } .ser-Res .indexNo-9 { background-position:-144px -139px; } .ser-Res .indexNo-10 { background-position:-162px -139px; } /*mouse over*/ .ser-Res .indexLi {height:90px;} .ser-Res .indexLi >div:last-child{ color: rgba(0,0,0,.45); font-size:12px; } .ser-Res .indexLi > div > span:last-child{ color:#2abb9b; } .ser-Res .indexLi-1:hover .indexNo{ background-position:0px -166px; } .ser-Res .indexLi-2:hover .indexNo{ background-position:-18px -166px; } .ser-Res .indexLi-3:hover .indexNo{ background-position:-36px -166px; } .ser-Res .indexLi-4:hover .indexNo{ background-position:-54px -166px; } .ser-Res .indexLi-5:hover .indexNo{ background-position:-72px -166px; } .ser-Res .indexLi-6:hover .indexNo{ background-position:-90px -166px; } .ser-Res .indexLi-7:hover .indexNo{ background-position:-108px -166px; } .ser-Res .indexLi-8:hover .indexNo{ background-position:-126px -166px; } .ser-Res .indexLi-9:hover .indexNo{ background-position:-144px -166px; } .ser-Res .indexLi-10:hover .indexNo{ background-position:-162px -166px; } .ser-Res .indexRow { display: table;text-align:center; } .ser-Res .indexRow a,.ser-Res .indexRow span{ display:table-cell; vertical-align: middle; } .ser-Res .indexRow span{ padding-left:5px; color:#3385ff!important; } /*.ser-Res .indexRow >div:last-child{ padding-left:5px;color:#3385ff!important; width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }*/ .ser-inp .cancelBtn { background:url(../../scripts/operMonFile/img/common/searchbox.png) no-repeat 0 -38px; height:38px;width:39px; cursor:pointer;position:absolute; top:0px;right:45px; display:none; } /* @结果面板songcxa */ .ser-wrap-panel { transition: height 5s; -moz-transition: height 5s; /* Firefox 4 */ -webkit-transition: height 5s; /* Safari 和 Chrome */ -o-transition: height 5s; /* Opera */ } /*end*/ /*搜索main*/ .ser-wrap{ display: none; /*position: absolute;*/ /*right: 18px;*/ /*top:75px;*/ /*bottom:45px;*/ width: 328px; height: calc(100% - 40px); height: -webkit-calc(100% - 40px); height: -moz-calc(100% - 40px); padding-top: 0; background-color: #fff; -moz-box-sizing: border-box; /*Firefox3.5+*/ -webkit-box-sizing: border-box; /*Safari3.2+*/ -o-box-sizing: border-box; /*Opera9.6*/ -ms-box-sizing: border-box; /*IE8*/ box-sizing: border-box; z-index: 11; box-shadow: 1px 0 10px rgba(155,166,171,.5); } .ser-main{ height: 100%; padding-left: 16px; padding-top: 10px; } /*分页*/ #pageGro{ width:400px; height:25px; margin:0px auto; padding-top:15px;} #pageGro div,#pageGro div ul li{ font-size:12px; color:#999; line-height:23px; float:left; margin-left:5px;} #pageGro div ul li{ width:22px; text-align:center; border:1px solid #999; cursor:pointer;} #pageGro div ul li.on{ color:#fff; background:#2484dd; border:1px solid #2484dd;} #pageGro .pageUp,#pageGro .pageDown{ width:63px; text-align: center; border:1px solid #999; cursor:pointer;} /*地图*/ .map-wrap{ height: 100%; flex: 1; /*background-color: #ffff00;*/ } .allmap{ height: 100%; width: 100%; } /*#dituContent{}*/ #allmap label{max-width:none;} .BMap_cpyCtrl { display:none; } .anchorBL{ display:none; } .display-none{ display: none; } /* @songcxa @搜索结果 */ .container { } .container .ser-resPanel { position: absolute; top: 46px; width: 317px; /*display: block;*/ min-height: 40px; z-index: 20; text-indent: 8px; background-color: #fff; box-shadow: 0 3px 10px rgba(155,166,171,.5); border-radius: 3px; border: 0; color: #888990; font-size: 14px; font-family: Arial,Helvetica,SimSun,sans-serif; outline: 0; display: none; } .container .ser-resPanel-items { padding:5px; } .container .ser-resPanel-items >li{ line-height:25px; } .container .ser-resPanel-items > li:hover{ background-color:#1e95cd;color:#fff; } /*图例*/ .freespace{ z-index:99 !important; } .freespace .freespace-content li{ position:relative; } .freespace .freespace-content li:before { content:">"; top:0px; left:-12px; font-size:13px; /*font-family:serif;*/ /*transition: transform 1s;*/ display:none; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } .freespace .freespace-content>li:first-child:before{ color:orangered; } .freespace .freespace-content>li:nth-child(2):before{ color:#469eef; } .freespace .freespace-content>li:last-child:before{ color:#2bc99e; } .freespace .freespace-content>li:hover:before { display:block; position:absolute; animation:legMove 1s ; /*Safari 和 Chrome:*/ -webkit-animation:legMove 1s ; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; } @keyframes legMove{ from { display:block;left:-20px;} } /*Safari 和 Chrome:*/ @-webkit-keyframes legMove{ from { display:block;left:-20px;} } .scroll-to-top{ display: none !important; } .ser-inp-effect { z-index: 10; position: absolute; top: 70px; right: 30px; width: 316px; height: 40px; background-color: #fff; line-height: 40px; display: none; color: rgba(0,0,0,.4); text-indent: 15px; font-size: 12px; } .main-wrap{ position: absolute; right:18px ; width: 352px; height: calc(100% - 130px); height: -webkit-calc(100% - 130px); height: -moz-calc(100% - 130px); top:30px; z-index: 999; } .main-right{ height: 100%; } .main-left{ width: 24px; height: 100%; } .main-left div{ background: url("img/main-left.png") no-repeat 0 center; cursor: pointer; width: 24px; height: 68px; position: relative; top:50%; margin-top: -34px; } .main-left div.click_right{ background: url("img/main-left-click.png") no-repeat 0 center; }