首页课程展示数据渲染

This commit is contained in:
禺狨
2023-03-24 13:56:39 +08:00
parent 0dc5c49ef8
commit 95732983f7
4 changed files with 77 additions and 21 deletions

View File

@@ -56,6 +56,9 @@
font-weight: 400;
color: #ff4d4f;
line-height: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.active-type {
width: 52px;
@@ -66,6 +69,9 @@
font-weight: 400;
color: #ff9900;
line-height: 24px;
display: flex;
align-items: center;
justify-content: center;
}
}
}