From 402bc6302c7e23949b473c70b9679a11d303129b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 15 Jun 2021 11:45:53 +0800
Subject: [PATCH] 工具样式
---
widgets/Sign/css/style.css | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/widgets/Sign/css/style.css b/widgets/Sign/css/style.css
index ce4c3d7..f551590 100644
--- a/widgets/Sign/css/style.css
+++ b/widgets/Sign/css/style.css
@@ -3,12 +3,13 @@
height: 320px;
background-color: rgb(255, 255, 255);
font-size: 14px;
- border: 1px solid rgb(69, 154, 251);
+ /* border: 1px solid rgb(69, 154, 251); */
/* opacity : .8; */
color: rgb(0, 0, 0);
font-size: 16px;
display: none;
border-radius: 5px;
+ box-shadow: 0 0 8px #fff;
}
#sign_table {
@@ -48,8 +49,14 @@
}
.sign-head-th-xx {
- font-size: 30px;
+ /* font-size: 25px; */
+ width: 25px;
cursor: pointer;
+ /* font-weight: 100; */
+ /* border: 1px solid springgreen; */
+}
+.sign-head-th-xx:hover{
+ color: red;
}
.sign-head-td {
--
Gitblit v1.9.3