From ebefa651ad2d6edbfdb30fea3fc1ff97232a0aee Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 15 Jun 2021 11:07:52 +0800
Subject: [PATCH] 工具样式

---
 widgets/CoorPosition/css/style.css |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/widgets/CoorPosition/css/style.css b/widgets/CoorPosition/css/style.css
index 1d79c50..a2ed75d 100644
--- a/widgets/CoorPosition/css/style.css
+++ b/widgets/CoorPosition/css/style.css
@@ -1,12 +1,12 @@
 .jimu-widget-CoorPosition{
-  background-color: #36403d;
+  background-color: rgb(255, 255, 255);
   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%;
-  border-radius: 10px;
+  border-radius: 5px;
   display: none;
   box-sizing: border-box;
 }
@@ -26,7 +26,7 @@
   top: 9px;
   width: 15px;
   height: 13px;
-  background: url(../../../images/toolbox.png ) no-repeat 0 -32px;
+  background: url(../../../images/newImages/坐标定位.png ) no-repeat;
 }
 
 .CoorPosition-zbdw-zbdw {
@@ -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,22 @@
 
 .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;
-  border: none;
-  color: #fff;
+  background-color: rgba(255, 255, 255);
+  border: 1px solid rgba(69, 154, 251, 0.35);
+  color: rgb(0, 0, 0);
   margin-left: 160px;
   padding: 5px;
   cursor: pointer;
+  border-radius: 5px;
+  box-shadow: 3px 3px 20px -4px #3E9FFC;
 }
 
 .jiantou {

--
Gitblit v1.9.3