From 2275b8575248654f2f1648314b1c529a600d0697 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Sat, 14 Oct 2023 10:16:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=A8=A1=E7=89=88=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../green/html/mobile/book/book_content.html | 199 +++++++++--------- .../green/html/mobile/book/book_ranking.html | 51 ++--- templates/green/html/mobile/common/css.html | 7 + .../green/html/mobile/common/footer.html | 3 +- templates/green/html/mobile/pay/index.html | 34 +-- .../green/html/mobile/user/favorites.html | 45 ++-- .../green/html/mobile/user/read_history.html | 5 + .../green/html/mobile/user/userinfo.html | 2 +- 8 files changed, 190 insertions(+), 156 deletions(-) diff --git a/templates/green/html/mobile/book/book_content.html b/templates/green/html/mobile/book/book_content.html index c601880..d884013 100644 --- a/templates/green/html/mobile/book/book_content.html +++ b/templates/green/html/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 @@