From eb13d858f786ecb1a9de73f2ee7102f4710002ea Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 05 Jun 2021 09:55:33 +0800
Subject: [PATCH] 样式

---
 widgets/instructions/css/style.css |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/widgets/instructions/css/style.css b/widgets/instructions/css/style.css
index 1790e16..17b6070 100644
--- a/widgets/instructions/css/style.css
+++ b/widgets/instructions/css/style.css
@@ -6,8 +6,8 @@
   width: 200px !important;
   right: auto !important;
   bottom: auto !important;
-  left: calc(10%) !important;
-  top: 20px !important;
+  left: 260px;
+  top: 40px !important;
   /* 240px */
   background: rgba(255, 255, 255, 1);
   color: #fff;
@@ -21,6 +21,7 @@
   display: flex;
   align-items: center;
   justify-content: center;
+  transition: all 0.5s;
 }
 
 .jimu-widget-instructions img {

--
Gitblit v1.9.3