liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
widgets/Measurement/css/style.css
@@ -1,13 +1,14 @@
.jimu-widget-Measurement{
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .75);
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  border: 1px solid rgb(69, 154, 251);
  /* border: 1px solid rgb(69, 154, 251); */
  color: rgb(0, 0, 0);
  font-size: 16px;
  display: none;
  border-radius: 10px;
  border-radius: 5px;
  box-shadow: 0 0 8px #fff;
}
#table {
@@ -24,7 +25,7 @@
   width: 20px;
   background-color: red;
   height: 17px;
   background: url(../../../images/measure_imgs/toolbox.png ) no-repeat 0 0;
   background: url(../../../images/newImages/图上测量.png ) no-repeat 0 0;
   float: left;
   margin-top: 3px;
   margin-right: 10px;
@@ -39,6 +40,11 @@
   font-size: 30px;
   line-height: 20px;
   cursor: pointer;
   position: relative;
   top: -2px;
}
.xx:hover {
   color: red;
}
.td {