From 703cf5cba71f1fdb7dd4bb54c0c26bed9d005717 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期五, 11 二月 2022 15:14:50 +0800
Subject: [PATCH] 2-11 修改颜色

---
 src/main/webapp/static/css/style.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/css/style.css b/src/main/webapp/static/css/style.css
index cc0b3f1..0fc5e0f 100644
--- a/src/main/webapp/static/css/style.css
+++ b/src/main/webapp/static/css/style.css
@@ -262,7 +262,7 @@
 
 .over-color{
 	background-color: #aeafaf;
-	opacity: 0.5;
+	opacity: 1;
 
 
 }

--
Gitblit v1.9.1