From a1ee74f4c84feaec75f3f4872b4d4bdee71e5a4d Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 7 Jun 2022 14:49:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E4=B8=AA=E6=AF=9B=E7=8E=BB=E7=92=83?= =?UTF-8?q?=E8=AF=95=E8=AF=95=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/utils/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/utils/index.js b/examples/utils/index.js index e47b46b5..cdd00bc4 100644 --- a/examples/utils/index.js +++ b/examples/utils/index.js @@ -68,7 +68,9 @@ export const waiting = { div.style.textAlign = 'center' div.style.lineHeight = '100vh' div.style.color = '#26f' - div.style.background = 'rgba(0,0,0,.8)' + div.style.fontSize = '20px' + div.style.background = 'rgba(255,255,255,.8)' + div.style.backdropFilter = 'blur(6px)' document.body.appendChild(div) } else if (count < 10) { setTimeout(() => this.init(ops, ++count), 500)