From a45cafe6f15de967e93896b819ab95d1f51df00a Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 21 Oct 2025 11:43:32 +0800 Subject: [PATCH] =?UTF-8?q?bike=E9=A1=B5=E9=9D=A2css=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/cssBike/index.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/public/cssBike/index.css b/public/cssBike/index.css index fdec5e2..54fcb0b 100644 --- a/public/cssBike/index.css +++ b/public/cssBike/index.css @@ -317,13 +317,14 @@ .use-scene-info { color: #fff; - width: 90%; + width: 256px; margin: 0 auto; text-align: center; position: absolute; bottom: -200px; - left: 5%; + left: 50%; + transform: translateX(-50%); transition: bottom 1s; -moz-transition: bottom 1s; /* Firefox 4 */ -webkit-transition: bottom 1s; /* Safari 和 Chrome */ @@ -1017,7 +1018,7 @@ .solut-detail ul li { width: 80px; - height: 90px; + margin: 8px 12px; } @@ -1061,14 +1062,14 @@ } .use-scene ul { - height: 1550px; + height: 2050px; width: 100%; margin: 0 auto; } .use-scene ul li { width: 100%; - height: 380px; + height: 500px; margin-bottom: 16px; }