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

综合评论3,701,055字数 217阅读0分43秒

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

<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>

自行修改其中的文字及链接。文章源自小武站https://1z345.cn/小武站-https://bbs.50-0.cn/876.html 文章源自小武站https://1z345.cn/小武站-https://bbs.50-0.cn/876.html

QQ v9.7.23.29368 绿色优化版
QQ v9.7.23.29368 绿色优化版 下载

QQ v9.7.23.29368 绿色优化版

软件名称:QQ v9.7.23.29368 绿色优化版来源:果核剥壳发布时间:2024 - 07 - 10 10:19:00软件介绍:QQ 是一款家喻户晓的聊天软件,经过 10 年发展,功能强大且界面...
  • 本文由 admin 发表于 2024年8月18日 09:03:04
  • 转载请务必保留本文链接:https://bbs.50-0.cn/876.html
匿名

发表评论

匿名网友
:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:
确定