From 86fc8bbb09df7bbeb50fa714ff8bb4aea85ffef5 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 15:57:17 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/design/design.wxss |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/design/design.wxss b/wechat_jiaxuan/pages/design/design.wxss
index f347b2a..081c805 100644
--- a/wechat_jiaxuan/pages/design/design.wxss
+++ b/wechat_jiaxuan/pages/design/design.wxss
@@ -1,11 +1,11 @@
 .banner {
   width: 100%;
-  padding-bottom: 100rpx;
+  position: relative;
 }
 .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);
@@ -34,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;
 }

--
Gitblit v1.9.3