100 lines
2.0 KiB
CSS
100 lines
2.0 KiB
CSS
|
|
/**
|
||
|
|
* @Author: zhangtq 2452618307@qq.com
|
||
|
|
* @Date: 2024-11-18 13:33:30
|
||
|
|
* @LastEditors: zhangtq 2452618307@qq.com
|
||
|
|
* @LastEditTime: 2024-11-18 13:36:17
|
||
|
|
* @FilePath: static/js/qx/utility/mini-easyui/themes/black/layout.css
|
||
|
|
* @Description: 这是默认设置,可以在设置》工具》File Description中进行配置
|
||
|
|
*/
|
||
|
|
.layout {
|
||
|
|
position: relative;
|
||
|
|
overflow: hidden;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
z-index: 0;
|
||
|
|
}
|
||
|
|
.layout-panel {
|
||
|
|
position: absolute;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.layout-panel-east,
|
||
|
|
.layout-panel-west {
|
||
|
|
z-index: 2;
|
||
|
|
}
|
||
|
|
.layout-panel-north,
|
||
|
|
.layout-panel-south {
|
||
|
|
z-index: 3;
|
||
|
|
}
|
||
|
|
.layout-expand {
|
||
|
|
position: absolute;
|
||
|
|
padding: 0px;
|
||
|
|
font-size: 1px;
|
||
|
|
cursor: pointer;
|
||
|
|
z-index: 1;
|
||
|
|
}
|
||
|
|
.layout-expand .panel-header,
|
||
|
|
.layout-expand .panel-body {
|
||
|
|
background: transparent;
|
||
|
|
filter: none;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.layout-expand .panel-header {
|
||
|
|
border-bottom-width: 0px;
|
||
|
|
}
|
||
|
|
.layout-split-proxy-h,
|
||
|
|
.layout-split-proxy-v {
|
||
|
|
position: absolute;
|
||
|
|
font-size: 1px;
|
||
|
|
display: none;
|
||
|
|
z-index: 5;
|
||
|
|
}
|
||
|
|
.layout-split-proxy-h {
|
||
|
|
width: 5px;
|
||
|
|
cursor: e-resize;
|
||
|
|
}
|
||
|
|
.layout-split-proxy-v {
|
||
|
|
height: 5px;
|
||
|
|
cursor: n-resize;
|
||
|
|
}
|
||
|
|
.layout-mask {
|
||
|
|
position: absolute;
|
||
|
|
background: #fafafa;
|
||
|
|
filter: alpha(opacity=10);
|
||
|
|
opacity: 0.10;
|
||
|
|
z-index: 4;
|
||
|
|
}
|
||
|
|
.layout-button-up {
|
||
|
|
background: url('images/layout_arrows.png') no-repeat -16px -16px;
|
||
|
|
}
|
||
|
|
.layout-button-down {
|
||
|
|
background: url('images/layout_arrows.png') no-repeat -16px 0;
|
||
|
|
}
|
||
|
|
.layout-button-left {
|
||
|
|
background: url('images/layout_arrows.png') no-repeat 0 0;
|
||
|
|
}
|
||
|
|
.layout-button-right {
|
||
|
|
background: url('images/layout_arrows.png') no-repeat 0 -16px;
|
||
|
|
}
|
||
|
|
.layout-split-proxy-h,
|
||
|
|
.layout-split-proxy-v {
|
||
|
|
background-color: #cccccc;
|
||
|
|
}
|
||
|
|
.layout-split-north {
|
||
|
|
border-bottom: 5px solid #444;
|
||
|
|
}
|
||
|
|
.layout-split-south {
|
||
|
|
border-top: 5px solid #444;
|
||
|
|
}
|
||
|
|
.layout-split-east {
|
||
|
|
border-left: 5px solid #444;
|
||
|
|
}
|
||
|
|
.layout-split-west {
|
||
|
|
border-right: 5px solid #444;
|
||
|
|
}
|
||
|
|
.layout-expand {
|
||
|
|
background-color: #3d3d3d;
|
||
|
|
}
|
||
|
|
.layout-expand-over {
|
||
|
|
background-color: #3d3d3d;
|
||
|
|
}
|