5 lines
112 B
SCSS
5 lines
112 B
SCSS
|
|
/* 主题色 */
|
||
|
|
$maincolor:linear-gradient(to right, #477EFF, #39D9C9);
|
||
|
|
$btncolor:#FEC407;
|
||
|
|
$textcolor: #477EFF;
|