From 79f4efbd08338968f0e0e8b1a1a29432cfbcf135 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 29 Jun 2021 15:04:20 +0800
Subject: [PATCH] +

---
 widgets/BOXInteractive/css/style.css |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/widgets/BOXInteractive/css/style.css b/widgets/BOXInteractive/css/style.css
new file mode 100644
index 0000000..985dadf
--- /dev/null
+++ b/widgets/BOXInteractive/css/style.css
@@ -0,0 +1,42 @@
+.jimu-widget-BOXInteractive {
+  position: fixed !important;
+  top: 72px !important;
+  right: 388px !important;
+  width: 200px !important;
+  height: 40px !important;
+  background-color: rgb(255, 255, 255);
+  font-size: 14px;
+  color: rgb(0, 0, 0);
+  z-index: 12 !important;
+  border-radius: 10px;
+  /* display: none; */
+  box-shadow: 0 0 8px #fff;
+  padding: 0px 5px !important;
+}
+
+.jimu-widget-BOXInteractive .closeOUR {
+  position: absolute;
+  right: 5px;
+  top: 5px;
+  font-size: 18px;
+  cursor: pointer;
+}
+
+.jimu-widget-BOXInteractive .closeOUR:hover {
+  color: red;
+}
+
+/* .jimu-widget-BOXInteractive .but {
+  line-height: 30px;
+  width: 80px;
+  height: 30px;
+  font-size: 14px;
+  border-radius: 5px;
+  box-shadow: 2px 2px 15px -5px #378ef1;
+   border: 1px solid transparent;
+  background-color: #fff;
+}
+
+.jimu-widget-BOXInteractive .but:hover {
+  box-shadow: 2px 2px 25px -5px #1679eb;
+} */
\ No newline at end of file

--
Gitblit v1.9.3