loit-web-component-gx
Version:
广西时代凌宇前端组件库
1 lines • 1.5 kB
CSS
.el-alert{width:100%;padding:0.08rem 0.16rem;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0.04rem;position:relative;background-color:#fff;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s }.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center }.el-alert--success{background-color:#f0f9eb;color:#67c23a }.el-alert--success .el-alert__description{color:#67c23a }.el-alert--info{background-color:#f4f4f5;color:#909399 }.el-alert--info .el-alert__description{color:#909399 }.el-alert--warning{background-color:#fdf6ec;color:#e6a23c }.el-alert--warning .el-alert__description{color:#e6a23c }.el-alert--error{background-color:#fef0f0;color:#f56c6c }.el-alert--error .el-alert__description{color:#f56c6c }.el-alert__content{display:table-cell;padding:0 0.08rem }.el-alert__icon{font-size:0.16rem;width:0.16rem }.el-alert__icon.is-big{font-size:0.28rem;width:0.28rem }.el-alert__title{font-size:0.13rem;line-height:0.18rem }.el-alert__title.is-bold{font-weight:700 }.el-alert .el-alert__description{font-size:0.12rem;margin:0.05rem 0 0 }.el-alert__closebtn{font-size:0.12rem;color:#c0c4cc;opacity:1;position:absolute;top:0.12rem;right:0.15rem;cursor:pointer }.el-alert__closebtn.is-customed{font-style:normal;font-size:0.13rem;top:0.09rem }.el-alert-fade-enter,.el-alert-fade-leave-active{opacity:0 }