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 }