Loading
0

wordpress网站移动端底部菜单栏源码

技术小学生微信公众号
腾讯云服务器大促销。
华为服务器
前段时间,有朋友问我网站底部菜单栏咋弄的,由于七墨最近有点忙,所以今天才发出教程来。实现方法很简单,话不多说,下面直接上代码。

图片:

移动端底部菜单栏源码

1.添加功能代码

本站将以下代码添加到主题选项中的编辑页脚中:

  1. <div class=“foornav”><a href=“/”><span><img class=“lxs” src=“http://cdn.qimok.cn/index.png” />首页<span></a>
  2. <a href=“/category/%e8%b5%84%e6%ba%90%e5%85%b1%e4%ba%ab/”><span><img src=“http://cdn.qimok.cn/share.png” />资源分享</span></a>
  3. <a href=“/category/web-build/”><span><img src=“http://cdn.qimok.cn/wordpress.png” />网站建设</span></a>
  4. <a href=“/message.html”><span><img src=“http://cdn.qimok.cn/liuyan.png” />留言板</span></a>
  5. <a href=“/model.qimok.cn/”><span><img class=“lxs” src=“http://cdn.qimok.cn/index.png” />工具箱</span></a></div>

注意:自行修改上面的链接和文字。

2.添加样式代码

将以下代码添加到style.css中即可:

  1. .foornav{background:#eee none repeat scroll 0 0;border-top:1px solid #dcdcdc;bottombottom:0;display:none;position:fixed;width:100%;z-index:9999;height:50px}@media only screen and (max-width:700px){.footer{margin-bottom:50px}.foornav{display:block;left:0;width:100%}}.foornav span{text-align:center;font-size:10px;width:18%;display:inlineblock;padding:4px 2px}.foornav span img{padding:3px;margin:0 auto;width:24px;display:block}
  2. .breadcrumb{width:1200px;height:25px;line-height:25px;margin:0 auto;padding-left:10px}.breadcrumb{background:#fff;margin-top:5px!important;margin-bottom:5px!important}@media screen and (max-width:1200px){.breadcrumb{width:98%}}

就这么简单~~

技术小学生微信公众号
华为服务器
腾讯云服务器大促销。

声明:站长码字很辛苦啊,转载时请保留本声明及附带文章链接:https://blog.tag.gg/showinfo-19-18676-0.html
亲爱的:若该文章解决了您的问题,可否收藏+评论+分享呢?
上一篇:wordpress自定义wp-postviews插件计数
下一篇:页面滚动加载特效脚本WOW.js