hdw
2019-01-19 401f690e48292e4cb476a0b8d9790da2e1c71d33
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
.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%;
}