From b5c58e12161e0bcb924fc3482ac10ed340e1a50c Mon Sep 17 00:00:00 2001 From: Kakune55 Date: Mon, 22 Apr 2024 08:55:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=BA=86=E9=9A=90?= =?UTF-8?q?=E7=A7=81=E4=BF=9D=E6=8A=A4=E7=9A=84=E6=A8=A1=E7=B3=8A=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E6=B2=A1=E6=9C=89=E5=9C=A8safari=E4=B8=AD=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/book.html | 4 ++-- templates/overview.html | 3 ++- templates/upload.html | 10 +++++++--- templates/view.html | 3 ++- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/templates/book.html b/templates/book.html index 32452fa..f500658 100644 --- a/templates/book.html +++ b/templates/book.html @@ -76,14 +76,14 @@
- 封面 + 封面

{{ data[0][2] }}

时间: {{time}}

暂无评价

- +
diff --git a/templates/overview.html b/templates/overview.html index 6801f7f..5b120ec 100644 --- a/templates/overview.html +++ b/templates/overview.html @@ -47,6 +47,7 @@ width: 100%; height: 100%; backdrop-filter: blur(10px); + -webkit-backdrop-filter: blur(10px); /* 模糊度可以根据需要调整 */ transition: display; z-index: 1; @@ -54,7 +55,7 @@ pointer-events: none; /* 确保遮罩不影响下方元素的交互 */ opacity: 0; - transition: opacity 0.3s ease + transition: opacity 0.1s ease } diff --git a/templates/upload.html b/templates/upload.html index 6912f48..3885e81 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -1,5 +1,6 @@ + @@ -16,6 +17,7 @@ } +

文件上传

@@ -25,9 +27,10 @@
-
+
-
+
上传进度0%
@@ -84,4 +87,5 @@ } - + + \ No newline at end of file diff --git a/templates/view.html b/templates/view.html index 2d5da36..42341f5 100644 --- a/templates/view.html +++ b/templates/view.html @@ -40,6 +40,7 @@ width: 100%; height: 100%; backdrop-filter: blur(12px); + -webkit-backdrop-filter: blur(12px); /* 模糊度可以根据需要调整 */ transition: display; z-index: 1; @@ -47,7 +48,7 @@ pointer-events: none; /* 确保遮罩不影响下方元素的交互 */ opacity: 0; - transition: opacity 0.3s ease + transition: opacity 0.1s ease }