From a40dedacd26d962bbb57a4be14b8357e27f6dea3 Mon Sep 17 00:00:00 2001 From: Zhu Zhonghua <zhonghua@qq.com> Date: 星期一, 14 四月 2025 10:26:23 +0800 Subject: [PATCH] 修改loading的背景色 --- index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/index.html b/index.html index a517e17..01c7ef9 100644 --- a/index.html +++ b/index.html @@ -122,7 +122,7 @@ top: 0; width: 51%; height: 100%; - background: #7171C6; + background: #4177dc; z-index: 1000; -webkit-transform: translateX(0); -ms-transform: translateX(0); -- Gitblit v1.9.3