6 Star 0 Fork 0

hi / webCollection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rightMenu.css 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
jack 提交于 2020-02-04 17:37 . feat: 美化
ul {
list-style-type: none;
}
#rightMenu {
position: absolute;
top: -9999px;
left: -9999px;
}
#rightMenu ul {
float: left;
border: 1px solid #979797;
background: #f1f1f1 url(http://js.fgm.cc/learn/lesson6/img/line.png) 24px 0
repeat-y;
padding: 2px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
#rightMenu ul li {
float: left;
clear: both;
height: 24px;
cursor: pointer;
line-height: 24px;
white-space: nowrap;
padding: 0 30px;
}
#rightMenu ul li.sub {
background-repeat: no-repeat;
background-position: right 9px;
background-image: url(http://js.fgm.cc/learn/lesson6/img/arrow.png);
}
#rightMenu ul li.active {
background-color: #f1f3f6;
border-radius: 3px;
border: 1px solid #aecff7;
height: 22px;
line-height: 22px;
background-position: right -8px;
padding: 0 29px;
}
#rightMenu ul ul {
display: none;
position: absolute;
}
1
https://gitee.com/yanglihao2006/webCollection.git
git@gitee.com:yanglihao2006/webCollection.git
yanglihao2006
webCollection
webCollection
master

搜索帮助