From 412ac92297c364c47c412f5db5637353b18caf5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=9C=E8=8F=9C=E9=85=B1?= Date: Fri, 12 Sep 2025 18:29:38 +0800 Subject: [PATCH] style: css --- src/pages/result/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/result/index.css b/src/pages/result/index.css index 2cba1ed..e27bfc5 100644 --- a/src/pages/result/index.css +++ b/src/pages/result/index.css @@ -73,13 +73,13 @@ align-items: center; justify-content: center; gap: 24px; - margin-bottom: 64px; + margin-bottom: 48px; } /* 下载按钮 - 大按钮 */ .download-btn { width: 480px; - height: 80px; + height: 96px; background: #1D1F22; border-radius: 28px; display: flex; @@ -93,7 +93,7 @@ /* 查看按钮 - 小按钮 */ .view-btn { flex: 1; - height: 80px; + height: 96px; border: 1px solid #1d1f22; border-radius: 28px; display: flex;