liuyg
2021-06-15 ebefa651ad2d6edbfdb30fea3fc1ff97232a0aee
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
.jimu-widget-MapPrinting {
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  /* border: 1px solid rgb(69, 154, 251); */
  color: rgb(0, 0, 0);
  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: rgb(255, 255, 255);
  /* border: 1px solid rgba(62,159,252, 0.75); */
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  height: 30px;
  box-shadow: 3px 3px 20px -4px #3E9FFC;
}
 
.MapPrinting-left:hover, .MapPrinting-right:hover {
  background-color: #3E9FFC;
  box-shadow: 3px 3px 20px -4px #000000;
  /* color:#fff; */
  filter: grayscale(100%) brightness(200%);
}
 
/* .MapPrinting-left-pic, .MapPrinting-right-pic {
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 15px;
  margin-left: 5px;
  background: url(../../../images/newImages/储存.png ) no-repeat;
} */
 
.MapPrinting-pic {
  width: 25px;
}
 
.MapPrinting-left-cunwei, .MapPrinting-right-dayin {
  font-size: 11px;
  /* margin-left: 17px; */
}
 
.MapPrinting-flex-x {
  cursor: pointer;
  /* background-color: rgba(62,159,252, 0.75); */
  /* border: 1px solid rgba(62,159,252, 0.75); */
  font-size: 26px;
  /* border-radius: 10px; */
  /* padding: 5px; */
  position: relative;
  top: -2px;
}