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/CoorPosition/css/style.css | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/widgets/CoorPosition/css/style.css b/widgets/CoorPosition/css/style.css
index 77ef614..a2ed75d 100644
--- a/widgets/CoorPosition/css/style.css
+++ b/widgets/CoorPosition/css/style.css
@@ -1,12 +1,12 @@
.jimu-widget-CoorPosition{
- background-color: rgba(255, 255, 255, 0.75);
+ background-color: rgb(255, 255, 255);
font-size: 14px;
border: 1px solid rgb(69, 154, 251);
color: rgb(0, 0, 0);
font-size: 16px;
width: 100%;
height: 100%;
- border-radius: 10px;
+ border-radius: 5px;
display: none;
box-sizing: border-box;
}
@@ -26,7 +26,7 @@
top: 9px;
width: 15px;
height: 13px;
- background: url(../../../images/toolbox.png ) no-repeat 0 -32px;
+ background: url(../../../images/newImages/坐标定位.png ) no-repeat;
}
.CoorPosition-zbdw-zbdw {
@@ -55,7 +55,7 @@
position: relative;
width: 100%;
height: 28px;
- background-color: rgba(69, 154, 251, 0.35);
+ /* background-color: rgba(69, 154, 251, 0.35); */
margin-bottom: 3px;
text-align: center;
}
@@ -74,13 +74,14 @@
}
.queDing {
- background-color: rgba(69, 154, 251, 0.75);
- border: none;
+ background-color: rgba(255, 255, 255);
+ border: 1px solid rgba(69, 154, 251, 0.35);
color: rgb(0, 0, 0);
margin-left: 160px;
padding: 5px;
cursor: pointer;
- border-radius: 10px;
+ border-radius: 5px;
+ box-shadow: 3px 3px 20px -4px #3E9FFC;
}
.jiantou {
--
Gitblit v1.9.3