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

OSCHINA-MIRROR/open-hand-choerodon-ui

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Это зеркальный репозиторий, синхронизируется ежедневно с исходного репозитория.
Клонировать/Скачать
index.less 3.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
LiarYe Отправлено 2 лет назад bbe0f0f
@import '../../style/themes/default';
@import '../../style/mixins/index';
@divider-prefix-cls: ~'@{c7n-prefix}-divider';
.@{divider-prefix-cls} {
.reset-component;
background: @border-color-split;
&, /* for compatiable */
&-vertical {
position: relative;
top: -0.06em;
display: inline-block;
width: 0.01rem;
height: @divider-vertical-height;
margin: 0 0.08rem;
vertical-align: middle;
}
&-horizontal {
display: block;
width: 100%;
min-width: 100%;
height: 0.01rem;
margin: 0.24rem 0;
}
&-horizontal&-with-text,
&-horizontal&-with-text-center {
display: table;
margin: 0.16rem 0;
color: @divider-text-color;
font-weight: 500;
font-size: @divider-font-size-lg;
white-space: nowrap;
text-align: center;
background: transparent;
&::before,
&::after {
position: relative;
top: 50%;
display: table-cell;
width: 50%;
border-top: @border-width-base @border-style-base @border-color-split;
transform: translateY(50%);
content: '';
}
}
&-inner-text {
display: inline-block;
padding: @divider-inner-text-padding;
}
&-horizontal&-with-text-left {
display: table;
margin: 0.16rem 0;
color: @divider-text-color;
font-weight: 500;
font-size: @divider-font-size-base;
white-space: nowrap;
text-align: center;
background: transparent;
&::before {
position: relative;
top: 50%;
display: table-cell;
width: 5%;
border-top: @border-width-base @border-style-base @border-color-split;
transform: translateY(50%);
content: '';
}
&::after {
position: relative;
top: 50%;
display: table-cell;
width: 95%;
border-top: @border-width-base @border-style-base @border-color-split;
transform: translateY(50%);
content: '';
}
&-inner-text {
display: inline-block;
padding: 0 0.1rem;
}
}
&-horizontal&-with-text-right {
display: table;
margin: 0.16rem 0;
color: @divider-text-color;
font-weight: 500;
font-size: @divider-font-size-base;
white-space: nowrap;
text-align: center;
background: transparent;
&::before {
position: relative;
top: 50%;
display: table-cell;
width: 95%;
border-top: @border-width-base @border-style-base @border-color-split;
transform: translateY(50%);
content: '';
}
&::after {
position: relative;
top: 50%;
display: table-cell;
width: 5%;
border-top: @border-width-base @border-style-base @border-color-split;
transform: translateY(50%);
content: '';
}
&-inner-text {
display: inline-block;
padding: 0 0.1rem;
}
}
&-dashed {
background: none;
border-top: @border-width-base dashed @border-color-split;
}
&-horizontal&-with-text&-dashed,
&-horizontal&-with-text-center&-dashed,
&-horizontal&-with-text-left&-dashed,
&-horizontal&-with-text-right&-dashed {
border-top: 0;
&::before,
&::after {
border-style: dashed none none;
}
}
}

Комментарий ( 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