ali
2024-09-03 0ae83a895e80a4b9777a27f613d721a7e5e2ac18
energy_management_ui/src/assets/styles/variables.scss
@@ -1,5 +1,28 @@
// // base color
// $primary-color: #38BCBF;
// $blue:#324157;
// $light-blue:#3A71A8;
// $red:#C03639;
// $pink: #E65D6E;
// $green: #30B08F;
// $tiffany: #4AB7BD;
// $yellow:#FEC171;
// $panGreen: #30B08F;
// // sidebar
// $menuText:#629FF2;
// $menuActiveText: #fff;
// $subMenuActiveText:#38BCBF; // https://github.com/ElemeFE/element/issues/12951
// $menuBg:rgba(255, 255, 255, 1);
// $menuHover:rgba(246, 250, 255, 1);
// $subMenuBg:#38BCBF;
// $subMenuHover:rgba(246, 250, 255, 1)s;
// $tabBarHeight: 40px;  //面包屑高度
// $sideBarWidth: 220px;
// base color
$primary-color: #38BCBF;
$primary-color:#38BCBF;
$blue:#324157;
$light-blue:#3A71A8;
$red:#C03639;
@@ -8,19 +31,21 @@
$tiffany: #4AB7BD;
$yellow:#FEC171;
$panGreen: #30B08F;
$Backgroundcolor: #001233;
// sidebar
$menuText:#333;
$subMenuActiveText:#14CC8F; // https://github.com/ElemeFE/element/issues/12951
$menuText:#629FF2;
$menuActiveText: #fff;
$subMenuActiveText:#38BCBF; // https://github.com/ElemeFE/element/issues/12951
$menuBg:rgba(255, 255, 255, 1);
$menuHover:rgba(246, 250, 255, 1);
$menuBg:#001233;;
$menuHover:rgba(0, 0, 0, 0);   //父
$subMenuBg:#38BCBF;
$subMenuHover:rgba(246, 250, 255, 1)s;
$subMenuBg:#14CC8F;
$subMenuHover:rgba(0, 0, 0, 0);  //子
$sideBarWidth: 220px;
$sideBarWidth: 230px;
$tabBarHeight: 32px;  //面包屑高度
// the :export directive is the magic sauce for webpack
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
@@ -34,4 +59,5 @@
  subMenuHover: $subMenuHover;
  sideBarWidth: $sideBarWidth;
  primary-color: $primary-color;
  tabBarHeight: $tabBarHeight;
}