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.
|
|
|
.bi-bubble .bubble-text {
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.bi-bubble .bubble-error {
|
|
|
|
background: #ffecec;
|
|
|
|
color: #ff4949;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-bubble .bubble-error {
|
|
|
|
background: #3A2940;
|
|
|
|
}
|
|
|
|
.bi-bubble .bubble-common {
|
|
|
|
background: #eaf2fd;
|
|
|
|
color: #3685f2;
|
|
|
|
}
|
|
|
|
.bi-bubble .bubble-success {
|
|
|
|
background: #e1f4e7;
|
|
|
|
color: #13cd66;
|
|
|
|
}
|
|
|
|
.bi-bubble .bubble-warning {
|
|
|
|
background: #feeed7;
|
|
|
|
color: #faaa39;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-tip {
|
|
|
|
position: fixed !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-toast {
|
|
|
|
color: #ffffff;
|
|
|
|
max-width: 400px;
|
|
|
|
min-width: 150px;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.bi-toast.toast-success {
|
|
|
|
background: #13cd66;
|
|
|
|
}
|
|
|
|
.bi-toast.toast-warning {
|
|
|
|
background: #faaa39;
|
|
|
|
}
|
|
|
|
.bi-toast.toast-error {
|
|
|
|
background: #ff4949;
|
|
|
|
}
|
|
|
|
.bi-toast.toast-normal {
|
|
|
|
background: #3685f2;
|
|
|
|
}
|
|
|
|
.bi-toast .toast-icon {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-tooltip {
|
|
|
|
max-width: 250px;
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.bi-tooltip.tooltip-success {
|
|
|
|
background: #647185;
|
|
|
|
border: 1px solid #647185;
|
|
|
|
}
|
|
|
|
.bi-tooltip.tooltip-warning {
|
|
|
|
background: #ff4949;
|
|
|
|
border: 1px solid #FF4949;
|
|
|
|
}
|