mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
feat: 迁移银色垂直导航
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
@import './header/ul-header/index';
|
||||
@import './header/ul-header-a/index';
|
||||
@import './header/ul-header-shape/index';
|
||||
@import './nav/ul-nav-white/index';
|
||||
@import './header/ul-shop-header/index';
|
||||
@import './list/ul-ad-list/index';
|
||||
@import './list/ul-avatar-list/index';
|
||||
@@ -48,6 +49,7 @@
|
||||
@import './nav/ul-nav-grid/index';
|
||||
@import './nav/ul-nav-info/index';
|
||||
@import './nav/ul-nav-tree-2/index';
|
||||
@import './nav/ul-nav-white/index';
|
||||
@import './photo/ul-upload-photo-list/index';
|
||||
@import './title/ul-group-title/index';
|
||||
@import './title/ul-group-title-2/index';
|
||||
|
||||
6
source/components/nav/ul-nav-white/_index.env
Normal file
6
source/components/nav/ul-nav-white/_index.env
Normal file
@@ -0,0 +1,6 @@
|
||||
title=银色垂直导航
|
||||
padding=0
|
||||
margin=0
|
||||
gray=0
|
||||
mobile=0
|
||||
inner_margin=0
|
||||
21
source/components/nav/ul-nav-white/_index.html
Normal file
21
source/components/nav/ul-nav-white/_index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<ul class="layui-nav layui-nav-tree ul-nav-white">
|
||||
<!-- 侧边导航: <ul class="layui-nav layui-nav-tree layui-nav-side"> -->
|
||||
<li class="layui-nav-item layui-nav-itemed">
|
||||
<a href="javascript:;">默认展开</a>
|
||||
<dl class="layui-nav-child">
|
||||
<dd class="layui-this"><a href="javascript:;">选项1</a></dd>
|
||||
<dd><a href="javascript:;">选项2</a></dd>
|
||||
<dd><a href="">跳转</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li class="layui-nav-item">
|
||||
<a href="javascript:;">解决方案</a>
|
||||
<dl class="layui-nav-child">
|
||||
<dd><a href="">移动模块</a></dd>
|
||||
<dd><a href="">后台模版</a></dd>
|
||||
<dd><a href="">电商平台</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li class="layui-nav-item layui-this"><a href="">产品</a></li>
|
||||
<li class="layui-nav-item"><a href="">大数据</a></li>
|
||||
</ul>
|
||||
0
source/components/nav/ul-nav-white/_index.md
Normal file
0
source/components/nav/ul-nav-white/_index.md
Normal file
5
source/components/nav/ul-nav-white/_index.php
Normal file
5
source/components/nav/ul-nav-white/_index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
@@ -1,3 +1,2 @@
|
||||
@import './ul-nav-tree';
|
||||
@import './ul-nav-card-simple';
|
||||
@import './ul-nav-white';
|
||||
@import './ul-nav-card-simple';
|
||||
Reference in New Issue
Block a user