From 4d8ef5d02421b1bb60f575e56b75d43a1ea4c2bb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Jun 2021 14:56:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

---
 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