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/MapPrinting/css/style.css |   49 ++++++++++++++++++++++++-------------------------
 1 files changed, 24 insertions(+), 25 deletions(-)

diff --git a/widgets/MapPrinting/css/style.css b/widgets/MapPrinting/css/style.css
index aef8b6d..96bc00a 100644
--- a/widgets/MapPrinting/css/style.css
+++ b/widgets/MapPrinting/css/style.css
@@ -1,5 +1,5 @@
-.jimu-widget-MapPrinting{
-  background-color: rgba(255, 255, 255, 0.75);
+.jimu-widget-MapPrinting {
+  background-color: rgb(255, 255, 255);
   font-size: 14px;
   /* border: 1px solid rgb(69, 154, 251); */
   color: rgb(0, 0, 0);
@@ -20,26 +20,39 @@
 
 .MapPrinting-left, .MapPrinting-right {
   position: relative;
-  background-color: rgba(62,159,252, 0.75);
+  background-color: rgb(255, 255, 255);
   /* border: 1px solid rgba(62,159,252, 0.75); */
-  border-radius: 10px;
+  border-radius: 5px;
   padding: 5px;
   cursor: pointer;
+  height: 30px;
+  box-shadow: 3px 3px 20px -4px #3E9FFC;
 }
 
-.MapPrinting-left-pic, .MapPrinting-right-pic {
+.MapPrinting-left:hover, .MapPrinting-right:hover {
+  background-color: #3E9FFC;
+  box-shadow: 3px 3px 20px -4px #000000;
+  /* color:#fff; */
+  filter: grayscale(100%) brightness(200%);
+}
+
+/* .MapPrinting-left-pic, .MapPrinting-right-pic {
   position: absolute;
   left: 0;
   top: 8px;
   width: 18px;
   height: 15px;
   margin-left: 5px;
-  background: url(../../../images/toolbox.png ) no-repeat 0 -173px;
+  background: url(../../../images/newImages/储存.png ) no-repeat;
+} */
+
+.MapPrinting-pic {
+  width: 25px;
 }
 
 .MapPrinting-left-cunwei, .MapPrinting-right-dayin {
   font-size: 11px;
-  margin-left: 17px;
+  /* margin-left: 17px; */
 }
 
 .MapPrinting-flex-x {
@@ -48,21 +61,7 @@
   /* border: 1px solid rgba(62,159,252, 0.75); */
   font-size: 26px;
   /* border-radius: 10px; */
-  padding: 5px;
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+  /* padding: 5px; */
+  position: relative;
+  top: -2px;
+}
\ No newline at end of file

--
Gitblit v1.9.3