1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/open-hand-choerodon-ui

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Это зеркальный репозиторий, синхронизируется ежедневно с исходного репозитория.
Клонировать/Скачать
index.less 2.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
LiarYe Отправлено 2 лет назад bbe0f0f
@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 )

Вы можете оставить комментарий после Вход в систему

1
https://gitlife.ru/oschina-mirror/open-hand-choerodon-ui.git
git@gitlife.ru:oschina-mirror/open-hand-choerodon-ui.git
oschina-mirror
open-hand-choerodon-ui
open-hand-choerodon-ui
master