From 4d8ef5d02421b1bb60f575e56b75d43a1ea4c2bb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Jun 2021 14:56:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/CoorPosition/css/style.css | 39 ++++++++++++++++-----------------------
1 files changed, 16 insertions(+), 23 deletions(-)
diff --git a/widgets/CoorPosition/css/style.css b/widgets/CoorPosition/css/style.css
index a2ed75d..13b584d 100644
--- a/widgets/CoorPosition/css/style.css
+++ b/widgets/CoorPosition/css/style.css
@@ -1,7 +1,7 @@
-.jimu-widget-CoorPosition{
+.jimu-widget-CoorPosition {
background-color: rgb(255, 255, 255);
font-size: 14px;
- border: 1px solid rgb(69, 154, 251);
+ /* border: 1px solid rgb(69, 154, 251); */
color: rgb(0, 0, 0);
font-size: 16px;
width: 100%;
@@ -9,6 +9,7 @@
border-radius: 5px;
display: none;
box-sizing: border-box;
+ box-shadow: 0 0 8px #fff;
}
.CoorPosition-zbdw {
@@ -32,23 +33,27 @@
.CoorPosition-zbdw-zbdw {
width: 100%;
line-height: 33px;
- font-size: 14px;
+ font-size: 17px;
}
.CoorPosition-zbdw-x {
position: absolute;
- right: 6px;
+ right: 13px;
top: 5px;
width: 10px;
font-size: 18px;
cursor: pointer;
}
-
+.CoorPosition-zbdw-x:hover{
+ color: red;
+}
.CoorPosition-input {
width: 100%;
/* background-color: blue; */
padding: 8px 5px;
- font-size: 14px;
+ font-size: 15px;
+ position: relative;
+ top: 5px;
}
.CoorPosition-input-JD {
@@ -69,11 +74,13 @@
background-color: rgba(69, 154, 251, 0.35);
border: none;
text-indent: 2em;
- caret-color:rgba(69, 154, 251, 1);
+ caret-color: rgba(69, 154, 251, 1);
color: rgb(0, 0, 0);
}
.queDing {
+ height: 28px;
+ line-height: 5px;
background-color: rgba(255, 255, 255);
border: 1px solid rgba(69, 154, 251, 0.35);
color: rgb(0, 0, 0);
@@ -81,7 +88,7 @@
padding: 5px;
cursor: pointer;
border-radius: 5px;
- box-shadow: 3px 3px 20px -4px #3E9FFC;
+ box-shadow: 3px 3px 15px -4px #3E9FFC;
}
.jiantou {
@@ -114,18 +121,4 @@
right: -16px;
width: 19px;
height: 19px;
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+}
\ No newline at end of file
--
Gitblit v1.9.3