From db9ea2a557e28fb1096dfebdb2ac23c3fe86cb57 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 04 Jun 2021 09:02:57 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/instructions/css/style.css | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/widgets/instructions/css/style.css b/widgets/instructions/css/style.css
new file mode 100644
index 0000000..6bb3b03
--- /dev/null
+++ b/widgets/instructions/css/style.css
@@ -0,0 +1,35 @@
+.jimu-widget-instructions {
+ position: absolute !important;
+ font-size: 14px;
+ height: 50px !important;
+ line-height: 32px;
+ width: 200px !important;
+ right: auto !important;
+ bottom: auto !important;
+ left: 240px!important;
+ 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;
+ /* text-align : center; */
+ /* cursor : pointer; */
+ z-index: 15 !important;
+ box-sizing: border-box;
+ /* padding: 0 20px 0 20px!important; */
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.jimu-widget-instructions img {
+ width: 35px;
+}
+
+.jimu-widget-instructions .instructions-title {
+ color: #5AA9FB;
+ font-size: 1.3rem;
+ font-weight: 600;
+ letter-spacing:1.5px;
+}
\ No newline at end of file
--
Gitblit v1.9.3