From 0f88a14122cd81a00ea68504bb47f2912574f1f0 Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Mon, 3 Mar 2025 15:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=A5=E5=85=B7=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=B8=8B=E5=88=92=E7=BA=BF=E9=95=BF=E5=BA=A6=E4=B8=8D?= =?UTF-8?q?=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index bed0fd8..765bc53 100644 --- a/styles.css +++ b/styles.css @@ -250,6 +250,7 @@ body.no-scroll { margin-bottom: 10px; /* 给logo和名称之间留出间距 */ border-radius: 8px; /* 设置圆角矩形 */ object-fit: cover; /* 保证图片不会被拉伸或变形 */ + display:block; } /* 工具名称的样式 */ @@ -261,7 +262,7 @@ body.no-scroll { color: #333; text-decoration: none; position: relative; /* 使下划线定位相对 */ - display: block; /* 确保工具名称独占一行 */ + display: inline-block; /* 确保工具名称独占一行 */ text-align: left; /* 左对齐 */ }