From 24d599247b33a9c9b928d887465c3dcec9f9ba63 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期三, 23 十一月 2022 09:26:59 +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