From ebc6e7ee67f13e7aa311e737dfcb4c5caed112ee Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 15 八月 2024 18:23:57 +0800
Subject: [PATCH] ll

---
 wechat_jiaxuan/pages/design/design.less |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/design/design.less b/wechat_jiaxuan/pages/design/design.less
index a4e63bc..1122c15 100644
--- a/wechat_jiaxuan/pages/design/design.less
+++ b/wechat_jiaxuan/pages/design/design.less
@@ -1,12 +1,13 @@
 .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);
@@ -44,6 +45,7 @@
     }
     .icon {
       width: 40rpx;
+      height: 32rpx;
     }
     .city{
       flex: 1;

--
Gitblit v1.9.3