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
| .jimu-widget-MapPrinting{
| background-color: rgba(255, 255, 255, 0.75);
| 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: rgba(62,159,252, 0.75);
| /* border: 1px solid rgba(62,159,252, 0.75); */
| border-radius: 10px;
| 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: rgba(62,159,252, 0.75); */
| /* border: 1px solid rgba(62,159,252, 0.75); */
| font-size: 26px;
| /* border-radius: 10px; */
| padding: 5px;
| }
|
|