在侧边增强小工具中添加一个多彩的菜单

先将增强文本小工具拖进侧边栏中,然后将下面的粘贴进去

<div class="colorbar-box">
<ul class="colorbar">
<li><a href="链接地址" target="_blank" style="background-color:#ff3030;"> 我是文字</a></li>
<li><a href="链接地址" target="_blank" style="background-color:#428BCA;"> 我是文字</a></li>
<li><a href="链接地址" target="_blank" style="background-color:#e84266;"> 我是文字</a></li>
<li><a href="链接地址" target="_blank" style="background-color:#91c24f;"> 我是文字</a></li>
<li><a href="链接地址" target="_blank" style="background-color:#f49800;"> 我是文字</a></li>
</ul>
</div>
<style type="text/css">
.colorbar-box ul {
padding: 0;
}
.colorbar li {
width: 100% !important;
}
.colorbar li a {
color: #fff;
line-height: 40px;
display: block;
width: 100%;
text-align: center;
}
.colorbar li a:hover {
opacity: 0.8;
}
</style>

自行修改其中的文字及链接。

© 版权声明
THE END
喜欢就支持一下吧
点赞5316我要打赏 分享
抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容