.f-alert{--alert-border-radius: 4px}.f-alert__default{--alert-color: #333;--alert-background: #f0f0f0}.f-alert__primary{--alert-color: #fff;--alert-background: #2d5af1}.f-alert__success{--alert-color: #fff;--alert-background: #52b35e}.f-alert__danger{--alert-color: #fff;--alert-background: #ff0200}.f-alert__warning{--alert-color: #fff;--alert-background: #fcc202}.f-alert__info{--alert-color: #fbfbfd;--alert-background: #1d1d1f}.f-alert__default.f-alert__simple{--alert-color: #333;--alert-background: #f8f8f8}.f-alert__primary.f-alert__simple{--alert-color: #2d5af1;--alert-background: #dee5fd}.f-alert__success.f-alert__simple{--alert-color: #52b35e;--alert-background: #e7f4e8}.f-alert__danger.f-alert__simple{--alert-color: #ff0200;--alert-background: #ffd7d6}.f-alert__warning.f-alert__simple{--alert-color: #fcc202;--alert-background: #fff5d6}.f-alert__info.f-alert__simple{--alert-color: #1d1d1f;--alert-background: #bdbdbd}.f-alert__round{--alert-border-radius: 25px}.f-alert{display:flex;padding:8px 10px;margin:0;position:relative;align-items:center;box-sizing:border-box;border-radius:var(--alert-border-radius);color:var(--alert-color);transition:.3s;background-color:var(--alert-background)}.f-alert__content{display:flex;flex-wrap:wrap;align-items:center;flex:1 1 auto}.f-alert__content .f-alert__title{font-weight:700;margin-left:10px;font-size:17px;font-size:var(--alert-title-size, 17px);color:var(--alert-title-color)}.f-alert__content .f-alert__sub-title{display:block;margin-left:10px;line-height:24px;font-size:14px;font-size:var(--alert-font-size, 14px)}.f-alert__content .f-alert__list{margin-left:10px;height:24px;overflow-y:hidden;overflow-x:hidden;font-size:15px;font-size:var(--alert-font-size, 15px)}.f-alert__content .f-alert__list .f-alert__list-item{line-height:24px}.f-alert.f-alert__bold{font-weight:700}.f-alert.f-alert__center .f-alert__content{justify-content:center}.f-alert.f-alert__fixed{width:100%;position:fixed}.f-alert>.f-close-btn{position:absolute;right:10px}.f-alert-enter-active,.f-alert-leave-active{transition:all .2s ease-out}.f-alert-enter-from,.f-alert-leave-to{transform:scale(.5);opacity:0}
