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

---
 wechat_jiaxuan/pages/index/index.wxss |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wechat_jiaxuan/pages/index/index.wxss b/wechat_jiaxuan/pages/index/index.wxss
index 8962a9f..57cf50e 100644
--- a/wechat_jiaxuan/pages/index/index.wxss
+++ b/wechat_jiaxuan/pages/index/index.wxss
@@ -97,7 +97,7 @@
   width: 100%;
 }
 .container .strategy {
-  padding: 40rpx 40rpx;
+  padding: 80rpx 40rpx;
   background: #F7F7F7;
 }
 .container .strategy .item {
@@ -122,14 +122,14 @@
 }
 .container .strategy .line .line_left {
   width: 324rpx;
-  height: 304rpx;
+  height: 340rpx;
 }
 .container .strategy .line .line_right .item {
   width: 322rpx;
-  height: 140rpx;
+  height: 160rpx;
 }
 .container .strategy .line .line_right .item:nth-last-child(1) {
-  margin-top: 24rpx;
+  margin-top: 20rpx;
 }
 .container .strategy .home_id {
   width: 670rpx;

--
Gitblit v1.9.3