赣州市洪水风险预警系统三维版本
guoshilong
2023-02-27 4d8c6dd77427e8e581fda17b6b65ba86bfb7a815
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
.jimu-widget-RoamingBrowsing {
    min-width: 145px;
    width: 145px;
    height: auto !important;
    position: fixed !important;
    left: 0 !important;
    top: 70px !important;
    bottom: 25px !important;
    z-index: 40 !important;
}
 
 
 
.jimu-widget-RoamingBrowsing .roaming-container {
    width: 145px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(146, 204, 209, 0.5);
}
 
.jimu-widget-RoamingBrowsing .romm {
    height: 92%;
    overflow: hidden;
    position: relative;
}
 
.jimu-widget-RoamingBrowsing .romm ul {
    padding: 0;
    margin: 0;
    height: 100%;
    position: absolute;
    left: 8px;
    top: 0;
}
 
.jimu-widget-RoamingBrowsing .romm ul li {
    width: 130px;
    height: 5.9%;
    list-style: none;
}
 
.jimu-widget-RoamingBrowsing .romm ul li a {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
 
.jimu-widget-RoamingBrowsing .roam_div {
    width: 100%;
    height: 90%;
    background: rgba(4, 59, 119, .7);
    display: block;
    float: left;
    position: relative;
    color: #fff;
    cursor: pointer;
}
 
.jimu-widget-RoamingBrowsing .romm ul li a div {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}
 
.jimu-widget-RoamingBrowsing .romm ul li a div img {
    margin-left: 8px;
    width: 15px;
    float: left;
    margin-top: 8px;
    border: 0px;
}
 
.jimu-widget-RoamingBrowsing .romm ul li a div span {
    margin-left: 5px;
    float: left;
    font-size: 12px;
    font-family: "微软雅黑";
    position: absolute;
    height: 30px;
}
 
.jimu-widget-RoamingBrowsing .prev {
    position: relative;
}
 
.jimu-widget-RoamingBrowsing .prev a {
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: 5px;
    background: url("../../../images/prev-up.png") no-repeat center center;
    cursor: pointer;
}
 
.jimu-widget-RoamingBrowsing .next {
    position: relative;
}
 
.jimu-widget-RoamingBrowsing .next a {
    width: 100%;
    height: 32px;
    position: absolute;
    top: 5px;
    background: url("../../../images/next-down.png") no-repeat center center;
    cursor: pointer;
}