功能优化

This commit is contained in:
暮光:城中城
2018-12-19 23:12:40 +08:00
parent 1ebd6fcfc1
commit 16b4940d5a
18 changed files with 1196 additions and 1038 deletions

View File

@@ -2,7 +2,7 @@ body{width: 100%;height: 100%;margin: 0;padding: 0;}
a:focus{outline:none;}
ul{list-style: none;list-style-type: none;}
.tree li a{white-space: nowrap;}
.tree-menu li > ul{background-color: #f1f1f1;}
.tree-menu li > ul{background-color: #555980;}
.tree-menu li li li li a{padding-left: 68px;}
.tree-menu li li li li li a{padding-left: 88px;}
.tree-menu li li li li li li a{padding-left: 108px;}
@@ -11,6 +11,11 @@ ul{list-style: none;list-style-type: none;}
.tree-menu li li li li li li li li li a{padding-left: 168px;}
.tree-menu li li li li li li li li li li a{padding-left: 188px;}
.table td, .table th {vertical-align: middle;}
.tree-menu li > a:active, .tree-menu li > a:focus, .tree-menu li > a:hover{color: #fff;}
.tree-menu li > a{color: #fff;}
.tree-menu > li > a{border-bottom-color: #555980;}
.tree-menu > li.open + li > a{border-bottom-color: #555980;border-top-color: #555980;}
.tree-lines ul > li::after{border-top:0;}
/**lable的覆盖样式*/
.label{font-size: 100%;}
@@ -32,7 +37,7 @@ label{font-weight: normal;}
width: 360px; height:100%; position: fixed; top: 0; bottom: 0; left: 0;
}
.left-header{
background: #3280fc;width: 100%; height:60px;line-height:60px;
background: #464a6e;width: 100%; height:60px;line-height:60px;
position: absolute; top: 0; bottom: 0; left: 0;text-align: center;
}
.left-header .logo{
@@ -42,7 +47,7 @@ label{font-weight: normal;}
font-size: 24px;float: right;margin: 18px 18px 0 0;color: #fff;cursor: pointer;
}
.left-container{
width: 100%;position: absolute;background: #f1f1f1;color: rgba(163, 175, 183, .9);
width: 100%;position: absolute;background: #555980;color: #fff;
top: 60px; bottom: 0; left: 0; overflow-y: auto; padding: 10px;
}
.left-container .projects{border: 0px; border-radius: 0px;}
@@ -59,7 +64,14 @@ label{font-weight: normal;}
#rightContentMask{background-color: rgba(0, 0, 0, 0);padding: 0;z-index:9999; height: 100%;display: none;position: absolute;top: 0;bottom: 0;left:0;right: 0;}
#rightZpages{height: 100%;position: relative;top: 0;bottom: 0;left:0;right: 0;}
#rightZpages .tabs-container .tab-pane{padding: 10px;}
/*#rightZpages .tabs-container .tab-pane{padding: 10px;}*/
#showLeftContent{
position: fixed;top: 250px; left: 0px;padding-top: 10px;
width: 15px;height: 35px;z-index: 9999;cursor: pointer;
background-color: #ccc;border-radius: 0 5px 5px 0;display: none;
}
#showLeftContent:hover{color: #fff;}
/* S-JSON展示的样式 */
pre.json{margin-top:0px;margin-bottom:0px;}