You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
520 lines
10 KiB
520 lines
10 KiB
11 months ago
|
html, body, #map {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
list-style: none;
|
||
|
text-transform: none;
|
||
|
font-family: "微软雅黑";
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
min-height: 900px;
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
#carListDiv, #carTraListDiv {
|
||
|
position: fixed;
|
||
|
top: 8%;
|
||
|
right: 1%;
|
||
|
/*background-color: #fff;*/
|
||
|
width: 25%;
|
||
|
/*height: 53%;*/
|
||
|
height: 60%;
|
||
|
box-shadow: darkgrey 0px 0px 5px 2px;
|
||
|
padding: 1%;
|
||
|
}
|
||
|
|
||
|
#carTraList tbody {
|
||
|
display: block;
|
||
|
height: calc( 1080px - 740px );
|
||
|
overflow-y: scroll;
|
||
|
}
|
||
|
|
||
|
#carTraList thead, #carTraList tbody tr {
|
||
|
display: table;
|
||
|
width: 100%;
|
||
|
table-layout: fixed;
|
||
|
}
|
||
|
|
||
|
#carTraList tr th:first-child, #carTraList tr td:first-child {
|
||
|
width: 30%;
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
#carTraList tr th:first-child + th, #carTraList tr td:first-child + td {
|
||
|
width: 30%;
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
#carTraList tr th:first-child + th + th, #carTraList tr td:first-child + td + td {
|
||
|
width: 20%;
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
#carTraList tr th:first-child + th + th + th, #carTraList tr td:first-child + td + td + td {
|
||
|
width: 20%;
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
#cartratoolList {
|
||
|
/*position: fixed;
|
||
|
top: 1%;
|
||
|
right: 18.5%;
|
||
|
background-color: #fff;
|
||
|
width: 14.5%;
|
||
|
height: 3%;
|
||
|
box-shadow: darkgrey 0px 0px 5px 2px;
|
||
|
padding: 0.3%;*/
|
||
|
position: fixed;
|
||
|
top: 1%;
|
||
|
right: 21.5%;
|
||
|
width: 20.5%;
|
||
|
height: 3%;
|
||
|
padding: 0.3%;
|
||
|
}
|
||
|
|
||
|
#amapSearchDiv {
|
||
|
position: fixed;
|
||
|
top: 7%;
|
||
|
right: 1%;
|
||
|
background-color: #fff;
|
||
|
width: 20%;
|
||
|
height: 80%;
|
||
|
box-shadow: darkgrey 0px 0px 5px 2px;
|
||
|
padding: 0.5%;
|
||
|
}
|
||
|
|
||
|
#amapSearchFrame {
|
||
|
width: 100%;
|
||
|
height: 7%;
|
||
|
}
|
||
|
|
||
|
#amapSearchContent {
|
||
|
width: 100%;
|
||
|
height: 90%;
|
||
|
overflow-y: auto;
|
||
|
}
|
||
|
|
||
|
#toolList {
|
||
|
position: fixed;
|
||
|
/*background-color: #fff;*/
|
||
|
right: 1%;
|
||
|
top: 1%;
|
||
|
height: 40px;
|
||
|
box-shadow: darkgrey 0px 0px 5px 1.5px;
|
||
|
}
|
||
|
|
||
|
.toolModule {
|
||
|
border-top: 0.5px solid rgba(202, 201, 201, 0.73);
|
||
|
border-left: 0.5px solid rgba(202, 201, 201, 0.73);
|
||
|
border-bottom: 0.5px solid rgba(202, 201, 201, 0.73);
|
||
|
padding: 10px;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.toolModule img {
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.minimize {
|
||
|
float: right;
|
||
|
cursor: pointer;
|
||
|
position: absolute;
|
||
|
top: 15px;
|
||
|
right: 15px;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.maximize {
|
||
|
display: none;
|
||
|
float: right;
|
||
|
cursor: pointer;
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
.tdcolorA {
|
||
|
width: 25%;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.tdcolor {
|
||
|
width: 75%;
|
||
|
color: #0096ff;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/* 消防资源 */
|
||
|
/* 资源树 */
|
||
|
.xfzy-zys {
|
||
|
width: 190px;
|
||
|
height: auto;
|
||
|
position: fixed;
|
||
|
top: 20px;
|
||
|
left: 20px;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li {
|
||
|
width: 160px;
|
||
|
height: 40px;
|
||
|
/*background: #FFFFFF;*/
|
||
|
background: rgb(18,63,120);
|
||
|
border-radius: 20px;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li a {
|
||
|
display: block;
|
||
|
line-height: 40px;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li a:hover, .xfzy-zys li a.current {
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li span {
|
||
|
width: 38px;
|
||
|
height: 38px;
|
||
|
border-radius: 19px;
|
||
|
text-align: center;
|
||
|
margin-right: 10px;
|
||
|
display: block;
|
||
|
float: left;
|
||
|
color:#fff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.xfzy-zys1 {
|
||
|
border: 1px solid #0084ff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li span.xfzy-zys1a {
|
||
|
background: url(img/xfzy-icon1.png) center no-repeat #0084ff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.xfzy-zys2 {
|
||
|
border: 1px solid #26d05a;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li span.xfzy-zys2a {
|
||
|
background: url(img/xfzy-icon2.png) center no-repeat #26d05a;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.xfzy-zys3 {
|
||
|
border: 1px solid #ff9c00;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li span.xfzy-zys3a {
|
||
|
background: url(img/xfzy-icon3.png) center no-repeat #ff9c00;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.xfzy-zys4 {
|
||
|
border: 1px solid #00deff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li span.xfzy-zys4a {
|
||
|
background: url(img/xfzy-icon4.png) center no-repeat #00deff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.xfzy-zys5 {
|
||
|
border: 1px solid #c000ff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li span.xfzy-zys5a {
|
||
|
background: url(img/xfzy-icon5.png) center no-repeat #c000ff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li:hover.xfzy-zys1 {
|
||
|
border: 1px solid #0084ff;
|
||
|
background: #0084ff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li:hover span.xfzy-zys1a {
|
||
|
background: url(img/xfzy-icon1h.png) center no-repeat #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li:hover.xfzy-zys2 {
|
||
|
border: 1px solid #26d05a;
|
||
|
background: #26d05a;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li:hover span.xfzy-zys2a {
|
||
|
background: url(img/xfzy-icon2h.png) center no-repeat #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li:hover.xfzy-zys3 {
|
||
|
border: 1px solid #ff9c00;
|
||
|
background: #ff9c00;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li:hover span.xfzy-zys3a {
|
||
|
background: url(img/xfzy-icon3h.png) center no-repeat #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li:hover.xfzy-zys4 {
|
||
|
border: 1px solid #00deff;
|
||
|
background: #00deff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li:hover span.xfzy-zys4a {
|
||
|
background: url(img/xfzy-icon4h.png) center no-repeat #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li:hover.xfzy-zys5 {
|
||
|
border: 1px solid #c000ff;
|
||
|
background: #c000ff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li:hover span.xfzy-zys5a {
|
||
|
background: url(img/xfzy-icon5h.png) center no-repeat #FFFFFF;
|
||
|
}
|
||
|
|
||
|
|
||
|
.xfzy-zys li.current a {
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.current.xfzy-zys1 {
|
||
|
border: 1px solid #0084ff;
|
||
|
background: #0084ff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.current span.xfzy-zys1a {
|
||
|
background: url(img/xfzy-icon1h.png) center no-repeat #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.current.xfzy-zys2 {
|
||
|
border: 1px solid #26d05a;
|
||
|
background: #26d05a;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.current span.xfzy-zys2a {
|
||
|
background: url(img/xfzy-icon2h.png) center no-repeat #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.current.xfzy-zys3 {
|
||
|
border: 1px solid #ff9c00;
|
||
|
background: #ff9c00;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.current span.xfzy-zys3a {
|
||
|
background: url(img/xfzy-icon3h.png) center no-repeat #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.current.xfzy-zys4 {
|
||
|
border: 1px solid #00deff;
|
||
|
background: #00deff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.current span.xfzy-zys4a {
|
||
|
background: url(img/xfzy-icon4h.png) center no-repeat #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.current.xfzy-zys5 {
|
||
|
border: 1px solid #c000ff;
|
||
|
background: #c000ff;
|
||
|
}
|
||
|
|
||
|
.xfzy-zys li.current span.xfzy-zys5a {
|
||
|
background: url(img/xfzy-icon5h.png) center no-repeat #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.xfzy-gjl {
|
||
|
position: fixed;
|
||
|
bottom: 2%;
|
||
|
left: 1%;
|
||
|
background-color: rgba(255, 255, 255, 0.88);
|
||
|
width: 30%;
|
||
|
height: 56%;
|
||
|
box-shadow: darkgrey 0px 0px 5px 2px;
|
||
|
padding: 0.5%;
|
||
|
}
|
||
|
|
||
|
.xfzy-gjl-show {
|
||
|
display: none;
|
||
|
left: 1%;
|
||
|
bottom: 11%;
|
||
|
cursor: pointer;
|
||
|
position: absolute;
|
||
|
background: url(img/gjlbg1.png) top no-repeat;
|
||
|
width: 100px;
|
||
|
height: 120px;
|
||
|
}
|
||
|
|
||
|
.xfzy-gjl-icon2 {
|
||
|
width: 100px;
|
||
|
height: 113px;
|
||
|
margin-top: -10px;
|
||
|
background: url(img/xfzy-gjl-icon2.png) top no-repeat;
|
||
|
}
|
||
|
|
||
|
/*.EUnitListDiv {
|
||
|
position: fixed;
|
||
|
top: 45%;
|
||
|
left: 1%;
|
||
|
background-color: #fff;
|
||
|
width: 26%;
|
||
|
height: 48%;
|
||
|
box-shadow: darkgrey 0px 0px 5px 2px;
|
||
|
padding: 1%;
|
||
|
}*/
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/*搜索框样式*/
|
||
|
.search {
|
||
|
padding: 10px 0;
|
||
|
}
|
||
|
|
||
|
.searchVal, .searchBtn {
|
||
|
border: none;
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
.searchVal {
|
||
|
width: 45%;
|
||
|
height: 42px;
|
||
|
padding-left: 13px;
|
||
|
}
|
||
|
|
||
|
.searchBtn {
|
||
|
height: 42px;
|
||
|
width: 42px;
|
||
|
cursor: pointer;
|
||
|
/*position: absolute;*/
|
||
|
}
|
||
|
|
||
|
.bar input {
|
||
|
border: 0.5px solid rgba(202, 201, 201, 0.73);
|
||
|
padding-left: 15px;
|
||
|
border-radius: 5px;
|
||
|
background: transparent;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
}
|
||
|
|
||
|
.bar button {
|
||
|
background: #3079EA;
|
||
|
border-radius: 0 5px 5px 0;
|
||
|
width: 70px;
|
||
|
top: 0;
|
||
|
right: -15px;
|
||
|
font-size: 14px;
|
||
|
color: #F9F0DA;
|
||
|
}
|
||
|
|
||
|
/*复写Layui样式*/
|
||
|
.layui-table-page .layui-laypage {
|
||
|
margin: 0 !important;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.layui-elem-quote {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.layui-table-body {
|
||
|
overflow-x: hidden;
|
||
|
}
|
||
|
|
||
|
.layui-table-view .layui-table[lay-skin=line] {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.layui-table-body:hover {
|
||
|
overflow-x: auto;
|
||
|
}
|
||
|
|
||
|
.layui-form-select {
|
||
|
width: 150px;
|
||
|
}
|
||
|
|
||
|
/*.layui-tab-title{border-bottom: none;}
|
||
|
.layui-tab-title .layui-this{background: #FFAF09;}
|
||
|
.layui-tab-title .layui-this:after{border: none;}*/
|
||
|
.layui-tab-title li {
|
||
|
min-width: 70px !important;
|
||
|
}
|
||
|
|
||
|
/*复写高德地图样式*/
|
||
|
.amap_lib_placeSearch {
|
||
|
border: 0px !important;
|
||
|
}
|
||
|
/*去掉高德地图logo,去掉高德的版本号*/
|
||
|
.amap-logo {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
.amap-copyright {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
/*蓝色滚动条样式*/
|
||
|
::-webkit-scrollbar {
|
||
|
width: 7px; /*滚动条宽度*/
|
||
|
height: 7px; /*滚动条高度*/
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
::-webkit-scrollbar-thumb {
|
||
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
||
|
background-color: rgba(234, 233, 239, 0.55); /*滚动条的背景颜色*/
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
@media (max-width:1620px) and (max-height:1050px) {
|
||
|
/*#carListDiv { width: 29.8%;}*/
|
||
|
#alarmTable tbody {
|
||
|
height: calc( 1080px - 660px );
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (max-width:1600px) and (max-height:900px) {
|
||
|
/*#carListDiv { width: 29.8%;}*/
|
||
|
#alarmTable tbody {
|
||
|
height: calc( 1080px - 660px );
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (max-width:1366px) and (max-height:768px) {
|
||
|
/*#carListDiv { width: 29.8%;}*/
|
||
|
#alarmTable tbody {
|
||
|
height: calc( 1080px - 660px );
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (max-width:1280px) and (max-height:1024px) {
|
||
|
/*#carListDiv { width: 29.8%;}*/
|
||
|
#alarmTable tbody {
|
||
|
height: calc( 1080px - 660px );
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (max-width:1280px) and (max-height:800px) {
|
||
|
/*#carListDiv { width: 29.8%;}*/
|
||
|
#alarmTable tbody {
|
||
|
height: calc( 1080px - 660px );
|
||
|
}
|
||
|
}
|
||
|
/*@media (max-width:1600px) and (max-height:850px) {
|
||
|
|
||
|
}*/
|