92 lines
3.7 KiB
CSS
92 lines
3.7 KiB
CSS
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: #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;}
|
|
.tree-menu li li li li li li li a{padding-left: 128px;}
|
|
.tree-menu li li li li li li li li a{padding-left: 148px;}
|
|
.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%;}
|
|
.label-warning {background-color: #f9f5ee; color: #f1a325;}
|
|
label{font-weight: normal;}
|
|
|
|
.nav.gray{background-color: #f1f1f1;margin-bottom: 10px;}
|
|
|
|
.doc-table tr .info{text-align: right; width: 100px;}
|
|
.setting-table tr .info{text-align: right; max-width: 150px;}
|
|
.show-doc span{color: #aaa;}
|
|
|
|
.mgresizableW{z-index: 90;height: 100%; width: 10px; cursor: e-resize;}
|
|
.ui-resizable-handle {display: block;font-size: 0.1px;position: absolute;}
|
|
#resizableLeftRight{left: 360px;}
|
|
.unselect{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
|
|
|
|
.left-body{
|
|
width: 360px; height:100%; position: fixed; top: 0; bottom: 0; left: 0;
|
|
}
|
|
.left-header{
|
|
background: #464a6e;width: 100%; height:60px;line-height:60px;
|
|
position: absolute; top: 0; bottom: 0; left: 0;text-align: center;
|
|
}
|
|
.left-header .logo{
|
|
font-size: 30px;color: #fff;
|
|
}
|
|
.left-header .icon-bars{
|
|
font-size: 24px;float: right;margin: 18px 18px 0 0;color: #fff;cursor: pointer;
|
|
}
|
|
.left-container{
|
|
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;}
|
|
|
|
.right-container{
|
|
position: fixed;top: 0px; bottom: 0; left: 360px; right: 0;padding: 0px;
|
|
}
|
|
|
|
.modal-table-box{margin-top: 10px; max-height: 500px;overflow-y: auto;}
|
|
.modal-table-box{list-style: none;}
|
|
.modal-table-box ul{padding-left: 10px;}
|
|
.modal-table-box li{padding: 10px 15px; margin: 0 10px 10px 0; background-color: #f1f1f1;cursor: pointer;}
|
|
.modal-table-box li.checked{background-color: #8666b8;color:#fff;}
|
|
|
|
#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;}*/
|
|
|
|
#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;}
|
|
pre.json .canvas{font:10pt georgia;background-color:#ececec;color:#000000;border:1px solid #cecece;}
|
|
pre.json .object-brace{color:#00aa00;font-weight:bold;}
|
|
pre.json .array-brace{color:#0033ff;font-weight:bold;}
|
|
pre.json .property-name{color:#cc0000;font-weight:bold;}
|
|
pre.json .string{color:#007777;}
|
|
pre.json .number{color:#aa00aa;}
|
|
pre.json .boolean{color:#0000ff;}
|
|
pre.json .function{color:#aa6633;text-decoration:italic;}
|
|
pre.json .null{color:#0000ff;}
|
|
pre.json .comma{color:#000000;font-weight:bold;}
|
|
pre.json .annotation{color:#aaa;}
|
|
pre img{cursor: pointer;}
|
|
/* E-JSON展示的样式 */
|
|
|