From eb13d858f786ecb1a9de73f2ee7102f4710002ea Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 05 Jun 2021 09:55:33 +0800
Subject: [PATCH] 样式

---
 widgets/CoorPosition/css/style.css |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/widgets/CoorPosition/css/style.css b/widgets/CoorPosition/css/style.css
index 1d79c50..77ef614 100644
--- a/widgets/CoorPosition/css/style.css
+++ b/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 {

--
Gitblit v1.9.3