From 0b0a35f9d78e0c03ccdd6ca94d9855787b208b59 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 18 七月 2025 14:33:11 +0800 Subject: [PATCH] fix: s --- 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