找到
3
篇与
joe主题
相关的结果
-
Joe主题美化 移动端侧边栏图标颜色修改 效果图 图1图片 修改教程 目录:www/wwwroot/你的博客/Joe-master/module/header/slideout.php首页 改之前 <span>首页</span>图2图片 改之后 <span><font color="#ff8900" style="font-weight:600;"> <i class="fa fa-home"></i> 首页</font></span>图3图片 栏目 改之前 <span>栏目</span>图4图片 改之后 <span><font color="0909f7b" style="font-weight:600;"> <i class="fa fa-mail-reply-all"></i> 栏目</font></span>图5图片 页面 改之前 <span>页面</span>图6图片 改之后 <span><font color="0909f7b" style="font-weight:600;"> <i class="fa fa-mail-reply-all"></i> 栏目</font></span>图7图片 推荐 改之前 <span>推荐</span>改之后 <span><font color="#66ff00b" style="font-weight:600;"> <i class="fa fa-thumbs-o-up"></i> 推荐</font></span>
-
Joe主题手机网页底部添加tap栏教程 想来很多网友都在寻找 Joe 主题底部 tap 栏的代码 😀 废话不多说,直接看示例图+代码 效果图 图1图片 代码 <link rel="stylesheet" href="https://blog.caoor.cn/joe.css"> <div class="footer-tabbar"> <a class="tabbar-item" title="首页" href="/" target="_self"> <icon > <svg class="icon svg" aria-hidden="true"> <use xlink:href="#icon-home-color"></use> </svg> </icon> <text>首页</text> </a> <a class="tabbar-item" title="APP" href="/archives/230.html" target="_self"> <icon > <svg class="icon svg" aria-hidden="true"> <use xlink:href="#icon-tag-color"></use> </svg> </icon> <text>APP</text> </a> <a class="tabbar-item" title="发布文章" href="/user/login?referer=%2Fadmin%2Fwrite-post.php" target="_self"> <icon style="font-size:46px;"> <svg class="icon svg" aria-hidden="true"> <use xlink:href="#icon-add-color"></use> </svg> </icon> <text>发布文章</text> </a> <a class="tabbar-item" title="消息" href="/user/login?referer=%2Fadmin%2Fmanage-comments.php" target="_self"> <icon > <svg class="icon svg" aria-hidden="true"> <use xlink:href="#icon-msg-color"></use> </svg> </icon> <text>消息</text> </a> <a class="tabbar-item" title="我的" href="/user/login?referer=%2Fadmin%2Fprofile.php" target="_self"> <icon > <svg class="icon svg" aria-hidden="true"> <use xlink:href="#icon-user-color-2"></use> </svg> </icon> <text>我的</text> </a> </div>使用教程:将代码插入主题设置的插入代码→自定义底部HTML代码在 自定义底部HTML代码中插入代码,即可