From e0eddf0005bdc85886b81f064b7d3a3e153ba766 Mon Sep 17 00:00:00 2001 From: K <1175047471@qq.com> Date: Fri, 26 Jan 2024 10:05:37 +0800 Subject: [PATCH] style(Verify): remove mask background color --- src/components/Verifition/src/style/verify.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Verifition/src/style/verify.css b/src/components/Verifition/src/style/verify.css index 0eb4abd..5100d4d 100644 --- a/src/components/Verifition/src/style/verify.css +++ b/src/components/Verifition/src/style/verify.css @@ -1,6 +1,6 @@ .verifybox { position: relative; - top: 25%; + top: 20%; left: 50%; box-sizing: border-box; background-color: #fff; @@ -43,7 +43,6 @@ z-index: 1001; width: 100%; height: 100vh; - background: rgb(0 0 0 / 30%); /* display: none; */ transition: all 0.5s;