UNPKG

jiku-ui

Version:

A Component Library for Vue.js.

1 lines 1.69 kB
.hn-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #EBEEF5;position:fixed;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.hn-notification.right{right:16px}.hn-notification.left{left:16px}.hn-notification__group{margin-left:13px;margin-right:8px}.hn-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.hn-notification__content{font-size:14px;line-height:21px;margin:6px 0 0;color:#606266;text-align:justify}.hn-notification__content p{margin:0}.hn-notification__icon{height:24px;width:24px;font-size:24px}.hn-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.hn-notification__closeBtn:hover{color:#606266}.hn-notification .hn-icon-success{color:#67C23A}.hn-notification .hn-icon-error{color:#F56C6C}.hn-notification .hn-icon-info{color:#909399}.hn-notification .hn-icon-warning{color:#F5A623}.hn-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.hn-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.hn-notification-fade-leave-active{opacity:0}