mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 11:52:49 +08:00
49 lines
1016 B
SCSS
49 lines
1016 B
SCSS
.ul-nav-info {
|
|
&__item {
|
|
display : flex;
|
|
align-items : center;
|
|
justify-content: space-between;
|
|
padding : 15px;
|
|
|
|
|
|
&__main {
|
|
&__info {
|
|
display : flex;
|
|
align-items : center;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
&__icon {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
&__title {
|
|
font-size : 15px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
&__content {
|
|
margin-top: 10px;
|
|
color : #bbb;
|
|
font-size : 14px;
|
|
}
|
|
}
|
|
|
|
&__right {
|
|
display : flex;
|
|
align-items : center;
|
|
justify-content: flex-end;
|
|
color : #bbb;
|
|
|
|
&__item {
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
&:not(:last-child) {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
}
|
|
|
|
} |