From 98f4b7ec4164ec1c6798c8c4188b93f4ce48ec46 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期三, 10 七月 2024 23:39:57 +0800
Subject: [PATCH] update收获地址
---
common/global.scss | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/common/global.scss b/common/global.scss
index c06dcfa..dfc6f48 100644
--- a/common/global.scss
+++ b/common/global.scss
@@ -62,9 +62,20 @@
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);
+ margin-top: 160rpx;
// margin-left: 78rpx - 26rpx;
width: 594rpx;
@@ -100,3 +111,4 @@
margin-top: 50rpx;
}
}
+
--
Gitblit v1.9.3