增加二级菜单

This commit is contained in:
mkwiser
2014-11-01 00:19:48 +08:00
parent b27301258d
commit b1550e3be5
13 changed files with 207 additions and 339 deletions

View File

@@ -41,4 +41,23 @@
.i-github {
.ico();
.i-ico('\e600');
}
.close-editor {
.ico();
.i-ico('\e611');
position: absolute;
right: 0;
top: 0;
z-index: 100;
padding: 0 3px;
z-index: 100;
font-size: 14px;
background: #FFF;
border-left: 1px solid #000;
display: none;
&:hover {
cursor: pointer
}
}