From c72c347e7e4f8dd7935cb2d16b8bfb4e8981c1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Tue, 24 Mar 2026 19:30:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/view-pdf/pdf.html | 245 ++++++++++++++++++----------------- 1 file changed, 127 insertions(+), 118 deletions(-) diff --git a/src/static/view-pdf/pdf.html b/src/static/view-pdf/pdf.html index b6b4b327..c34e2b08 100644 --- a/src/static/view-pdf/pdf.html +++ b/src/static/view-pdf/pdf.html @@ -1,126 +1,135 @@ - - - - - - - - - - 详情 - - - - - - -
-
+
-
100
-
%
-
-
-
-
- - - - - - + .operate { + position: fixed; + bottom: 20px; + right: 20px; + width: 100px; + padding: 5px; + display: flex; + background-color: rgba(0, 0, 0, 0.1); + border-radius: 5px; + z-index: 9999; + } + + #up, + #down { + width: 20px; + height: 20px; + line-height: 20px; + font-size: 18px; + text-align: center; + } + + #number { + width: 50px; + text-align: center; + line-height: 20px; + } + + #percent { + line-height: 20px; + } + + #down { + margin-left: 10px; + } + + /* #pdf-view { + padding-bottom: 40px; + } */ + + + + +
+
+
+
100
+
%
+
-
+
+
+ + + + + + \ No newline at end of file