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
47
.jimu-widget-MapPrinting{
  background-color: #3c464b;
  font-size: 14px;
  /* border: 1px solid rgb(69, 154, 251); */
  color: rgb(238, 235, 235);
  font-size: 16px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: none;
}
 
.MapPrinting-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
 
.MapPrinting-left, .MapPrinting-right {
  position: relative;
  background-color: #404953;
  padding: 5px;
  cursor: pointer;
}
 
.MapPrinting-left-pic, .MapPrinting-right-pic {
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 15px;
  margin-left: 5px;
  background: url(../../../images/toolbox.png ) no-repeat 0 -173px;
}
 
.MapPrinting-left-cunwei, .MapPrinting-right-dayin {
  font-size: 11px;
  margin-left: 17px;
}
 
.MapPrinting-flex-x {
  cursor: pointer;
  background-color: #404953;
  padding: 5px;
}