From 78d2c1a2f7d57500b70e86d6138f2a5e62d0f0fd Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期三, 26 六月 2024 20:19:26 +0800
Subject: [PATCH] 1
---
common/global.scss | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/common/global.scss b/common/global.scss
index 82d22b4..c06dcfa 100644
--- a/common/global.scss
+++ b/common/global.scss
@@ -54,7 +54,14 @@
color: #696969;
}
}
-
+.component-line-vert{
+ width: 2rpx;
+ background-color: #EEEEEE;
+}
+.component-popup_input.white{
+ background: #fff;
+
+}
.component-popup_input{
margin: 0 auto;
margin-top: calc(50% + 200rpx);
@@ -66,6 +73,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