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 @@
-
-
-
-
-
-
-
-
-
- 详情
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ .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;
+ } */
+
+
+
+
+
+
+
+
+
+
+
+