zent
Version:
一套前端设计语言和基于React的实现
22 lines (21 loc) • 376 B
CSS
.zent-notify {
position: fixed;
top: 80px;
left: 25%;
right: 25%;
line-height: 40px;
font-size: 14px;
color: #fff;
text-align: center;
border-radius: 2px;
z-index: 10000;
min-height: 40px
}
.zent-notify.zent-notify-success {
border: 1px solid #0a0;
background: #396;
}
.zent-notify.zent-notify-error {
border: 1px solid #e33;
background: #f44;
}