mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
开始导航列表
This commit is contained in:
32
source/components/nav/ul-nav-info/_index.scss
Normal file
32
source/components/nav/ul-nav-info/_index.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
.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 : 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
&__content {
|
||||
margin-top: 5px;
|
||||
color : #bbb;
|
||||
font-size : 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user