This commit is contained in:
Caikecheng
2025-10-16 14:13:56 +08:00
parent 5494b08a67
commit 2f9bc7df70
6 changed files with 265 additions and 102 deletions

View File

@@ -50,6 +50,7 @@ body {
.dashboard {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.dashboard-title {
@@ -63,9 +64,13 @@ body {
/* 课程卡片容器 */
.course-cards {
display: flex;
flex-wrap: wrap;
flex-wrap: nowrap;
gap: 20px;
justify-content: center;
justify-content: flex-start;
padding: 10px 0;
overflow: hidden;
position: relative;
}
/* 课程卡片 */