2022-06-08 14:51:11 +08:00

14 lines
276 B
Plaintext

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