tsg-web/src/views/rcgl/zmjk/index.less

92 lines
3.0 KiB
Plaintext

.sg_zmjk{
.ant-card-body{
display: flex;
height: 100%;
.sg_zmjk_left{
top: 30px;
position: relative;
width: 1080px;
height: 640px;
transform: scale(0.9,1);
}
.sg_zmjk_right{
flex: 1;
// width: 40%;
height: 100%;
display: flex;
flex-direction: column;
.sg_zmjk_right_video{
height: 400px;
margin: 30px 20px 30px -30px;
border-radius: 5px;
border: 1px solid #bbb;
display: flex;
flex-direction: column;
.sg_zmjk_right_video_title{
height: 35px;
line-height: 35px;
padding-left: 10px;
border-bottom: 1px solid #bbb;
}
.sg_zmjk_right_video_content{
flex: 1;
display: flex;
width: 100%;
// height: 100%;
.sg_zmjk_right_video_content_left{
overflow-y: auto;
overflow-x: hidden;
padding: 10px;
width: 130px;
height: 363px;
border-right: 1px solid #bbb;
cursor: pointer;
.sg_zmjk_right_video_content_left_item{
width: 110px;
// height: 30px;
margin-bottom: 5px;
// line-height: 30px;
text-align: center;
border: 1px solid #bbb;
}
.itemChecked{
background-color: #1890FF;
color: #ffffff;
}
}
.sg_zmjk_right_video_content_right{
flex: 1;
height: 100%;
padding: 10px;
}
}
}
.sg_zmjk_right_information{
height: 180px;
margin: -10px 20px 30px -30px;
border-radius: 5px;
border: 1px solid #bbb;
.sg_zmjk_right_information_title{
height: 35px;
line-height: 35px;
padding-left: 10px;
border-bottom: 1px solid #bbb;
}
.sg_zmjk_right_information_content{
display: flex;
padding: 2px 10px;
div{
width: 33%;
margin-bottom: 10px;
}
}
}
.sg_zmjk_right_more{
margin: -10px 20px 30px -30px;
cursor: pointer;
}
}
}
}