91 lines
2.5 KiB
Plaintext
91 lines
2.5 KiB
Plaintext
|
|
.videoList{
|
||
|
|
height: 100%;
|
||
|
|
.treeRight{
|
||
|
|
position: relative;
|
||
|
|
width: 350px;
|
||
|
|
height: 100%;
|
||
|
|
padding: 16px 8px;
|
||
|
|
background-color: #fff;
|
||
|
|
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
|
||
|
|
.ant-tree-iconEle{
|
||
|
|
.iconSelect{
|
||
|
|
// color: blue;
|
||
|
|
width: 25px;
|
||
|
|
height: 25px;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.treeLeft{
|
||
|
|
flex: 1;
|
||
|
|
margin-left: 12px;
|
||
|
|
background-color: #fff;
|
||
|
|
height: 100%;
|
||
|
|
padding: 16px 8px;
|
||
|
|
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
|
||
|
|
.splitScreen{
|
||
|
|
height: 100%;
|
||
|
|
.borderF{
|
||
|
|
height: calc(100% - 40px);
|
||
|
|
// padding: 20px;
|
||
|
|
}
|
||
|
|
.borderFa{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
background: #f6f9fd;
|
||
|
|
border: 1px solid rgba(42, 117, 214, .2);
|
||
|
|
position: relative;
|
||
|
|
display: -webkit-box;
|
||
|
|
display: -ms-flexbox;
|
||
|
|
display: flex;
|
||
|
|
-webkit-box-orient: vertical;
|
||
|
|
-webkit-box-direction: normal;
|
||
|
|
-ms-flex-direction: column;
|
||
|
|
flex-direction: column;
|
||
|
|
-webkit-box-align: center;
|
||
|
|
-ms-flex-align: center;
|
||
|
|
align-items: center;
|
||
|
|
-webkit-box-pack: center;
|
||
|
|
-ms-flex-pack: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding-bottom: 10px;
|
||
|
|
}
|
||
|
|
.borderType{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
flex-direction: column;
|
||
|
|
.text{
|
||
|
|
width: 100%;
|
||
|
|
height: 22px;
|
||
|
|
font-size: 16px;
|
||
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
||
|
|
font-weight: 400;
|
||
|
|
color: #79a2d7;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.videoBorder{
|
||
|
|
border: 3px solid red;
|
||
|
|
}
|
||
|
|
.videoBorder1{
|
||
|
|
flex: 1;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
.videoBorder4{
|
||
|
|
width: 50%;
|
||
|
|
height: 50%;
|
||
|
|
}
|
||
|
|
.videoBorder9{
|
||
|
|
width: 33%;
|
||
|
|
height: 33%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|