From 0a512371109a03fb472643c149029486562354ea Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Wed, 26 Jun 2024 16:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(UI):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E4=B8=AD=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/public/index.html b/public/index.html index 6cd54899..ed5f948b 100644 --- a/public/index.html +++ b/public/index.html @@ -30,12 +30,6 @@ margin: 0px; padding: 0px; } - .chromeframe { - margin: 0.2em 0; - background: #ccc; - color: #000; - padding: 0.2em 0; - } #loader-wrapper { position: fixed; @@ -56,7 +50,7 @@ margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; - border-top-color: #FFF; + border-top-color: #409eff; -webkit-animation: spin 2s linear infinite; -ms-animation: spin 2s linear infinite; -moz-animation: spin 2s linear infinite; @@ -74,7 +68,7 @@ bottom: 5px; border-radius: 50%; border: 3px solid transparent; - border-top-color: #FFF; + border-top-color: #409eff; -webkit-animation: spin 3s linear infinite; -moz-animation: spin 3s linear infinite; -o-animation: spin 3s linear infinite; @@ -91,7 +85,7 @@ bottom: 15px; border-radius: 50%; border: 3px solid transparent; - border-top-color: #FFF; + border-top-color: #409eff; -moz-animation: spin 1.5s linear infinite; -o-animation: spin 1.5s linear infinite; -ms-animation: spin 1.5s linear infinite; @@ -132,7 +126,7 @@ top: 0; width: 51%; height: 100%; - background: #7171C6; + background: #fff; z-index: 1000; -webkit-transform: translateX(0); -ms-transform: translateX(0); @@ -189,7 +183,7 @@ #loader-wrapper .load_title { font-family: 'Open Sans'; - color: #FFF; + color: #409eff; font-size: 19px; width: 100%; text-align: center;