提交 6117059b 编写于 作者: huangxuan258's avatar huangxuan258

移动端增加底部菜单

上级 e65866a1
......@@ -12,7 +12,7 @@
<li id="menu-item-306" class="menu-item menu-item-306"><a href="{url tags/default}" target="_blank">站点标签</a></li>
<li id="menu-item-307" class="menu-item menu-item-307"> <a href="{url ask/index}" target="_blank">站点题库</a></li>
</ul></nav> <div class="footer-info">
Copyright © {eval echo date('Y');} WHATSNS · <a href="{SITE_URL}">{$setting['site_name']}</a> · {$setting['site_icp']} </div>
Copyright © {eval echo date('Y');} WHATSNS · <a href="{SITE_URL}">{$setting['site_name']}</a> · {$setting['site_icp']} </div>
</div>
<div class="footer-details">
<div> <img src="{$setting['weixin_logo']}" alt="">
......@@ -25,6 +25,19 @@
</footer>
</div>
{if $regular!='user/login'&&$regular!='user/register'&&$regular!='user/getpass'&&$regular!='user/getphonepass'}
<div class="layui-hide-md">
{template wapfooter}
</div>
{else}
<style>
.footer-plane {
margin-bottom: 0px;
}
</style>
{/if}
<script>
layui.use(['jquery', 'layer'], function(){
var $ = layui.$ //重点处
......
......@@ -492,10 +492,7 @@ header {
color: #fff !important;
}
.current {
background: var(--Maincolor) !important;
color: #fff !important;
}
.page-count {
display: inline-block;
......@@ -553,6 +550,7 @@ header {
color: #5f676f;
padding: 30px;
margin-top: 10px;
margin-bottom: 50px;
}
.no-login
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册