From 1de4a6286d0cf43f83532b8bae4e07f865d396e1 Mon Sep 17 00:00:00 2001 From: kura Date: Mon, 11 May 2026 11:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BD=9C=E8=80=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/file/index.vue | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/pages/file/index.vue b/src/pages/file/index.vue index 8902ce0..5fb14ad 100644 --- a/src/pages/file/index.vue +++ b/src/pages/file/index.vue @@ -122,6 +122,9 @@ + @@ -640,6 +643,25 @@ input:disabled { color: #007aff; } +.author-footer { + position: fixed; + right: 16px; + bottom: 12px; + z-index: 999; + line-height: 1; +} + +.author-footer a { + color: #bbb; + font-size: 12px; + text-decoration: none; + transition: color 0.2s; +} + +.author-footer a:hover { + color: #007aff; +} + /* 移动端适配样式 */ @media screen and (max-width: 768px) { .status-bar {