.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;
|
box-shadow: 0 0 8px #fff;
|
}
|
|
.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 15px -4px #3E9FFC;
|
}
|
|
.MapPrinting-left:hover, .MapPrinting-right:hover {
|
box-shadow: 3px 3px 20px -4px #1b91ff;
|
}
|
|
/* .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 {
|
position: relative;
|
font-size: 18px;
|
cursor: pointer;
|
}
|
.MapPrinting-flex-x :hover{
|
color: red;
|
}
|