-
+ href="/author/index.html">作家专区
diff --git a/novel-front/src/main/resources/templates/mobile/book/book_content.html b/novel-front/src/main/resources/templates/mobile/book/book_content.html
index 4c7658d..46fbe77 100644
--- a/novel-front/src/main/resources/templates/mobile/book/book_content.html
+++ b/novel-front/src/main/resources/templates/mobile/book/book_content.html
@@ -161,11 +161,6 @@
text-align: center;
}
- #footer {
- padding-top: 10px;
- line-height: 43px;
- }
-
@@ -320,8 +315,6 @@
}
})
- $("#content").css("min-height", ($(window).height() - 60) + "px");
-
})();
diff --git a/novel-front/src/main/resources/templates/mobile/book/book_detail.html b/novel-front/src/main/resources/templates/mobile/book/book_detail.html
index aff86f0..824d863 100644
--- a/novel-front/src/main/resources/templates/mobile/book/book_detail.html
+++ b/novel-front/src/main/resources/templates/mobile/book/book_detail.html
@@ -289,8 +289,6 @@
}
- $("#content").css("min-height", ($(window).height() - 60) + "px");
-
function downloadFile() {
var fileUrl = '/book/download?bookId=' + $("#bookIdHidden").val() + '&bookName=' + $("#bookNamedHidden").val();
window.location.href = fileUrl;
diff --git a/novel-front/src/main/resources/templates/mobile/book/book_index.html b/novel-front/src/main/resources/templates/mobile/book/book_index.html
index 7f9de7b..e9cd2c1 100644
--- a/novel-front/src/main/resources/templates/mobile/book/book_index.html
+++ b/novel-front/src/main/resources/templates/mobile/book/book_index.html
@@ -36,41 +36,43 @@