mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-05 03:36:39 +08:00
1 line
429 B
CSS
1 line
429 B
CSS
.rc-shade{position:fixed;top:0;bottom:0;left:0;right:0;z-index:60;background-color:rgba(51,51,51,.95)}.rc-shade:not(.hidden){-webkit-animation:fadeIn .3s ease forwards;animation:fadeIn .3s ease forwards}.rc-shade--grey{background-color:rgba(51,51,51,.95)}.rc-shade--white{background-color:hsla(0,0%,100%,.95)}.rc-shade--grey--light{background-color:rgba(51,51,51,.45)}.rc-shade--white--light{background-color:hsla(0,0%,100%,.45)} |