mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
feat: 迁移通用头部
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
@import './element/ul-element-fixed-option/index';
|
||||
@import './element/ul-loading-pos/index';
|
||||
@import './group_panel/ul-group-list/index';
|
||||
@import './header/ul-header/index';
|
||||
@import './header/ul-header-shape/index';
|
||||
@import './header/ul-shop-header/index';
|
||||
@import './list/ul-ad-list/index';
|
||||
|
||||
6
source/components/header/ul-header/_index.env
Normal file
6
source/components/header/ul-header/_index.env
Normal file
@@ -0,0 +1,6 @@
|
||||
title=通用PC头部
|
||||
padding=0
|
||||
margin=0
|
||||
gray=0
|
||||
mobile=0
|
||||
inner_margin=0
|
||||
69
source/components/header/ul-header/_index.html
Normal file
69
source/components/header/ul-header/_index.html
Normal file
@@ -0,0 +1,69 @@
|
||||
<div class="ul-section">
|
||||
<div class="ul-header">
|
||||
<div
|
||||
class="ul-header-main"
|
||||
style="max-width: 600px;"
|
||||
>
|
||||
|
||||
<div class="ul-header-left">
|
||||
<div class="">
|
||||
<img
|
||||
class="ul-header-logo"
|
||||
src="/static/images/ulthon_logo_108.png"
|
||||
alt=""
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ul-header-right">
|
||||
<div class="ul-header-user">
|
||||
<div class="ul-header-user-avatar">
|
||||
|
||||
</div>
|
||||
<div class="ul-header-user-info">
|
||||
<div class="ul-header-user-name">
|
||||
奥古斯宏
|
||||
</div>
|
||||
<div class="ul-header-user-options">
|
||||
<i class="ul-icon-exit"></i>
|
||||
<span>退出</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="ul-section">
|
||||
<div class="ul-header ">
|
||||
<div class="ul-header-main">
|
||||
|
||||
<div class="ul-header-left">
|
||||
<div class="">
|
||||
<img
|
||||
class="ul-header-logo"
|
||||
src="/static/images/ulthon_logo_108.png"
|
||||
alt=""
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ul-header-right">
|
||||
<div class="ul-header-user">
|
||||
<div class="ul-header-user-avatar">
|
||||
|
||||
</div>
|
||||
<div class="ul-header-user-info">
|
||||
<div class="ul-header-user-name">
|
||||
奥古斯宏
|
||||
</div>
|
||||
<div class="ul-header-user-options">
|
||||
<i class="ul-icon-exit"></i>
|
||||
<span>退出</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
0
source/components/header/ul-header/_index.md
Normal file
0
source/components/header/ul-header/_index.md
Normal file
5
source/components/header/ul-header/_index.php
Normal file
5
source/components/header/ul-header/_index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
@@ -1 +0,0 @@
|
||||
@import './ul-header';
|
||||
@@ -7,7 +7,6 @@
|
||||
@import './jumbotron/index';
|
||||
@import './footer/index';
|
||||
@import './desciptions/index';
|
||||
@import './header/_index';
|
||||
@import '../components/index';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user