课程说明
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user