首页+我的

This commit is contained in:
2024-04-19 10:35:20 +08:00
parent 1bcb13ce7a
commit 8407d51fb6
538 changed files with 934456 additions and 1635 deletions

View File

@@ -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; //淡蓝