mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
完成多样导航
This commit is contained in:
@@ -79,4 +79,28 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ul-nav-info__item">
|
||||
<div class="ul-nav-info__item__main">
|
||||
<div class="ul-nav-info__item__main__info">
|
||||
<div class="ul-nav-info__item__main__icon ">
|
||||
<div class="ul-demo-img-bg" style="width:90px;height: 90px;"></div>
|
||||
</div>
|
||||
<div class="ul-nav-info__item__main__title">
|
||||
设置
|
||||
<div class="ul-nav-info__item__main__content">
|
||||
设置系统信息
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="ul-nav-info__item__right">
|
||||
<div class="ul-nav-info__item__right__item">
|
||||
新版本
|
||||
</div>
|
||||
<div class="ul-nav-info__item__right__item">
|
||||
<i class="layui-icon layui-icon-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -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