mirror of
https://github.com/201206030/novel-plus.git
synced 2025-06-24 04:46:37 +00:00
chore: 模版更新
This commit is contained in:
@ -20,5 +20,12 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#footer {
|
||||
padding-top: 6px;
|
||||
height: 60px;
|
||||
line-height: 54px;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</div>
|
@ -1,4 +1,5 @@
|
||||
<div th:fragment="footer" style="height: 60px;line-height: 60px;text-align: center" class="layui-footer footer footer-demo layui-bg-cyan">
|
||||
<div th:fragment="footer" 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>
|
||||
|
Reference in New Issue
Block a user