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;