@charset "utf-8";

$themes: (
    default_theme: (
        // 系统背景色
        bg_color: #F6F6F9,
        bg_color_theme: #1D2088,
        bg_color_opacity: rgba(29, 32, 136, .1),
        bg_color_opacity_7: rgba(29, 32, 136, .7),
        // 边框背景色
        bg_border_color: #1D2088,
        bg_border_color_gray: #EEEEEE,
        // 字体颜色
        font_color: #000000,
        font_color_theme: #1D2088,
        font_color_gray: #999999,
        // 背景盒子三角
        bg_corner: #00c6ff,
        
    ),
    test_theme: (
       
    ),
);

:export {
    bg_color: #F6F6F9; // 系统背景色
    bg_border_color: #1D2088; // 边框背景色
    font_color: #000000; // 字体颜色
    font_color_gray: #999999; // 灰色字体颜色
}
