liuyg
2021-06-05 eb13d858f786ecb1a9de73f2ee7102f4710002ea
widgets/CoorPosition/css/style.css
@@ -1,8 +1,8 @@
.jimu-widget-CoorPosition{
  background-color: #36403d;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  border: 1px solid rgb(69, 154, 251);
  color: rgb(238, 235, 235);
  color: rgb(0, 0, 0);
  font-size: 16px;
  width: 100%;
  height: 100%;
@@ -55,7 +55,7 @@
  position: relative;
  width: 100%;
  height: 28px;
  background-color: #3a464c;
  background-color: rgba(69, 154, 251, 0.35);
  margin-bottom: 3px;
  text-align: center;
}
@@ -66,20 +66,21 @@
.jingDu-input {
  display: inline-block;
  background-color: #3a464c;
  background-color: rgba(69, 154, 251, 0.35);
  border: none;
  text-indent: 2em;
  caret-color:#fff;
  color: #fff;
  caret-color:rgba(69, 154, 251, 1);
  color: rgb(0, 0, 0);
}
.queDing {
  background-color: #244959;
  background-color: rgba(69, 154, 251, 0.75);
  border: none;
  color: #fff;
  color: rgb(0, 0, 0);
  margin-left: 160px;
  padding: 5px;
  cursor: pointer;
  border-radius: 10px;
}
.jiantou {