From d8d0f5fb17025c8ea92ef9f03ad5cc57d18b3b16 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 24 Jun 2021 09:08:54 +0800
Subject: [PATCH] xj
---
widgets/null/css/style.css | 24 ++++++++++++++++++++----
1 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/widgets/null/css/style.css b/widgets/null/css/style.css
index c1a5ab4..ce85f40 100644
--- a/widgets/null/css/style.css
+++ b/widgets/null/css/style.css
@@ -15,12 +15,28 @@
}
.jimu-widget-null .closeOUR {
- /* position: relative;
- left: 3px;
- font-size: 18px; */
+ position: absolute;
+ right: 5px;
+ top: 5px;
+ font-size: 18px;
cursor: pointer;
}
.jimu-widget-null .closeOUR:hover {
color: red;
-}
\ No newline at end of file
+}
+
+/* .jimu-widget-null .but {
+ line-height: 30px;
+ width: 80px;
+ height: 30px;
+ font-size: 16px;
+ border-radius: 5px;
+ box-shadow: 2px 2px 15px -5px #378ef1;
+ border: 1px solid transparent;
+ background-color: #fff;
+}
+
+.jimu-widget-null .but:hover {
+ box-shadow: 2px 2px 25px -5px #1679eb;
+} */
\ No newline at end of file
--
Gitblit v1.9.3