细节优化

feat/task1-c-wallet
gongfuxiang 2022-11-28 17:19:44 +08:00
parent 90d564ee7c
commit 1d29a296e9
2 changed files with 7 additions and 8 deletions

View File

@ -1,3 +1,6 @@
<p class="powered">
{{$home_theme_footer_bottom_powered|raw}} {{$Think.APPLICATION_VERSION}}
</p>
{{if !empty($home_site_icp)}}
<b>|</b>
<p class="footer-icp">

View File

@ -67,7 +67,7 @@
</ul>
</div>
<!-- 页脚信息 -->
<!-- 页脚 -->
<div class="am-footer-miscs">
<div class="am-container">
<!-- 友情链接 -->
@ -84,20 +84,16 @@
</div>
{{/if}}
<p class="powered">
{{$home_theme_footer_bottom_powered|raw}} {{$Think.APPLICATION_VERSION}}
</p>
<!-- 页脚信息 -->
{{include file="public/footer_filing" /}}
</div>
</div>
</footer>
{{else /}}
<!-- 页脚信息 -->
<!-- 页脚 -->
<footer class="am-footer am-footer am-footer-default footer-base-content">
<div class="am-footer-miscs">
<p class="powered">
{{$home_theme_footer_bottom_powered|raw}} {{$Think.APPLICATION_VERSION}}
</p>
<!-- 页脚信息 -->
{{include file="public/footer_filing" /}}
</div>
</footer>