主题优化改进

This commit is contained in:
thinkgem
2022-02-16 15:33:40 +08:00
parent 2272f36588
commit 958d019cd5
11 changed files with 129 additions and 181 deletions

View File

@@ -118,10 +118,10 @@
绿灰=Green Grey
红灰=Red Grey
黄灰=Yellow Grey
亮蓝(经典)=Bright Blue
浅蓝(经典)=Light Blue
亮蓝(无界)=Bright Blue2
浅蓝(无界)=Light Blue2
亮蓝-经典=Bright Blue
浅蓝-经典=Light Blue
亮蓝-无界=Bright Blue2
浅蓝-无界=Light Blue2
表单弹窗模式=Form popup mode
取消页签模式=Cancel tab mode

View File

@@ -10,11 +10,8 @@
<script src="${ctxStatic}/jquery/jquery-3.5.0.min.js"></script>
<script src="${ctxStatic}/jquery/jquery-migrate-3.2.0.min.js"></script>
<!--[if lt IE 9]><script src="${ctxStatic}/common/h5fix.min.js"></script><![endif]-->
<% if(parameter.__layer! == 'true'){ %>
<style>.ui-layout-container,.main-content{padding:0!important}</style>
<% if(parameter.__layer_title! == 'false'){ %>
<style>.main-content>.box-main>.box-header{padding-right:45px}</style>
<% if(parameter.__layer! == 'true'){ if(parameter.__layer_title! == 'false'){ %>
<style>.main-content>.box-main>.box-header{padding-right:45px;}</style>
<% }else{ %>
<style>.main-content>.box-main>.box-header{display:none}</style>
<% }
} %>
<style>.main-content>.box-main>.box-header{display:none;}</style>
<% } } %>

View File

@@ -1,8 +1,8 @@
<% layout('/layouts/default.html', {title:'切换主题'}){ %>
<style>
.list-unstyled{margin:10px;}
.list-unstyled{margin:10px;}
.full-opacity-hover{opacity:1;filter:none;border:1px solid #fff}
.full-opacity-hover:hover{border:1px solid #f00;}
.full-opacity-hover:hover{border:1px solid #f00;}
</style>
<ul class="list-unstyled clearfix">
<li style="float:left;width:16.66666%;padding:5px;">
@@ -138,7 +138,7 @@
<span style="display:block;width:20%;float:left;height:30px;background:#f9fafc"></span>
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
</a>
<p class="text-center no-margin">${text('亮蓝(经典)')}</p>
<p class="text-center no-margin">${text('亮蓝-经典')}</p>
</li>
<li style="float:left;width:16.66666%;padding:5px;">
<a href="javascript:" data-skin="skin-blue-light2" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
@@ -147,7 +147,7 @@
<span style="display:block;width:20%;float:left;height:30px;background:#f9fafc"></span>
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
</a>
<p class="text-center no-margin">${text('浅蓝(经典)')}</p>
<p class="text-center no-margin">${text('浅蓝-经典')}</p>
</li>
<li style="float:left;width:16.66666%;padding:5px;">
<a href="javascript:" data-skin="skin-blue3" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
@@ -156,7 +156,7 @@
<span style="display:block;width:20%;float:left;height:30px;background:#f9fafc"></span>
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
</a>
<p class="text-center no-margin">${text('亮蓝(无界)')}</p>
<p class="text-center no-margin">${text('亮蓝-无界')}</p>
</li>
<li style="float:left;width:16.66666%;padding:5px;">
<a href="javascript:" data-skin="skin-blue-light3" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
@@ -165,7 +165,7 @@
<span style="display:block;width:20%;float:left;height:30px;background:#f9fafc"></span>
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
</a>
<p class="text-center no-margin">${text('浅蓝(无界)')}</p>
<p class="text-center no-margin">${text('浅蓝-无界')}</p>
</li>
<li style="float:left;width:32%;padding-top:8px;text-align:center;">
<#form:checkbox name="formLayerModel" label="${text('表单弹窗模式')}" class="form-control"/>

View File

@@ -712,7 +712,7 @@
</section>
</div>
</div>
<footer class="main-footer m0">
<footer class="main-footer m0" style="padding-right:50px">
<div class="pull-right hidden-xs">当前版本: ${@Global.getConfig('productVersion')}</div>
&copy; ${@DateUtils.getYear()} ${@Global.getConfig('productName')} - Powered By
<a href="http://jeesite.com" target="_blank">JeeSite</a>