1.2.5原版
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<header id="masthead" class="site-header">
|
||||
<div class="top_bar uk-sticky">
|
||||
<div class="mobile_logo">
|
||||
<a href="/"><img th:src="${theme.config.base_top_set.mobile_logo}"></a>
|
||||
</div>
|
||||
|
||||
<th:block th:replace="~{'modules/header/header-search'}"></th:block>
|
||||
|
||||
<th:block th:if="${not #strings.contains('mod_third,mod_third_s',theme.config.style.layout_set)}">
|
||||
<th:block th:replace="~{modules/header/header-tool :: header-tool}"></th:block>
|
||||
</th:block>
|
||||
|
||||
<th:block th:unless="${not #strings.contains('mod_third,mod_third_s',theme.config.style.layout_set)}">
|
||||
<th:block th:replace="~{modules/header/header-tool :: header-tool-third}"></th:block>
|
||||
</th:block>
|
||||
|
||||
</div>
|
||||
<div class="uk-sticky-placeholder" hidden="" style="height: 72px; width: 590px; margin: 0px;"></div>
|
||||
|
||||
|
||||
</header><!-- #masthead -->
|
||||
|
||||
<div class="index_banner"
|
||||
th:data-src="${theme.config.style.topbg_banner}" uk-img="loading: eager">
|
||||
<div class="user_info">
|
||||
<div class="top">
|
||||
<div class="left">
|
||||
<div class="name">[[${theme.config.base_set.nice_name}]]</div>
|
||||
<div class="des">[[${theme.config.base_set.admin_des}]]</div>
|
||||
</div>
|
||||
<div class="avatar"><img th:src="${theme.config.base_set.default_avatar}"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user