nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
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
.jimu-widget-SubmergenceAnalysis{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
 
.roaming-tool ul {
    padding-left: 0px;
    margin-top: 12px !important;
}
 
.roaming-tool ul li {
    width: 120px;
    float: left;
    list-style: none;
    cursor: pointer;
}
.roaming-tool ul li:last-child {
    position: relative;
    width: 130px;
}
.roaming-tool input {
    position: absolute;
    right: -20px;
    height: 25px;
    width: 45px;
    top: 7px;
}
 
.roaming-tool a {
    position: absolute;
    right: -34px;
    font-size: 13px;
    top: 12px;
    color: #fff;
}
 
.roaming-tool ul li:last-child img {
    width: 170px;
}
 
.roaming-tool ul li img {
    width: 120px;
    height: 38px;
}