From 5c33978e9e3e934378d8f2153a2cd919b1cb6ddd Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 10 七月 2025 18:05:41 +0800
Subject: [PATCH] init

---
 src/Home/less/feature4.less |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/Home/less/feature4.less b/src/Home/less/feature4.less
index 8ccb090..b745eb1 100644
--- a/src/Home/less/feature4.less
+++ b/src/Home/less/feature4.less
@@ -1,14 +1,16 @@
 @content6: content6;
 .@{content6}-wrapper {
   min-height: 720px;
+  padding-top: 64px;
   .@{content6} {
     height: 100%;
     display: flex;
     align-items: center;
+    padding-top: 0;
 
     &-text {
       min-height: 424px;
-      >*.queue-anim-leaving {
+      > *.queue-anim-leaving {
         position: relative !important;
       }
       .title-h1 {
@@ -49,7 +51,7 @@
 
 @media screen and (max-width: 767px) {
   .@{content6}-wrapper {
-    height: 860px;
+    height: 1114px;
     overflow: hidden;
     .@{content6} {
       display: block;
@@ -59,8 +61,8 @@
         width: 100%;
       }
       &-text {
-        >h1,
-        >p {
+        > h1,
+        > p {
           text-align: center;
         }
         > h1 {

--
Gitblit v1.9.1