From 3a900f686c74a307191b76c1e5e861a95d1bdb05 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期四, 27 六月 2024 15:48:42 +0800
Subject: [PATCH] 1

---
 common/global.scss |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/common/global.scss b/common/global.scss
index 82d22b4..4a682d6 100644
--- a/common/global.scss
+++ b/common/global.scss
@@ -54,10 +54,28 @@
 		color: #696969;
 	}
 }
-
+.component-line-vert{
+	width: 2rpx;
+	background-color: #EEEEEE;
+}
+.component-popup_input.white{
+	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;
@@ -66,6 +84,14 @@
 	border-radius: 16rpx;
 	padding: 26rpx;
 	position: relative;
+	.title{
+		font-weight: 400;
+		font-size: 28rpx;
+		color: #333333;
+		line-height: 42rpx;
+		text-align: center;
+		margin-bottom: 32rpx;
+	}
 	.uni-easyinput{
 		width: auto !important;
 	}

--
Gitblit v1.9.3