From a75b18a4157ab486e0b51c438ac165ab3a08e3e0 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 25 七月 2024 18:10:00 +0800
Subject: [PATCH] 代码提交
---
wechat_jiaxuan/pages/design/design.wxss | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/pages/design/design.wxss b/wechat_jiaxuan/pages/design/design.wxss
index 99a7bf2..00aeed7 100644
--- a/wechat_jiaxuan/pages/design/design.wxss
+++ b/wechat_jiaxuan/pages/design/design.wxss
@@ -1,10 +1,12 @@
.banner {
width: 100%;
+ position: relative;
+ top: -100rpx;
}
.main_content {
width: 670rpx;
position: relative;
- top: -100rpx;
+ top: -120rpx;
margin: 0 auto;
background: #FFFFFF;
box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0, 0, 0, 0.14);
@@ -33,6 +35,13 @@
padding: 0 32rpx;
margin-bottom: 40rpx;
}
+.main_content .line .city_picler {
+ flex: 1;
+ padding-left: 30rpx;
+}
+.main_content .line .city_picler .placeholder9 {
+ color: #c8c9cc;
+}
.main_content .line .icon {
width: 40rpx;
}
@@ -54,3 +63,6 @@
margin-bottom: 34rpx;
text-align: center;
}
+.area-list .van-picker__confirm {
+ color: #B08771;
+}
--
Gitblit v1.9.3