手机版底部导航
手机版底部导航
  • 扩展项目
  • 功能
  • 协助费用
  • 50
  • 编辑语言
  • html
  • 二开难度
  • 困难
  • 支持版本
  • 手机模板
  • 技术QQ
  • 28977233
协助费用50元
技术咨询
磁云互联

技术员负责人

售前及售后服务咨询,商务合作私人定制服务,其他技术支持服务!
向讲师提问:QQ交谈

手游网站手机版底部导航

[复制链接]
2459 12
磁铁网络授权认证 发表于 2021-9-11 16:38:59 | 只看该作者 |只看大图 |阅读模式 打印 上一主题 下一主题
第一步:下载素材包,解压上传至网站根目录
请点击此处下载

查看状态:需购买或无权限

您的用户组是:游客

文件名称:素材包.zip 
下载次数:1  文件大小:12.76 KB 
下载权限: 不限 以上  [点击充值金币]  [签到领取金币]



第二步:进入后台 - 模板编辑 - 手机模板编辑 - 修改对应模板文件
将一下代码添加到对应文件最底部
css样式代码:
  1. #dui-navbar {
  2.   width: 100%;
  3.   display: -webkit-box;
  4.   display: -webkit-flex;
  5.   display: flex;
  6.   position: fixed;
  7.   bottom: -0.05rem;
  8.   left: 0;
  9.   z-index: 10;
  10.   background-color: #ffffff;
  11.   box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
  12. }

  13. #dui-navbar .navbars {
  14.      padding: 0.1rem 0rem 0.1rem 0rem;
  15.   width: 100%;
  16.   position: relative;
  17.   overflow: hidden;
  18. }

  19. #dui-navbar .navbar-4 {
  20.   position: relative;
  21.   float: left;
  22.   width: 25%;
  23.   box-sizing: border-box;
  24. }

  25. #dui-navbar .navbar-5 {
  26.   position: relative;
  27.   float: left;
  28.   width: 20%;
  29.   box-sizing: border-box;
  30. }

  31. #dui-navbar .navbar-icon {
  32.   margin: 0 auto;
  33.   width: 0.6rem;
  34.   height: 0.6rem;
  35.   line-height: 0.6rem;
  36.   text-align: center;
  37. }

  38. #dui-navbar .navbar-icon em {
  39.   display: inline-block;
  40.   position: absolute;
  41.   width: 0.2rem;
  42.   height: 0.2rem;
  43.   background-color: #ff2400;
  44.   border-radius: 50%;
  45. }

  46. #dui-navbar .navbar-text {
  47.      line-height: .5rem;
  48.   font-size: 0.25rem;
  49.   color: #727577;
  50.   text-align: center;
  51. }

  52. #dui-navbar .navbar-text.on {
  53.   color: #ffcc00;
  54. }

  55. #dui-navbar .dui-payment {
  56.   padding: 0.32rem 2rem;
  57.   width: 100%;
  58. }

  59. #dui-navbar .dui-payment > a {
  60.   display: block;
  61.   font-size: 0.4rem;
  62.   font-weight: 700;
  63.   color: #000;
  64.   text-align: center;
  65.   height: 1.06666rem;
  66.   line-height: 1.06666rem;
  67.   border-radius: 0.53333rem;
  68.   background-color: #ffd800;
  69. }
  70. #dui-navbar .navbar-icon {
  71.   margin: 0 auto;
  72.   width: 0.4rem;
  73.   height: 0.4rem;
  74.   line-height: 0.6rem;
  75.   text-align: center;
  76. }

  77. #dui-navbar .navbar-icon em {
  78.   display: inline-block;
  79.   position: absolute;
  80.   width: 0.2rem;
  81.   height: 0.2rem;
  82.   background-color: #ff2400;
  83.   border-radius: 50%;
  84. }
复制代码




html核心代码:
  1. <div id="dui-navbar"><div class="navbars"><a href="../../" class="navbar-5">
  2.         <div class="navbar-icon"><img src="{xoooi:sitepath}/img/nav_01_on@3x_3c46065.png" style="
  3.     width: 100%;max-height: 100%;vertical-align: top;pointer-events: none;"></div><p class="navbar-text">推荐</p></a><a href="../../list/?8_1.html" class="navbar-5">
  4.         <div class="navbar-icon"><img src="{xoooi:sitepath}/img/nav_02_on@3x_9ff09ab.png" style="
  5.     width: 100%;max-height: 100%;vertical-align: top;pointer-events: none;"><em></em></div><p class="navbar-text">手游</p></a><a href="../../list/?48_1.html" class="navbar-5">
  6.         <div class="navbar-icon"><img src="{xoooi:sitepath}/img/nav_03_on@3x_89c5e3d.png" style="
  7.     width: 100%;max-height: 100%;vertical-align: top;pointer-events: none;"></div><p class="navbar-text">H5</p></a><a href="../../list/?1_1.html" class="navbar-5">
  8.         <div class="navbar-icon"><img src="{xoooi:sitepath}/img/nav_05_on@3x_57bf42e.png" style="
  9.     width: 100%;max-height: 100%;vertical-align: top;pointer-events: none;"></div><p class="navbar-text">资讯</p></a><a href="http://wpa.qq.com/msgrd?v=3&uin={label:客服号码}&site=qq&menu=yes" class="navbar-5">
  10.         <div class="navbar-icon"><img src="{xoooi:sitepath}/img/nav_04_on@3x_abd36ea.png" style="
  11.     width: 100%;max-height: 100%;vertical-align: top;pointer-events: none;"></div><p class="navbar-text">客服</p></a></div></div>
复制代码


添加后,记得保存
该导航不兼容所以模板,有的页面会出现字体或者图片大小变化,原因是有的模板css样式文件有冲突
如果有不兼容的问题,可以付费联系我们进行添加修复
分享到:  QQ好友和群QQ好友和群
收藏
收藏0
回复

使用道具 举报

精彩评论12

跳转到指定楼层
沙发
EFLwCYCj 发表于 2021-10-23 18:53:57 | 只看该作者
不错不错 支持下
回复

使用道具 举报

板凳
wan5325 发表于 2021-12-4 21:08:54 | 只看该作者
很不错的哦,支持,加油
回复

使用道具 举报

地板
lhserver 发表于 2021-12-5 10:53:33 | 只看该作者
嘻嘻不错支持一个
回复

使用道具 举报

5#
GRcSXZPy 发表于 2021-12-6 00:38:12 | 只看该作者
好像还不错!
回复

使用道具 举报

6#
eUzWWhFM 发表于 2021-12-6 11:23:41 | 只看该作者
顶一个了
回复

使用道具 举报

7#
twxd 发表于 2021-12-6 22:09:10 | 只看该作者
必须支持。。。。。。。
回复

使用道具 举报

8#
bTHzJAvw 发表于 2021-12-7 11:08:45 | 只看该作者
顶一个了
回复

使用道具 举报

9#
露西iwfrvhfm 发表于 2021-12-8 00:08:20 | 只看该作者
路过还不错
回复

使用道具 举报

10#
HPCDbcwu 发表于 2021-12-8 03:36:32 | 只看该作者
学习了,这就去试试
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝0

帖子156

发布主题
专注手游推广建站!
全国免费热线电话

18990551016

周一至周日9:00-23:00

反馈建议

www@xoooi.com 在线QQ咨询

扫描二维码关注我们

Powered by Discuz! X3.4 Licensed© 2001-2013 Comsenz Inc.( 蜀ICP备17029717号-1 )