.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;
|
}
|