.map-location-logo {
|
position: absolute;
|
bottom: 32px;
|
left: 10px;
|
width: 32px;
|
height: 32px;
|
background-color: #FFFFFF;
|
}
|
.map-location-logo-container{
|
width: 100%;
|
height: 100%;
|
}
|
.map-location-logo-container {
|
background-size: 20px 20px;
|
background-repeat: no-repeat;
|
background-position: center center;
|
}
|
.map-location-logo-container.default {
|
background-image: url("../../image/default-40x40.png");
|
}
|
.map-location-logo-container.loading {
|
background-image: url("../../image/loading-40x40.gif");
|
}
|
.map-location-logo-container.success {
|
background-image: url("../../image/success-40x40.png");
|
}
|
.map-search-container {
|
position: absolute;
|
top: 10px;
|
left: 10px;
|
right: 10px;
|
}
|
.map-search-container .layui-form-label {
|
padding: 9px 0;
|
}
|
.map-search-container .layui-form-pane .layui-form-label {
|
width:32px;
|
}
|
.map-search-container .layui-form-pane .layui-input-block {
|
margin-left: 32px;
|
}
|
|
/* searchHome.html 模块 */
|
.page-header .layui-input-block {
|
margin-left: 40px;
|
margin-right: 30px;
|
min-height: 32px;
|
height: 32px;
|
}
|
.page-header .layui-input {
|
height: 32px;
|
}
|
.page-header .back-his {
|
position: absolute;
|
width: 32px;
|
height: 32px;
|
line-height: 32px;
|
font-size: 30px;
|
}
|
.page-header .location-his {
|
position: absolute;
|
top: 4px;
|
right: 0;
|
z-index: 1;
|
width: 32px;
|
height: 32px;
|
line-height: 32px;
|
font-size: 26px;
|
}
|
.page-header .back-his:hover, .page-header .location-his:hover{
|
color: #1E9FFF;
|
}
|
.page-header .back-his:active {
|
color: #1E9FFF;
|
}
|
/* searchHome.html 中的机房列表 */
|
.home-list {
|
width: 100%;
|
background-color: #FFFFFF;
|
color: #000000;
|
overflow: hidden;
|
}
|
.home-list .home-item {
|
min-height: 30px;
|
line-height: 30px;
|
overflow: hidden;
|
text-overflow:ellipsis;
|
white-space: nowrap;
|
}
|
.home-list .home-item.ac-this {
|
color: #1E9FFF;
|
}
|
.home-list .home-item .home-item-icon {
|
margin-left: 8px;
|
font-size: 18px;
|
}
|
.home-list .home-item .home-item-txt {
|
margin-left: 8px;
|
}
|
|
/* hdw-tbl-style */
|
.hdw-tbl {
|
width: 100%;
|
border-collapse: collapse;
|
}
|
.hdw-tbl th, .hdw-tbl td {
|
border: 1px solid #cccccc;
|
}
|
.hdw-tbl th {
|
font-size: 14px;
|
padding: 4px 10px;
|
background: url('../image/table_th_bg.gif') repeat-x;
|
}
|
.hdw-tbl td {
|
padding: 4px 0 4px 8px;
|
}
|
/* temp-map */
|
.temp-map-container {
|
display: none;
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
background-color: #FFFFFF;
|
z-index: 99999;
|
}
|
.temp-map-container.temp-map-container-show {
|
display: block;
|
}
|
.temp-map-container-rel {
|
position: relative;
|
width: 100%;
|
height: 100%;
|
}
|
.temp-map-container-close {
|
position: absolute;
|
width: 32px;
|
height: 32px;
|
top: 8px;
|
right: 10px;
|
z-index: 999;
|
font-size: 26px;
|
}
|
.temp-map-container-close:hover {
|
color: #FF0000;
|
}
|
.temp-map {
|
width: 100%;
|
height: 100%;
|
}
|