调整课程学习页面的适应宽度

This commit is contained in:
daihh
2022-10-25 15:42:38 +08:00
parent fa4a86955e
commit 21e3d0b3d9

View File

@@ -1399,7 +1399,8 @@
.course-player{ //内容播放区域
flex:1;
min-width: 700px;
min-height: 600px;
min-height: 400px;
max-height: 800px;
height: 100%;
border: 1px solid #ffffff;
padding-right: 20px;
@@ -1638,8 +1639,8 @@
}
.con-audio-player {
padding: 50px 50px;
min-height: 300px;
padding: 60px 50px 80px 50px;
}
}