Skip to content

Commit

Permalink
修复子菜单缩进距离的问题,以及添加菜单hover时背景效果
Browse files Browse the repository at this point in the history
  • Loading branch information
K-walker committed Sep 12, 2017
1 parent 6299b32 commit e7c74f7
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 72 deletions.
113 changes: 88 additions & 25 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions css/frame.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
color: #dcdcdc ;
float:left;
width:100%;
background: #232323;
}
.left ul.first {
position: absolute;
Expand All @@ -140,24 +141,22 @@
.left ul.first li {
list-style: none;
line-height: 48px;
margin-bottom: 1px;
background-color: #434343;
}
.left ul.first li:hover {
cursor: pointer;
}
.left .first ul li {
background-color: #2e2e2e;
margin-bottom: 1px;
float: left;
width: 100%;
}
.pl-48 {
padding-left: 48px;
}
.left .first .inner-menu {
/*max-height: 300px;*/
/*overflow: auto !important;*/

.left .menu li .box:hover {
background: #000000;
}

.left .menu li i.menu-icon {
Expand Down
Loading

0 comments on commit e7c74f7

Please sign in to comment.