From 076b2a90d0ddd75e4e27d3813b6143abbca25597 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 24 七月 2024 17:40:09 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/index/index.less |   32 +++++++++++++++++++++++---------
 1 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/wechat_jiaxuan/pages/index/index.less b/wechat_jiaxuan/pages/index/index.less
index 563571a..6d34ac1 100644
--- a/wechat_jiaxuan/pages/index/index.less
+++ b/wechat_jiaxuan/pages/index/index.less
@@ -19,6 +19,15 @@
     image {
       width: 100%;
     }
+    .scroll_text{
+      height: 100rpx;
+      width: 670rpx;
+      white-space: nowrap;
+          overflow: hidden;//鏂囨湰瓒呭嚭闅愯棌
+          text-overflow: ellipsis;
+      padding-top: 20rpx;
+      font-size: 32rpx;
+    }
   }
 
   .logo_wrap {
@@ -26,9 +35,8 @@
     display: flex;
     justify-content: center;
     align-items: center;
-    padding: 60rpx 0;
+    padding: 0 0 60rpx;
     background-color: #fff;
-
     .logo {
       width: 246rpx;
     }
@@ -82,7 +90,7 @@
 
   // 浜у搧瑙嗛
   .product_video {
-    padding: 72rpx 40rpx;
+    padding: 40rpx 40rpx;
     background-color: #fff;
 
     .video_wrap {
@@ -106,7 +114,7 @@
   }
 
   .strategy {
-    padding: 80rpx 40rpx;
+    padding: 40rpx 40rpx;
     background: #F7F7F7;
 
     .item {
@@ -158,7 +166,7 @@
 
   // 鍜ㄨ
   .consult {
-    padding: 80rpx 40rpx 60rpx;
+    padding: 40rpx 40rpx 60rpx;
     background: #fff;
   }
 
@@ -176,15 +184,14 @@
 
     .left {
       font-weight: 600;
-      font-size: 36rpx;
+      font-size: 34rpx;
       color: #111111;
-      line-height: 50rpx;
+      line-height: 34rpx;
       flex: 1;
-
       .name {
         display: flex;
         align-items: center;
-
+        margin-bottom: 10rpx;
         .icon {
           width: 36rpx;
           height: 36rpx;
@@ -206,6 +213,13 @@
 
   }
 }
+.auth{
+  background-color: #fff;
+}
+.home_title{
+  font-weight: 600;
+  font-size: 38rpx;
+}
 
 .top-head-transparent {
   background-color: transparent !important;

--
Gitblit v1.9.3