From 2062123edddf8f74ff35786a4a0dbea511a54dbf Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Sat, 14 Oct 2023 10:06:16 +0800 Subject: [PATCH] =?UTF-8?q?perf(mobile):=20=E5=8E=BB=E9=99=A4=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E7=BD=91=E7=AB=99=E5=BA=95=E9=83=A8=E7=A9=BA=E7=99=BD?= =?UTF-8?q?=E9=97=B4=E9=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/mobile/book/book_content.html | 199 +++++++++--------- .../templates/mobile/book/book_ranking.html | 51 ++--- .../templates/mobile/common/css.html | 7 + .../templates/mobile/common/footer.html | 3 +- .../resources/templates/mobile/pay/index.html | 34 +-- .../templates/mobile/user/favorites.html | 45 ++-- .../templates/mobile/user/read_history.html | 5 + .../templates/mobile/user/userinfo.html | 2 +- 8 files changed, 190 insertions(+), 156 deletions(-) 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 c601880..d884013 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 @@ -12,18 +12,19 @@ th:content="${book.bookName}+'最新更新章节免费在线阅读TXT下载'"> -
@@ -160,6 +161,11 @@ text-align: center; } + #footer { + padding-top: 10px; + line-height: 43px; + } + @@ -167,88 +173,93 @@