首页+我的
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
@charset "utf-8";
|
||||
//主题色
|
||||
$themeColor: #54a966;
|
||||
$themeColor: #3AB3AE;
|
||||
|
||||
@mixin theme($type, $path: '') {
|
||||
@if $type =="btn_bg" {
|
||||
background-image: linear-gradient(90deg, #54a966 0%, #117e4c 100%);
|
||||
background-image: linear-gradient(90deg, #3AB3AE 0%, #117e4c 100%);
|
||||
}
|
||||
|
||||
@else if $type =="unselected_img" {
|
||||
@@ -80,7 +80,7 @@ $themeColor: #54a966;
|
||||
|
||||
/* 主要颜色 */
|
||||
|
||||
$dominantHue: #54a966; //主色调 蓝
|
||||
$dominantHue: #3AB3AE; //主色调 蓝
|
||||
|
||||
$lightBlue: #ECF3FD; //淡蓝
|
||||
|
||||
|
||||
Reference in New Issue
Block a user