2024-03-01 18:08:09 +08:00

15 lines
295 B
Plaintext

.videoOverview{
background-color: #0D1534;
}
.header{
background: url('../../../assets/images/overview3/headerBG.png') center;
height: 70px;
width: 100%;
}
.videoContent{
display: flex;
height: calc(100% - 70px);
// background-color: #2FBBEC;
overflow: hidden;
}