liuyg
2021-06-22 0163b28ce3a2e0186b82e02fd8f98f8d9ee55340
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
.jimu-widget-legends {
  position: absolute !important;
  font-size: 14px;
  max-height: 330px !important;
  line-height: 32px;
  width: 300px !important;
  right: 60px !important;
  bottom: 38px !important;
  left: auto !important;
  top: auto !important;
  /* 240px */
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  /* border-right : 1px solid rgba(0, 0, 0, 0.3); */
  border-radius: 8px;
  /* text-align   : center; */
  /* cursor       : pointer; */
  z-index: 15 !important;
  box-sizing: border-box;
  padding: 0 8px 8px 8px!important;
  /* overflow: auto; */
  transition: all 0.5s;
}
 
.jimu-widget-legends .title {
  /* margin: 10px 0 7px 0; */
  font-size: 18px;
}
 
.jimu-widget-legends .main {
  max-height: 278px !important;
  overflow: auto;
  transition: all 0.5s;
}
 
.jimu-widget-legends .main .m-init {
  width: 100%;
  /* height: 1.5rem; */
  /* border: 1px solid springgreen; */
  flex-direction: row;
  display: flex;
  align-items: center;
  font-size: 15px;
}
 
.jimu-widget-legends .main .m-i-child {
  width: 83%;
  display: block;
  position: relative;
  left: 16%;
}
 
.jimu-widget-legends .main .m-init i {
  display: inline-block;
  font-style: normal;
}
 
.jimu-widget-legends .main .m-init-h {
  display: inline-block;
  width: 20px;
  /* height: 0.6rem; */
  /* border: 1px solid springgreen; */
  background-size: 100%;
  margin-right: 15px !important;
}
 
.jimu-widget-legends .main .m-init img {
  width: 24px;
  margin-right: 5px !important;
  /* position: relative;
  top: -5.5px; */
}
 
.jimu-widget-legends .main .m-i-child i:nth-child(1) {
  /* margin-right: 30px !important; */
}
 
.jimu-widget-legends .layer-legends li {
    height: 36px;
    line-height: 36px;
}
.jimu-widget-legends .layer-legends li .m-init-h {
    width: auto;
    margin-right: 10px !important;
}
 
.jimu-widget-legends .layer-legends li .m-init-h img {
    width: auto;
    height: 28px;
    margin: 0 !important;
}
 
.jimu-widget-legends .layer-legends li span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}