Newer
Older
CloudBrainNew / src / assets / css / variable.scss
StephanieGitHub on 4 Feb 2021 1017 bytes first commit
//主题文字颜色
$themeColor: #fff;
//大标题颜色渐变
$gradientText:linear-gradient(to right, #0072ff, #00eaff, #01aaff);
//$gradientText:linear-gradient(to right, #15ff7d, #b6ff8c, #cdff58);
// 三级标题文字渐变
$gradientTextThree:linear-gradient(to right, #00f5ff, #4b5ff7);
//$gradientTextThree:linear-gradient(to right, #abff75, #12cb70);
// 三级标题背景渐变
$gradientBgThree: linear-gradient(to right, rgba(2, 8, 54, 0.1), #0a1a7b, rgba(2, 8, 54, 0.1));
//$gradientBgThree: linear-gradient(to right, rgba(2, 8, 54, 0.1), #0e7b18, rgba(2, 8, 54, 0.1));
// 列表hover背景渐变
$gradientListHover:linear-gradient(to right, #061266, #0b1c84, #061266);
//$gradientListHover:linear-gradient(to right, #06660f, #0e7b18, #076614);
// 列表文字颜色
$listTextColor:#09f2ff;
//$listTextColor: #34ff89;
// 块级文字颜色
$blockTextColor:#00caff;
//$blockTextColor: #29ff96;
// ProgressBar标题颜色
$progressBarTextColor: #59baf2;

// 钟表型字体
$digitalFamily:DS-DigitalBold;