前端新增深色主题模版

This commit is contained in:
xiongxiaoyang
2020-12-26 22:16:58 +08:00
parent 5e3962fef4
commit 45c59ecc37
413 changed files with 43337 additions and 1 deletions

View File

@ -0,0 +1,24 @@
<div th:fragment="css">
<link rel="stylesheet" href="/layui/css/layui.css">
<style type="text/css">
.app {
display: none;
}
@media (max-width: 360px) {
.app {
display: block !important;
}
}
.pc {
display: block;
}
@media (max-width: 360px) {
.pc {
display: none;
}
}
</style>
</div>

View File

@ -0,0 +1,11 @@
<div th:fragment="footer" style="height: 60px;line-height: 60px;text-align: center" class="layui-footer footer footer-demo layui-bg-cyan">
<!--<a href="/mobile/book/searchSoftBook.html" style="font-size: 14px;color: #92B8B1;">轻小说</a>
<a href="/mobile/book/searchSoftBook.html?catId=9" style="font-size: 14px;color: #92B8B1;margin-left: 8px">漫画</a>-->
<a href="/?to=mobile" style="font-size: 14px;color: #92B8B1;margin-left: 8px">手机站</a>
<!--<a href="https://www.zinglizingli.xyz/me/index.html" style="font-size: 14px;color: #92B8B1;margin-left: 8px">开发者</a>-->
<div style="float: right"><a href="#top"><i class="layui-icon"
style="margin-right:15px;font-size: 30px;color:#92B8B1 ">&#xe604;</i></a>
</div>
</div>

View File

@ -0,0 +1,3 @@
<script th:fragment="js" src="/js/jquery-1.9.1.js"></script>
<script th:fragment="js" src="/js/common.js"></script>
<script th:fragment="js" src="/layui/layui.all.js"></script>