fineui是帆软报表和BI产品线所使用的前端框架。
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.
|
|
|
/****添加计算宽度的--运算符直接需要space****/
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/
|
|
|
|
.layout-bg-white {
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
.layout-bg-gray {
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
.layout-bg1 {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #0088cc;
|
|
|
|
}
|
|
|
|
.layout-bg2 {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #008B8B;
|
|
|
|
}
|
|
|
|
.layout-bg3 {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #6495ED;
|
|
|
|
}
|
|
|
|
.layout-bg4 {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #ff69b4;
|
|
|
|
}
|
|
|
|
.layout-bg5 {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #B8860B;
|
|
|
|
}
|
|
|
|
.layout-bg6 {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #d9534f;
|
|
|
|
}
|
|
|
|
.layout-bg7 {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #ea4738;
|
|
|
|
}
|
|
|
|
.layout-bg8 {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #6495ed;
|
|
|
|
}
|
|
|
|
.demo-main .bg1 {
|
|
|
|
background-color: #178cdf;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
}
|
|
|
|
body.bi-theme-dark {
|
|
|
|
background-color: #191A2C;
|
|
|
|
}
|