From adee7a71ba7ab1b63cab63381dfe1846437853d6 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期四, 02 三月 2023 17:37:05 +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