From d12e030d8a7690d79c5786bc2a786b6c21a24433 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 18 Jun 2021 16:31:13 +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