Слияние кода завершено, страница обновится автоматически
@import '../../style/themes/default';
@import '../../style/mixins/index';
@message-prefix-cls: ~'@{c7n-prefix}-message';
.@{message-prefix-cls} {
.reset-component;
position: fixed;
top: 0;
left: 0;
z-index: @zindex-message;
pointer-events: none;
&-notice {
padding: 0.08rem;
text-align: center;
&:first-child {
margin-top: -0.08rem;
}
}
&-notice-content {
display: inline-block;
padding: @message-notice-content-padding;
color: @message-notice-content-color;
line-height: @message-notice-content-line-height;
border-radius: @border-radius-base;
box-shadow: @shadow-2;
pointer-events: all;
&.@{message-prefix-cls}-content {
&-success {
background-color: @message-content-success-bg;
}
&-error {
background-color: @message-content-error-bg;
}
&-warning {
background-color: @message-content-warning-bg;
}
&-info {
background-color: @message-content-info-bg;
}
&-loading {
background-color: @message-content-loading-bg;
}
}
}
&-success .@{iconfont-css-prefix} {
color: @success-color;
}
&-error .@{iconfont-css-prefix} {
color: @error-color;
}
&-warning .@{iconfont-css-prefix} {
color: @warning-color;
}
&-info .@{iconfont-css-prefix},
&-loading .@{c7n-prefix}-progress-loading {
color: @info-color;
}
&-loading .@{c7n-prefix}-progress-loading {
position: relative;
top: -0.01rem;
margin-right: 0.08rem;
font-size: @font-size-lg;
line-height: 1;
.@{c7n-prefix}-progress-inner {
width: 0.16rem;
height: 0.16rem;
}
}
.@{iconfont-css-prefix} {
position: relative;
top: @message-icon-top;
margin-right: 0.08rem;
font-size: @font-size-lg;
vertical-align: top;
}
&-notice.move-up-leave.move-up-leave-active {
overflow: hidden;
animation-name: MessageMoveOut;
animation-duration: @animation-duration-slow;
}
}
@keyframes MessageMoveOut {
0% {
max-height: 1.5rem;
padding: 0.08rem;
opacity: 1;
}
100% {
max-height: 0;
padding: 0;
opacity: 0;
}
}
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Комментарий ( 0 )