更新:增加“精彩试听”列表;将课程列表元素提取公共组件

This commit is contained in:
2025-11-14 09:13:53 +08:00
parent 8ed3680e5d
commit e7e0597026
7 changed files with 214 additions and 202 deletions

View File

@@ -267,6 +267,9 @@
.text-\[\#fff\] {
color: #fff;
}
.text-\[red\] {
color: red;
}
.lowercase {
text-transform: lowercase;
}