From 48dd8be3d25e5b6d8bfa57ad757569f470f5ff74 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 12 七月 2024 15:49:25 +0800
Subject: [PATCH] update组件
---
common/global.scss | 46 +++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 43 insertions(+), 3 deletions(-)
diff --git a/common/global.scss b/common/global.scss
index 8e39aac..9ea6dc9 100644
--- a/common/global.scss
+++ b/common/global.scss
@@ -54,16 +54,44 @@
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-top: calc(50% + 200rpx);
+ margin: 0 auto;
+ margin-top: 160rpx;
- margin-left: 78rpx - 26rpx;
+ // margin-left: 78rpx - 26rpx;
width: 594rpx;
+
background: linear-gradient(180deg, #D8F0EE 0%, #FFFFFF 100%);
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;
}
@@ -83,3 +111,15 @@
margin-top: 50rpx;
}
}
+
+
+.component-filter-container {
+ display: flex;
+ .flex1 {
+ text-align: center;
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #000000;
+ line-height: 34rpx;
+ }
+}
\ No newline at end of file
--
Gitblit v1.9.3