2024-03-19 18:03:28 +08:00

23 lines
497 B
Plaintext

.videoOverview{
background-color: #0D1534;
}
.header{
background: url('../../../assets/images/overview3/headerBG2.png') center;
background-size: contain;
height: 70px;
width: 100%;
text-align: center;
line-height: 70px;
span{
font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
font-weight: 800;
font-size: 26px;
color: #0EF6F8;
}
}
.videoContent{
height: calc(100% - 70px);
background-color: #01112d;
overflow: hidden;
}