增加二级菜单
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user