zcy-antd
Version:
An enterprise-class UI design language and React-based implementation
44 lines (43 loc) • 773 B
CSS
.ant-message {
font-size: 14px;
position: fixed;
z-index: 1010;
width: 100%;
top: 16px;
left: 0;
}
.ant-message-notice {
width: auto;
vertical-align: middle;
position: absolute;
left: 50%;
}
.ant-message-notice-content {
position: relative;
right: 50%;
padding: 8px 16px;
border-radius: 4px;
border: 1px solid #bbbbbb;
box-shadow: 0 1px 8px rgba(100, 100, 100, 0.2);
background: #fff;
display: block;
}
.ant-message-success .anticon {
color: #50c141;
}
.ant-message-error .anticon {
color: #f65177;
}
.ant-message-warning .anticon {
color: #ff7900;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
color: #4990e2;
}
.ant-message .anticon {
margin-right: 8px;
font-size: 16px;
top: 2px;
position: relative;
}