bd-admin
Version:
一款能根据需求快速配置vue后台管理的脚手架
19 lines (13 loc) • 369 B
CSS
/* 深蓝 */
[data-theme="darkBlue"] {
--them-head-bg-color: #081947;
--them-head-font-color: #ffffff;
--them-logo-bg-color: #081947;
--them-logo-font-color: #ffffff;
--them-menu-bg-color: #081947;
--them-menu-hove-color: #1677ff;
--them-menu-font-color: #ffffff;
--them-main-bg-color: #081947;
--them-image-url: url("");
--main-color: #fff;
}