.contentBox {
|
width: 100%;
|
height: 100%;
|
overflow: hidden;
|
}
|
|
|
.box {
|
width: calc(100% - 20px);
|
height: calc(100% - 20px);
|
margin: 10px;
|
overflow: hidden;
|
|
}
|
|
/*左侧div样式*/
|
.left {
|
width: calc(14% - 10px);
|
/*左侧初始化宽度*/
|
height: 100%;
|
overflow: auto;
|
border-radius: 10px;
|
float: left;
|
}
|
|
/*拖拽区div样式*/
|
.menuRoleAuthorization_resize,
|
.userRoleAuthorization_resize1,
|
.userRoleAuthorization_resize,
|
.resize {
|
cursor: col-resize;
|
float: left;
|
position: relative;
|
top: 45%;
|
background-color: #d6d6d6;
|
border-radius: 5px;
|
margin-top: -10px;
|
width: 10px;
|
height: 50px;
|
background-size: cover;
|
background-position: center;
|
/*z-index: 99999;*/
|
font-size: 32px;
|
color: white;
|
|
}
|
|
.menuRoleAuthorization_resize {
|
/* left: 10px; */
|
}
|
|
/*拖拽区鼠标悬停样式*/
|
.menuRoleAuthorization_resize,
|
.userRoleAuthorization_resize1,
|
.userRoleAuthorization_resize,
|
.resize:hover {
|
color: #444444;
|
}
|
|
/*右侧div'样式*/
|
.mid {
|
float: left;
|
width: 86%;
|
/*右侧初始化宽度*/
|
height: 100%;
|
|
border-radius: 10px;
|
}
|
|
|
|
.subpage_Box {
|
width: 98%;
|
height: 98%;
|
padding: 1%;
|
/* overflow: auto; */
|
}
|
|
.subpage_Iquery {
|
width: calc(98% - 2px);
|
height: auto;
|
|
padding-left: 1%;
|
padding-right: 1%;
|
padding-top: 1%;
|
border-radius: 5px;
|
}
|
|
.subpage_Content {
|
width: calc(98% - 2px);
|
height: auto;
|
|
margin-top: 1%;
|
margin-bottom: 1%;
|
padding: 1%;
|
border-radius: 5px;
|
}
|
|
.tarnsbtton {
|
width: 6%;
|
height: 100%;
|
/*flex 布局*/
|
display: flex;
|
/*实现垂直居中*/
|
align-items: center;
|
/*实现水平居中*/
|
justify-content: center;
|
}
|
|
.dialogBox {
|
width: 100%;
|
height: 500px;
|
display: flex;
|
justify-content: space-between;
|
}
|
|
.transFarBox {
|
width: 30%;
|
height: 100%;
|
|
border-radius: 5px;
|
max-height: 500px;
|
overflow-y: auto;
|
}
|
|
.transFarBox li {
|
line-height: 30px;
|
text-align: center;
|
}
|
|
.transFarBox li:hover {
|
background: rgba(0, 0, 0, 0.2);
|
}
|
|
.transFarBox .active {
|
color: #409eff;
|
}
|
|
.dialogContent {
|
width: calc(100% - 20px);
|
max-height: 370px;
|
float: left;
|
overflow: auto;
|
padding: 10px;
|
|
}
|
|
.dialogContent .ContBox {
|
width: 44%;
|
padding: 10px;
|
margin-left: 2%;
|
float: left;
|
|
}
|
|
.dialogContent .ContDiv {
|
display: flex;
|
justify-content: space-around;
|
margin: 5px 0px;
|
|
}
|
|
.dialogContent .contLable {
|
width: 175px;
|
|
}
|
|
.infoBox_box {
|
position: fixed;
|
width: 100vw;
|
height: 100vh;
|
background: rgba(0, 0, 0, 0.4);
|
top: 0;
|
left: 0;
|
z-index: 10;
|
}
|
|
.infoBox {
|
background: rgb(255, 255, 255);
|
width: 500px;
|
position: absolute;
|
z-index: 100;
|
top: 15%;
|
right: 15%;
|
border: 1px solid white;
|
|
height: 600px;
|
padding: 10px;
|
/* overflow: auto; */
|
border-radius: 5px;
|
|
}
|
|
.infoBox .el-card {
|
background-color: transparent;
|
|
}
|
|
.infoBox span {
|
font-size: 16px;
|
font-weight: 600;
|
}
|
|
.infoBox .contentBox {
|
margin: 0 aotu 10px;
|
overflow: auto;
|
/* height: 90%; */
|
height: 500px;
|
}
|
|
.infoBox p {
|
font-size: 14px;
|
}
|