From f5a905910d5fcbde351e0156cb4300bec06434c2 Mon Sep 17 00:00:00 2001 From: weizong song Date: Fri, 5 Jun 2026 14:58:23 +0800 Subject: [PATCH] =?UTF-8?q?welcome=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/welcome.blade.php | 42 ++++++++++++++++++------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index dfa516a..88fead9 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -21,8 +21,10 @@ body { margin: 0; min-height: 100vh; - display: grid; - place-items: center; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; padding: 24px; background: var(--bg); color: var(--text); @@ -52,22 +54,27 @@ line-height: 1.7; } - a { - display: inline-flex; - align-items: center; - justify-content: center; - min-height: 42px; - margin-top: 28px; - padding: 0 18px; - border-radius: 6px; - background: var(--primary); - color: #fff; - font-size: 15px; - font-weight: 600; + footer { + position: fixed; + right: 24px; + bottom: 18px; + left: 24px; + text-align: center; + font-size: 13px; + color: var(--muted); + } + + footer a { + color: inherit; text-decoration: none; } - a:focus { + footer a:hover { + color: var(--text); + text-decoration: underline; + } + + footer a:focus { outline: 3px solid rgba(37, 99, 235, 0.25); outline-offset: 2px; } @@ -76,8 +83,9 @@

欢迎访问 2026 江苏省新消费创新创业大赛报名与评审系统

-

系统已正常运行。

- 进入系统
+