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