From ca8d69874ce128b34da01f0023cae143375e3c50 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <773861846@qq.com> Date: Tue, 17 Dec 2019 18:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/books/book_content.html | 7 ++++--- .../src/main/resources/templates/books/book_detail.html | 5 ++++- .../src/main/resources/templates/books/book_index.html | 5 +++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/novel-front/src/main/resources/templates/books/book_content.html b/novel-front/src/main/resources/templates/books/book_content.html index e557ee8..a61d6be 100644 --- a/novel-front/src/main/resources/templates/books/book_content.html +++ b/novel-front/src/main/resources/templates/books/book_content.html @@ -361,7 +361,7 @@ position: fixed; width: 100%; left: 0px; - bottom: 50px; + bottom: 100px; text-align: center; } @@ -369,6 +369,7 @@ +
@@ -445,7 +446,7 @@
- +
@@ -482,7 +483,7 @@ var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); - $("#chaptercontent").css("min-height",($(window).height()-260)+"px"); + $("#content").css("min-height",($(window).height()-60)+"px"); })(); diff --git a/novel-front/src/main/resources/templates/books/book_detail.html b/novel-front/src/main/resources/templates/books/book_detail.html index 4aa43a4..b2a69ae 100644 --- a/novel-front/src/main/resources/templates/books/book_detail.html +++ b/novel-front/src/main/resources/templates/books/book_detail.html @@ -114,6 +114,7 @@