金久信后台管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
601 B

// 纯黑主题
export default {
// 左侧菜单样式
leftMenu: {
backgroundColor: "#191a23",
subBackgroundColor:"#101117",
textColor: "rgba(255,255,255,0.9)",
activeTextColor: "#ffffff",
activeBackgroundColor: "#2d8cf0",
collapseActiveTextColor:"#2d8cf0",
collapseActiveBackgroundColor: "#2c3239",
hoverTextColor: "#ffffff",
hoverBackgroundColor: "#545f6c",
boxShadow: "0px 0 0px rgba(0,21,4,0.2)",
//boxShadow: "2px 0 2px rgba(0,21,4,0.2)",
//borderTop: "1px solid #101117"
},
// 顶部菜单样式
topMenu: {
backgroundColor: "#191a23",
textColor: "#f0f0f0",
}
}