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/MapPrinting/css/style.css |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/widgets/MapPrinting/css/style.css b/widgets/MapPrinting/css/style.css
index e1ba8e5..aef8b6d 100644
--- a/widgets/MapPrinting/css/style.css
+++ b/widgets/MapPrinting/css/style.css
@@ -1,8 +1,8 @@
 .jimu-widget-MapPrinting{
-  background-color: #3c464b;
+  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%;
@@ -20,7 +20,9 @@
 
 .MapPrinting-left, .MapPrinting-right {
   position: relative;
-  background-color: #404953;
+  background-color: rgba(62,159,252, 0.75);
+  /* border: 1px solid rgba(62,159,252, 0.75); */
+  border-radius: 10px;
   padding: 5px;
   cursor: pointer;
 }
@@ -42,7 +44,10 @@
 
 .MapPrinting-flex-x {
   cursor: pointer;
-  background-color: #404953;
+  /* background-color: rgba(62,159,252, 0.75); */
+  /* border: 1px solid rgba(62,159,252, 0.75); */
+  font-size: 26px;
+  /* border-radius: 10px; */
   padding: 5px;
 }
 

--
Gitblit v1.9.3