liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
152
153
154
155
156
157
158
159
160
.jimu-widget-spatialAnalysis {
  position: absolute !important;
  font-size: 14px;
  height: 408px !important;
  width: 318px !important;
  /* 240px */
  background: rgb(254, 254, 254);
  color: #838383;
  border-radius: 6px;
  text-align: center;
  /* cursor: pointer; */
  z-index: 11 !important;
  top: 72px !important;
  bottom: auto !important;
  right: 60px !important;
  left: auto !important;
  box-shadow: 0 0 8px #fff;
  display: none;
}
 
.jimu-widget-spatialAnalysis .closesspatialAnalysis {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
}
 
.jimu-widget-spatialAnalysis .closesspatialAnalysis:hover {
  color: red;
}
 
.jimu-widget-spatialAnalysis .heards {
  height: 40px;
  width: 100%;
  background-color: #39A5FD;
  box-shadow: 0 0 10px #39A5FD;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  border-radius: 6px 6px 0 0;
}
 
.jimu-widget-spatialAnalysis .main {
  padding: 5px;
  text-align: center;
  overflow: hidden;
  height: calc(100% - 90px);
  width: 100%;
  margin: 0;
  overflow: auto;
}
 
.jimu-widget-spatialAnalysis #spatialAnalysis-mains li {
  position: relative;
  left: 6px;
  top: 5px;
  float: left;
  cursor: pointer;
  user-select: none;
  min-width: 62px;
  height: 96px;
  width: 90px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  text-align: center;
  padding-top: 12px;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 2px 2px 15px -5px #39A5FD;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
 
.jimu-widget-spatialAnalysis #spatialAnalysis-mains li:hover {
  background-color: #ffffff;
  box-shadow: 3px 3px 20px -4px #0b8af1;
}
 
.jimu-widget-spatialAnalysis .imgs {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #39A5FD;
  position: relative;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.jimu-widget-spatialAnalysis .imgs img {
  width: 40px;
}
 
.jimu-widget-spatialAnalysis #SelectLayerTool {
  width: 100%;
  height: 46px;
  /* border:1px solid springgreen; */
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-left: 8px;
}
 
.jimu-widget-spatialAnalysis #SelectLayerTool .SelectLayerTool {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 8px !important;
}
 
.jimu-widget-spatialAnalysis #SelectLayerTool #SelectLayerToolItem {
  position: absolute;
  top: 85px;
  /* right: 60px; */
  width: 300px;
  z-index: 15;
  min-height: 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px rgb(35, 160, 243);
  max-height: 360px;
  overflow-y: auto;
  display: none;
}
 
/* .jimu-widget-spatialAnalysis #SelectLayerToolItem */
 
.jimu-widget-spatialAnalysis #SelectLayerToolItem #SelectLayerToolItemTitle li {
  width: 285px;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgb(35, 160, 243);
  /* border-top: 1px solid rgba(35, 160, 243, .1); */
  margin-bottom: 3px;
  cursor: pointer;
  margin-left: 5px;
}
 
.jimu-widget-spatialAnalysis #SelectLayerToolItem #SelectLayerToolItemTitle li span {
  display: block;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
 
.jimu-widget-spatialAnalysis #SelectLayerToolItem #SelectLayerToolItemTitle li:nth-child(1) {
  margin-top: 5px !important;
}
 
.jimu-widget-spatialAnalysis #SelectLayerToolItem #SelectLayerToolItemTitle li:last-child {
  border-bottom: 1px solid transparent;
}