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.
 
 
 

33 lines
503 B

@import "../../index.less";
.bi-message-title {
font-size: @font-size-14;
cursor: pointer;
}
.bi-message-text {
font-size: @font-size-16;
.user-select-enable();
}
.bi-message-content {
font-size: @font-size-16;
}
.bi-message-close {
font-size: @font-size-16;
}
.bi-message-animate {
@val: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;;
.transition(@val);
}
.bi-message-enter {
opacity: 1;
}
.bi-message-leave {
opacity: 0;
transform: translateY(-100%);
}