feat: 🎸 新增了一些页面

This commit is contained in:
2025-08-16 01:01:57 +08:00
parent 182abccc60
commit ee6e2da964
27 changed files with 747 additions and 109 deletions

View File

@@ -0,0 +1,19 @@
.public-courses-page {
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 20px;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
.summary-wrapper {
width: 304px;
height: 798px;
border-radius: 8px;
background-color: #fff;
box-sizing: border-box;
padding: 20px;
}
}