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/Measurement/css/style.css | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/widgets/Measurement/css/style.css b/widgets/Measurement/css/style.css
index 2c94c1d..2f859a0 100644
--- a/widgets/Measurement/css/style.css
+++ b/widgets/Measurement/css/style.css
@@ -1,12 +1,13 @@
.jimu-widget-Measurement{
width: 100%;
height: 100%;
- background-color: #3a3e45;
+ background-color: rgba(255, 255, 255, .75);
font-size: 14px;
border: 1px solid rgb(69, 154, 251);
- color: rgb(238, 235, 235);
+ color: rgb(0, 0, 0);
font-size: 16px;
display: none;
+ border-radius: 10px;
}
#table {
@@ -102,6 +103,7 @@
width: 150px;
line-height: 30px;
background-color: #0077ff;
+ color: #fff;
border-radius: 10px;
margin: 0 auto;
margin-top: 15px;
@@ -125,8 +127,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