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

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

diff --git a/wechat_jiaxuan/pages/design/design.wxss b/wechat_jiaxuan/pages/design/design.wxss
index f347b2a..6ad5800 100644
--- a/wechat_jiaxuan/pages/design/design.wxss
+++ b/wechat_jiaxuan/pages/design/design.wxss
@@ -1,11 +1,12 @@
 .banner {
+  top: -115rpx;
   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,8 +35,16 @@
   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;
+  height: 32rpx;
 }
 .main_content .line .city {
   flex: 1;

--
Gitblit v1.9.3