课程说明

This commit is contained in:
@fawn-nine
2024-06-04 17:10:33 +08:00
parent 485e18e21d
commit ae7971a71e
50 changed files with 2892 additions and 228 deletions

View File

@@ -9,7 +9,11 @@ $imgBg: #edf3ff;
@mixin theme($type,$path:''){
@if $type == "btn_bg" {
background-image: linear-gradient(90deg, #258feb 0%, #00e1ec 100%);
} @else if $type == "unselected_img" {
}
@else if $type == "vipbtnbg" {
background-image: linear-gradient(-90deg, #576afc 0%, #97a1ff 100%);
}
@else if $type == "unselected_img" {
background-image: url($path + "static/icon/ic_gender_unselected.png");
} @else if $type == "check_img" {
background-image: url($path + "static/icon/ic_agreed.png");