From fc2f4086ed83cd8077d3a5772ceebeb8e2858247 Mon Sep 17 00:00:00 2001 From: KFACBT Date: Thu, 15 Feb 2024 02:27:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=8F=9C=E5=8D=95=E5=BA=95?= =?UTF-8?q?=E6=A0=8F=E4=BB=A5=E5=8F=8A=20CSS=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.min.css | 10 ++++++++++ index.html | 19 +++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/assets/css/style.min.css b/assets/css/style.min.css index 687dee5..bebca8e 100644 --- a/assets/css/style.min.css +++ b/assets/css/style.min.css @@ -84,4 +84,14 @@ footer { line-height: 1.5; margin-top: -16px; margin-bottom: 16px; +} + +/* 设置 Copyright 的样式 */ + +.copyright { + box-sizing: border-box; + width: 100%; + padding: 10px 16px; + position: absolute; + bottom: 0; } \ No newline at end of file diff --git a/index.html b/index.html index f457e50..340be6c 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,8 @@
+ +
layers @@ -43,6 +45,7 @@
+
person @@ -55,6 +58,22 @@ GitHub
+ + + + + + + +