From 5c662c1ef12535572445e075085c9122448e0138 Mon Sep 17 00:00:00 2001 From: Sense T Date: Wed, 20 May 2026 06:10:54 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/pages/index/index.less b/src/pages/index/index.less index e69de29..770ef25 100644 --- a/src/pages/index/index.less +++ b/src/pages/index/index.less @@ -0,0 +1,13 @@ +.index { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; + flex-wrap: nowrap; + margin-top: 15em; +} + +.index > .small-text { + color: gray; + font-size: 14pt; +} \ No newline at end of file