From b7fd27a4a7ac72eef5fc142cae9bb63fe69ef233 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 22 七月 2024 15:34:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_jiaxuan/pages/design/design.less | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/pages/design/design.less b/wechat_jiaxuan/pages/design/design.less
index 27fcdd6..a4e63bc 100644
--- a/wechat_jiaxuan/pages/design/design.less
+++ b/wechat_jiaxuan/pages/design/design.less
@@ -1,5 +1,6 @@
.banner {
width: 100%;
+ padding-bottom: 100rpx;
}
.main_content {
@@ -34,7 +35,13 @@
border-radius: 8rpx;
padding: 0 32rpx;
margin-bottom: 40rpx;
-
+ .city_picler{
+ flex: 1;
+ padding-left: 30rpx;
+ .placeholder9{
+ color: #c8c9cc;
+ }
+ }
.icon {
width: 40rpx;
}
@@ -59,4 +66,9 @@
margin-bottom: 34rpx;
text-align: center;
}
+}
+.area-list {
+ .van-picker__confirm{
+ color: #B08771;
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3