html, body, div, ul, li, a {
padding: 0;
margin: 0;
font-size: 12px;
}
a {
cursor: pointer;
}
html, body {
overflow: hidden;
}
html, body, .container {
width: 100%;
height: 100%;
background-color: #ffffff;
}
#map {
width: 100%;
height: 100%;
background-color: #000000;
}
.page-menu {
position: absolute;
width: 132px;
right: 60px;
bottom: 40px;
z-index: 999999;
background-color: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.page-menu .item-list:before, .page-menu .item-list:after {
display: table;
content: " ";
}
.page-menu .item-list:after {
clear: both;
}
.page-menu .item-list {
width: 132px;
margin-bottom: 8px;
}
.page-menu .item-list a.item, .page-menu .item-list a.item-special {
display: block;
float: right;
width: 28px;
height: 28px;
background-repeat: no-repeat;
background-position: right 0;
background-color: none;
}
.page-menu .item-list a.item-special.show {
background-image: url('../image/menu-up.gif');
}
.page-menu .item-list a.item-special.hide {
background-image: url('../image/menu-down.gif');
}
.page-menu .item-list a.item:hover {
width: 132px;
}
/* 故障管理 */
.page-menu .item-list a.item.breakdown {
background-image: url('../image/tooltip-breakdown.gif');
}
.page-menu .item-list a.item.breakdown:hover {
background-image: url('../image/tooltip-breakdown-open.gif');
}
/* 告警管理 */
.page-menu .item-list a.item.warning {
background-image: url('../image/tooltip-warning.gif');
}
.page-menu .item-list a.item.warning:hover {
background-image: url('../image/tooltip-warning-open.gif');
}
/* 作业管理 */
.page-menu .item-list a.item.work {
background-image: url('../image/tooltip-work.gif');
}
.page-menu .item-list a.item.work:hover {
background-image: url('../image/tooltip-work-open.gif');
}
/* 用户管理 */
.page-menu .item-list a.item.user {
background-image: url('../image/tooltip-user.gif');
}
.page-menu .item-list a.item.user:hover {
background-image: url('../image/tooltip-user-open.gif');
}
.visible {
visibility: hidden;
}