1
李凌
2025-10-09 c17311ba1351cd5e64654c3fc7b2fe765b1e7382
src/assets/css/variable.scss
@@ -2,10 +2,10 @@
$mainTextColor: #fff;
$mainbgWhiteColor: #fff;
$main_background:#f7f7f7; //主题色
$main_background:#fff; //主题色
$main2_background:#1F233D; //主题浅色背景
$text_color:#333;  //文字颜色
$text_color1:#555;  //文字浅色
$text_color1:#868D9A;  //文字浅色
$text_color2:#fff;  // 白色文字
$text_color3:#CFD5EC;  // 
$text_color4:#333;  //浅色标题背景文字颜色
@@ -55,16 +55,14 @@
.yellow-bg{
    background: $bg_yellow;
}
.mainBackground{
    // background: $main_background;
    background: $inp-b;
}
// .mainBackground{
//     background: $main_background;
// }
// .textColor{color:$text_color}
.textColor{color:$log-c}
// .textColor1{color:$text_color1}
.textColor1{color:$text_color1}
// .textColor2{color:$text_color2}
// .textColor3{color:$text_color3}
.textColor1{color:$log-c}
.textColor2{color:$log-c}
.textColor3{color:$log-c}
.c2cColor{color:$c2c_color}