From a5b2428bc6ebac0210e4c552f61e7c5e1f1c9134 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期四, 24 十一月 2022 15:25:48 +0800
Subject: [PATCH] 优化多项

---
 web/web/Welcome.aspx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/web/Welcome.aspx b/web/web/Welcome.aspx
index 484ddde..5fd87f3 100644
--- a/web/web/Welcome.aspx
+++ b/web/web/Welcome.aspx
@@ -4,21 +4,21 @@
 
     <style type="text/css">
         .dotRed {
-		  //position: absolute;
+		  /*position: absolute;*/
 		  width: 15px;
 		  height: 15px;
 		  border-radius: 100%;
 		  background: #FF0000;
-		  //box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
+		  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);*/
 		}
         
         .dotGreen {
-		  //position: absolute;
+		  /*//position: absolute;*/
 		  width: 15px;
 		  height: 15px;
 		  border-radius: 100%;
 		  background: #00FF00;
-		  //box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
+		  /*//box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);*/
 		}
     </style>
     <script type="text/javascript">

--
Gitblit v1.9.1