From 716ab46fb071ed48bc75d10fabed66bd8fcae6f1 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 22 七月 2024 15:45:11 +0800
Subject: [PATCH] 代码提交
---
wechat_jiaxuan/pages/design/design.wxss | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/wechat_jiaxuan/pages/design/design.wxss b/wechat_jiaxuan/pages/design/design.wxss
index 99a7bf2..cb51faa 100644
--- a/wechat_jiaxuan/pages/design/design.wxss
+++ b/wechat_jiaxuan/pages/design/design.wxss
@@ -1,5 +1,6 @@
.banner {
width: 100%;
+ padding-bottom: 100rpx;
}
.main_content {
width: 670rpx;
@@ -33,6 +34,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 +62,6 @@
margin-bottom: 34rpx;
text-align: center;
}
+.area-list .van-picker__confirm {
+ color: #B08771;
+}
--
Gitblit v1.9.3