mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 17:20:52 +00:00
19 lines
1.2 KiB
Java
19 lines
1.2 KiB
Java
<div th:fragment="footer">
|
|
<div style="height: 50px"></div>
|
|
<div id="footer"
|
|
class="layui-footer footer footer-demo layui-bg-cyan">
|
|
<!--<a href="/mobile/book/searchSoftBook.html" style="font-size: 14px;color: #fff;">轻小说</a>
|
|
<a href="/mobile/book/searchSoftBook.html?catId=9" style="font-size: 14px;color: #fff;margin-left: 8px">漫画</a>-->
|
|
<!--<a href="/?to=pc" style="font-size: 14px;color: #fff;margin-left: 8px">电脑站</a>-->
|
|
<a href="/" style="font-size: 16px;color: #fff;">首页</a>
|
|
<a href="/user/read_history.html" style="font-size: 16px;color: #fff;margin-left: 18px">阅读记录</a>
|
|
<a href="/user/favorites.html" style="font-size: 16px;color: #fff;margin-left: 18px">书架</a>
|
|
<!--<a href="/mobile/fiction_house.apk" style="font-size: 14px;color: #fff;margin-left: 8px">客户端</a>-->
|
|
<!--<a href="https://www.zinglizingli.xyz/me/index.html" style="font-size: 14px;color: #fff;margin-left: 8px">开发者</a>-->
|
|
|
|
|
|
<div style="margin-top:-3px;float: right"><a href="#top"><i class="layui-icon"
|
|
style="margin-right:15px;font-size: 25px;color:#fff "></i></a>
|
|
</div>
|
|
</div>
|
|
</div> |