From 36f5a552738ff64d35e5508a1db8c2249b9187b0 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期四, 27 六月 2024 14:25:33 +0800
Subject: [PATCH] update1

---
 common/global.scss |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/common/global.scss b/common/global.scss
index c06dcfa..7e6edbf 100644
--- a/common/global.scss
+++ b/common/global.scss
@@ -62,6 +62,17 @@
 	background: #fff;
 	
 }
+.component-bg{
+	position: absolute;
+    left: 0;
+    right: 0;
+    bottom: 0;
+    top: 0;
+    width: 100%;
+    height: 100;
+    height: 100%;
+    z-index: -1;
+}
 .component-popup_input{
 	margin: 0 auto;
 	margin-top: calc(50% + 200rpx);

--
Gitblit v1.9.3