From 25ce610f6ecca7325e7a743dc032c4a76559c63d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 02 Jul 2021 09:10:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

---
 widgets/Measurement/css/style.css |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/widgets/Measurement/css/style.css b/widgets/Measurement/css/style.css
index 2c94c1d..0d6458f 100644
--- a/widgets/Measurement/css/style.css
+++ b/widgets/Measurement/css/style.css
@@ -1,12 +1,14 @@
 .jimu-widget-Measurement{
   width: 100%;
   height: 100%;
-  background-color: #3a3e45;
+  background-color: rgb(255, 255, 255);
   font-size: 14px;
-  border: 1px solid rgb(69, 154, 251);
-  color: rgb(238, 235, 235);
+  /* border: 1px solid rgb(69, 154, 251); */
+  color: rgb(0, 0, 0);
   font-size: 16px;
   display: none;
+  border-radius: 5px;
+  box-shadow: 0 0 8px #fff;
 }
 
 #table {
@@ -23,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;
@@ -38,6 +40,11 @@
 	font-size: 30px;
 	line-height: 20px;
 	cursor: pointer;
+	position: relative;
+	top: -2px;
+}
+.xx:hover {
+	color: red;
 }
 
 .td {
@@ -102,6 +109,7 @@
 	width: 150px;
 	line-height: 30px;
 	background-color: #0077ff;
+	color: #fff;
 	border-radius: 10px;
 	margin: 0 auto;
 	margin-top: 15px;
@@ -125,8 +133,8 @@
 	vertical-align: center;
 	padding: 0 10px 4px;
 	width: 200px;
-	color: #fff;
-	background-color: #424851;
+	color: #000;
+	background-color: rgba(255, 255, 255, .75);
 }
 
 

--
Gitblit v1.9.3