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.

283 lines
6.8 KiB

8 years ago
/****添加计算宽度的--运算符直接需要space****/
/****** common color(常用颜色,可用于普遍场景) *****/
/**** custom color(自定义颜色,用于特定场景) ****/
.base-disabled {
cursor: default !important;
8 years ago
color: #cccccc !important;
8 years ago
}
.base-disabled .b-font:before {
8 years ago
color: #cccccc !important;
}
.bi-theme-dark .base-disabled {
color: #666666 !important;
}
.bi-theme-dark .base-disabled .b-font:before {
color: #666666 !important;
8 years ago
}
.base-invalid {
cursor: default !important;
}
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
line-height: 0;
}
.clearfix:after {
clear: both;
}
8 years ago
.bi-background {
background-color: #eff1f4;
color: #666666;
}
.bi-theme-dark .bi-background {
background-color: #191b2b;
color: #cccccc;
}
.bi-card {
background-color: #ffffff;
color: #666666;
}
.bi-theme-dark .bi-card {
background-color: #242640;
color: #cccccc;
}
.bi-disabled {
color: #cccccc;
}
.bi-theme-dark .bi-disabled {
color: #666666;
}
.bi-tips {
color: #999999;
}
.bi-border {
border: 1px solid #d4dadd;
}
.bi-theme-dark .bi-border {
border: 1px solid #525466;
}
.bi-border-left {
border-left: 1px solid #d4dadd;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #525466;
}
.bi-border-right {
border-right: 1px solid #d4dadd;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #525466;
}
.bi-border-top {
border-top: 1px solid #d4dadd;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #525466;
}
.bi-border-bottom {
border-bottom: 1px solid #d4dadd;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #525466;
}
8 years ago
.bi-keyword-red-mark {
color: #f07d0a;
}
.bi-high-light {
8 years ago
color: #3f8ce8;
8 years ago
}
.bi-water-mark {
color: #cccccc;
cursor: text;
}
8 years ago
.bi-theme-dark .bi-water-mark {
color: #666666;
8 years ago
}
.bi-resizer {
background: #d8f3fe;
opacity: 0.8;
filter: alpha(opacity=80);
z-index: 1000000000;
}
.bi-z-index-mask {
background-color: #1a1a1a;
opacity: 0.5;
filter: alpha(opacity=50);
}
8 years ago
.bi-theme-dark .bi-z-index-mask {
background-color: #ffffff;
}
8 years ago
.bi-list-item:hover,
.bi-list-item.hover {
8 years ago
background-color: #eff1f4;
color: #1a1a1a;
8 years ago
}
.bi-list-item.disabled,
.bi-list-item.disabled:hover,
.bi-list-item.disabled:active {
8 years ago
background-color: transparent !important;
8 years ago
color: #cccccc !important;
8 years ago
}
8 years ago
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
8 years ago
background-color: #191b2b;
8 years ago
color: #ffffff;
}
8 years ago
.bi-theme-dark .bi-list-item.disabled,
.bi-theme-dark .bi-list-item.disabled:hover,
.bi-theme-dark .bi-list-item.disabled:active {
background-color: transparent !important;
color: #666666 !important;
}
.bi-list-item-simple:hover,
.bi-list-item-simple.hover {
color: #1a1a1a;
}
.bi-list-item-simple.disabled,
.bi-list-item-simple.disabled:hover,
.bi-list-item-simple.disabled:active {
color: #cccccc !important;
}
.bi-theme-dark .bi-list-item-simple:hover,
.bi-theme-dark .bi-list-item-simple.hover {
color: #ffffff;
}
.bi-theme-dark .bi-list-item-simple.disabled,
.bi-theme-dark .bi-list-item-simple.disabled:hover,
.bi-theme-dark .bi-list-item-simple.disabled:active {
color: #666666 !important;
}
.bi-list-item-effect:hover {
color: #1a1a1a;
}
8 years ago
.bi-list-item-effect.active,
.bi-list-item-effect:active {
8 years ago
color: #3f8ce8;
8 years ago
}
.bi-list-item-effect.disabled,
.bi-list-item-effect.disabled:hover,
.bi-list-item-effect.disabled:active {
8 years ago
color: #cccccc !important;
}
.bi-theme-dark .bi-list-item-effect:hover {
color: #ffffff;
8 years ago
}
.bi-theme-dark .bi-list-item-effect.active,
.bi-theme-dark .bi-list-item-effect:active {
8 years ago
color: #3f8ce8;
8 years ago
}
.bi-theme-dark .bi-list-item-effect.disabled,
.bi-theme-dark .bi-list-item-effect.disabled:hover,
.bi-theme-dark .bi-list-item-effect.disabled:active {
8 years ago
background-color: transparent !important;
color: #666666 !important;
8 years ago
}
.bi-list-item-hover:hover,
.bi-list-item-hover.hover {
8 years ago
color: #3f8ce8;
background-color: #eff1f4;
8 years ago
}
.bi-list-item-hover.disabled,
.bi-list-item-hover.disabled:hover,
.bi-list-item-hover.disabled:active {
8 years ago
color: #cccccc !important;
8 years ago
background-color: transparent !important;
8 years ago
}
8 years ago
.bi-theme-dark .bi-list-item-hover:hover,
.bi-theme-dark .bi-list-item-hover.hover {
8 years ago
color: #3f8ce8;
background-color: #191b2b;
8 years ago
}
.bi-theme-dark .bi-list-item-hover.disabled,
.bi-theme-dark .bi-list-item-hover.disabled:hover,
.bi-theme-dark .bi-list-item-hover.disabled:active {
8 years ago
background-color: transparent !important;
color: #666666 !important;
8 years ago
}
8 years ago
.bi-list-item-active:hover,
.bi-list-item-active.hover {
8 years ago
color: #1a1a1a;
background-color: #eff1f4;
8 years ago
}
.bi-list-item-active.active,
.bi-list-item-active:active {
8 years ago
color: #3f8ce8;
background-color: #eff1f4;
8 years ago
}
.bi-list-item-active.disabled,
.bi-list-item-active.disabled:hover,
.bi-list-item-active.disabled:active {
8 years ago
background-color: transparent !important;
8 years ago
color: #cccccc !important;
8 years ago
}
8 years ago
.bi-theme-dark .bi-list-item-active:hover,
.bi-theme-dark .bi-list-item-active.hover {
8 years ago
background-color: #191b2b;
8 years ago
color: #ffffff;
}
.bi-theme-dark .bi-list-item-active.active,
.bi-theme-dark .bi-list-item-active:active {
8 years ago
color: #3f8ce8;
background-color: #191b2b;
}
.bi-theme-dark .bi-list-item-active.disabled,
.bi-theme-dark .bi-list-item-active.disabled:hover,
.bi-theme-dark .bi-list-item-active.disabled:active {
background-color: transparent !important;
color: #666666 !important;
8 years ago
}
8 years ago
.bi-list-item-select:hover,
.bi-list-item-select.hover {
8 years ago
color: #3f8ce8;
background-color: #eff1f4;
8 years ago
}
.bi-list-item-select:active,
.bi-list-item-select.active {
color: #ffffff;
8 years ago
background-color: #3f8ce8;
8 years ago
}
.bi-list-item-select:active .bi-high-light,
.bi-list-item-select.active .bi-high-light {
color: #ffffff;
}
.bi-list-item-select.disabled,
.bi-list-item-select.disabled:hover,
.bi-list-item-select.disabled:active {
8 years ago
color: #cccccc !important;
8 years ago
background-color: transparent !important;
8 years ago
}
.bi-list-item-select.disabled .bi-high-light,
.bi-list-item-select.disabled:hover .bi-high-light,
.bi-list-item-select.disabled:active .bi-high-light {
8 years ago
color: #cccccc !important;
8 years ago
}
8 years ago
.bi-theme-dark .bi-list-item-select:hover,
.bi-theme-dark .bi-list-item-select.hover {
8 years ago
color: #3f8ce8;
background-color: #eff1f4;
8 years ago
}
8 years ago
.bi-theme-dark .bi-list-item-select:active,
.bi-theme-dark .bi-list-item-select.active {
8 years ago
color: #ffffff;
8 years ago
background-color: #3f8ce8;
8 years ago
}
8 years ago
.bi-theme-dark .bi-list-item-select:active .bi-high-light,
.bi-theme-dark .bi-list-item-select.active .bi-high-light {
8 years ago
color: #ffffff;
}
8 years ago
.bi-theme-dark .bi-list-item-select.disabled,
.bi-theme-dark .bi-list-item-select.disabled:hover,
.bi-theme-dark .bi-list-item-select.disabled:active {
background-color: transparent !important;
color: #666666 !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
color: #666666 !important;
}