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/instructions/css/style.css | 17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/widgets/instructions/css/style.css b/widgets/instructions/css/style.css
index 6bb3b03..dbd0ea3 100644
--- a/widgets/instructions/css/style.css
+++ b/widgets/instructions/css/style.css
@@ -1,18 +1,18 @@
.jimu-widget-instructions {
position: absolute !important;
font-size: 14px;
- height: 50px !important;
+ height: 42px !important;
line-height: 32px;
- width: 200px !important;
+ width: 160px !important;
right: auto !important;
bottom: auto !important;
- left: 240px!important;
+ left: 260px;
top: 40px !important;
/* 240px */
background: rgba(255, 255, 255, 1);
color: #fff;
/* border : 1px solid rgba(0, 0, 0, 0.3); */
- border-radius: 6px 6px 6px 6px;
+ border-radius: 14px;
/* text-align : center; */
/* cursor : pointer; */
z-index: 15 !important;
@@ -21,15 +21,18 @@
display: flex;
align-items: center;
justify-content: center;
+ transition: all 0.5s;
}
.jimu-widget-instructions img {
- width: 35px;
+ width: 20px;
+ position: relative;
+ left: -5px;
}
.jimu-widget-instructions .instructions-title {
color: #5AA9FB;
- font-size: 1.3rem;
- font-weight: 600;
+ font-size: 1rem;
+ font-weight: 400;
letter-spacing:1.5px;
}
\ No newline at end of file
--
Gitblit v1.9.3