style: 💄 修改了一系列样式

This commit is contained in:
2025-08-26 17:05:05 +08:00
parent f927146475
commit 88b7d62cfb
50 changed files with 431 additions and 891 deletions

View File

@@ -1,5 +1,5 @@
.courses-video-player-wrapper {
width: 800px;
width: 836px;
height: 798px;
position: relative;
@@ -10,7 +10,7 @@
}
.courses-video-player {
width: 800px;
width: 100%;
height: 545px;
box-sizing: border-box;
padding: 16px;
@@ -55,7 +55,7 @@
}
.courses-video-player-info {
margin-top: 20px;
width: 800px;
width: 100%;
height: 234px;
border: 2px solid #fff;
border-radius: 8px;
@@ -67,7 +67,7 @@
align-items: center;
.courses-video-player-audience-info {
width: 272px;
width: 308px;
height: 100%;
padding: 0 10px;
border-right: 1px solid #f2f3f5;