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/feature5.less | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/Home/less/feature5.less b/src/Home/less/feature5.less index aa2678d..bddc4c3 100644 --- a/src/Home/less/feature5.less +++ b/src/Home/less/feature5.less @@ -1,17 +1,19 @@ @content7: content7; .@{content7}-wrapper { - min-height: 720px; + height: 802px; .@{content7} { - >h1, - >p { + > h1, + > p { text-align: center; } &-tag { - & i { + display: flex; + align-items: center; + & i, + & img { width: 12px; height: 14px; - display: inline-block; - vertical-align: middle; + display: block; margin-right: 5px; } &-name { @@ -49,7 +51,7 @@ @media screen and (max-width: 767px) { .@{content7}-wrapper { - min-height: 980px; + min-height: 1000px; overflow: hidden; .@{content7} { max-width: 100%; -- Gitblit v1.9.1