From e2250be889d565ae3c38cf0f0c0d0f7939c2dc94 Mon Sep 17 00:00:00 2001 From: Yaosanqi137 Date: Thu, 12 Feb 2026 22:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9404=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/content.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/assets/css/content.css b/assets/css/content.css index 22736a2..2bed948 100644 --- a/assets/css/content.css +++ b/assets/css/content.css @@ -8,6 +8,29 @@ padding-top: 0; } +/* --- 404 Page --- */ +.error-404 { + display: flex; + align-items: center; + justify-content: center; + text-align: center; + padding: 80px 0; +} + +.error-404 .container { + display: flex; + justify-content: center; + width: 100%; +} + +.error-content { + max-width: 520px; +} + +.error-title { + font-size: 4rem; +} + /* --- 首页内容区块容器 --- */ .content-section { padding: 80px 0;