hdw
2018-12-13 eb5f33c8ffdb60db5613353b8dadeb81dff7f798
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
.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;
}