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

---
 wechat_jiaxuan/pages/design/design.less |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/wechat_jiaxuan/pages/design/design.less b/wechat_jiaxuan/pages/design/design.less
index f9f0e9d..b1c6899 100644
--- a/wechat_jiaxuan/pages/design/design.less
+++ b/wechat_jiaxuan/pages/design/design.less
@@ -1,12 +1,12 @@
 .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);
@@ -35,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;
     }

--
Gitblit v1.9.3