From b435f2b1fc2bc8ad392dfa78aed1a5bc70c8b1e4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 08 Jun 2021 08:48:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
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