From e7bc0b68e57e1f2824a71873bc4ef22eb1e65084 Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Tue, 17 Nov 2020 09:52:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
widgets/MapSection/css/style.css | 70 +++++++++++++++++++++++++++++++++++
1 files changed, 70 insertions(+), 0 deletions(-)
diff --git a/widgets/MapSection/css/style.css b/widgets/MapSection/css/style.css
new file mode 100644
index 0000000..54325ad
--- /dev/null
+++ b/widgets/MapSection/css/style.css
@@ -0,0 +1,70 @@
+.demo-widgets-MapSection {
+ width: 0!important;
+ height: 0 !important;
+ margin:2px;
+ background: #303336;
+ border: 1px solid #444;
+ text-align: center;
+ border-radius: 4px;
+ padding: 1px;
+}
+
+.jimu-popup .title {
+ position: absolute;
+ top: 0;
+ left: -10px;
+ width: 100%;
+ background: #094895;
+ color: #fff;
+}
+
+.twipsy {
+ display: block;
+ position: absolute;
+ visibility: visible;
+ max-width: 200px;
+ min-width: 100px;
+ padding: 5px;
+ font-size: 11px;
+ z-index: 1000;
+ opacity: 0.8;
+ -khtml-opacity: 0.8;
+ -moz-opacity: 0.8;
+ filter: alpha(opacity=80);
+}
+
+.twipsy.left .twipsy-arrow {
+ top: 50%;
+ right: 0;
+ margin-top: -5px;
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 5px solid #000000;
+}
+
+.twipsy.right .twipsy-arrow {
+ top: 50%;
+ left: 0;
+ margin-top: -5px;
+ border-top: 5px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-right: 5px solid #000000;
+}
+
+.twipsy-inner {
+ padding: 3px 8px;
+ background-color: #000000;
+ color: white;
+ text-align: center;
+ max-width: 200px;
+ text-decoration: none;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+}
+
+.twipsy-arrow {
+ position: absolute;
+ width: 0;
+ height: 0;
+}
\ No newline at end of file
--
Gitblit v1.9.3