liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
widgets/MapPrinting/css/style.css
@@ -8,6 +8,7 @@
  height: 100%;
  border-radius: 10px;
  display: none;
  box-shadow: 0 0 8px #fff;
}
.MapPrinting-flex {
@@ -26,14 +27,11 @@
  padding: 5px;
  cursor: pointer;
  height: 30px;
  box-shadow: 3px 3px 20px -4px #3E9FFC;
  box-shadow: 3px 3px 15px -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%);
  box-shadow: 3px 3px 20px -4px #1b91ff;
}
/* .MapPrinting-left-pic, .MapPrinting-right-pic {
@@ -56,12 +54,10 @@
}
.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;
}
  font-size: 18px;
  cursor: pointer;
}
.MapPrinting-flex-x :hover{
  color: red;
}