mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 20:02:49 +08:00
完成多样导航
This commit is contained in:
@@ -18,15 +18,32 @@
|
||||
}
|
||||
|
||||
&__title {
|
||||
font-size : 16px;
|
||||
font-size : 15px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
&__content {
|
||||
margin-top: 5px;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user