From da42171d4505c41ccbbd53c07e40283360ca7a6a Mon Sep 17 00:00:00 2001 From: LCJ-MinYa <1049468118@qq.com> Date: Thu, 4 Dec 2025 17:12:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8B=96=E6=8B=BD=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demoHtml/flex/css/index.css | 15 +++++++ demoHtml/flex/index.html | 32 +++++++++++--- demoHtml/flex/js/index.js | 87 +++++++++++++++++++++++++++++++++---- 3 files changed, 121 insertions(+), 13 deletions(-) diff --git a/demoHtml/flex/css/index.css b/demoHtml/flex/css/index.css index bf204ba..83a42dc 100644 --- a/demoHtml/flex/css/index.css +++ b/demoHtml/flex/css/index.css @@ -201,3 +201,18 @@ html { grid-template-columns: 1fr; } } + +.wait-box { + display: flex; + flex: 1; + align-items: center; + justify-content: center; + width: 100%; + height: 100%; +} +.show { + display: block; +} +.hidden { + display: none; +} diff --git a/demoHtml/flex/index.html b/demoHtml/flex/index.html index e5453ed..7fd6275 100644 --- a/demoHtml/flex/index.html +++ b/demoHtml/flex/index.html @@ -54,7 +54,8 @@