新增亮蓝主题
This commit is contained in:
@@ -76,7 +76,6 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.wrapper,
|
|
||||||
.sidebar,
|
.sidebar,
|
||||||
.left-side {
|
.left-side {
|
||||||
background-color: #263238;
|
background-color: #263238;
|
||||||
|
|||||||
@@ -0,0 +1,214 @@
|
|||||||
|
/*
|
||||||
|
* http://jeesite.com
|
||||||
|
*/
|
||||||
|
a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sortable {
|
||||||
|
color:#1890ff;
|
||||||
|
}
|
||||||
|
.main-header .navbar {
|
||||||
|
background-color: #1890ff;
|
||||||
|
}
|
||||||
|
.main-header .navbar .nav > li > a {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
.main-header .navbar .nav > li > a:hover,
|
||||||
|
.main-header .navbar .nav > li > a:active,
|
||||||
|
.main-header .navbar .nav > li > a:focus,
|
||||||
|
.main-header .navbar .nav .open > a,
|
||||||
|
.main-header .navbar .nav .open > a:hover,
|
||||||
|
.main-header .navbar .nav .open > a:focus,
|
||||||
|
.main-header .navbar .nav > .active > a {
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
color: #f6f6f6;
|
||||||
|
}
|
||||||
|
.main-header .navbar .sidebar-toggle {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
.main-header .navbar .sidebar-toggle:hover {
|
||||||
|
color: #f6f6f6;
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
.main-header .navbar .sidebar-toggle {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.main-header .navbar .sidebar-toggle:hover {
|
||||||
|
background-color: #367fa9;
|
||||||
|
}
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.main-header .navbar .dropdown-menu li.divider {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
|
}
|
||||||
|
.main-header .navbar .dropdown-menu li a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.main-header .navbar .dropdown-menu li a:hover {
|
||||||
|
background: #367fa9;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.main-header .logo {
|
||||||
|
background-color: #1890ff;
|
||||||
|
color: #ffffff;
|
||||||
|
border-bottom: 0 solid transparent;
|
||||||
|
}
|
||||||
|
.main-header .logo:hover {
|
||||||
|
background-color: #1890ff;
|
||||||
|
}
|
||||||
|
.main-header li.user-header {
|
||||||
|
background-color: #1890ff;
|
||||||
|
}
|
||||||
|
.content-header {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.sidebar,
|
||||||
|
.left-side {
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
.content-wrapper,
|
||||||
|
.main-footer {
|
||||||
|
border-left: 1px solid #eeeeee;
|
||||||
|
}
|
||||||
|
.user-panel > .info,
|
||||||
|
.user-panel > .info > a {
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
.sidebar-menu > li {
|
||||||
|
-webkit-transition: border-left-color 0.3s ease;
|
||||||
|
-o-transition: border-left-color 0.3s ease;
|
||||||
|
transition: border-left-color 0.3s ease;
|
||||||
|
}
|
||||||
|
.sidebar-menu > li.header {
|
||||||
|
color: #848484;
|
||||||
|
background: #f8f8f8;
|
||||||
|
}
|
||||||
|
.sidebar-menu > li > a {
|
||||||
|
border-left: 3px solid transparent;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.sidebar-menu > li:hover > a,
|
||||||
|
.sidebar-menu > li.active > a {
|
||||||
|
color: #000;
|
||||||
|
background: #ffffff;
|
||||||
|
}
|
||||||
|
.sidebar-menu > li.active {
|
||||||
|
border-left-color: #1890ff;
|
||||||
|
}
|
||||||
|
.sidebar-menu > li.active > a {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.sidebar-menu > li.menu-open > a,
|
||||||
|
.sidebar-menu > li > .treeview-menu {
|
||||||
|
background: #ffffff;
|
||||||
|
}
|
||||||
|
.sidebar a {
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
.sidebar a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.treeview-menu > li > a {
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
.treeview-menu > li.active > a,
|
||||||
|
.treeview-menu > li > a:hover {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
.sidebar-form {
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid #d2d6de;
|
||||||
|
margin: 10px 10px;
|
||||||
|
}
|
||||||
|
.sidebar-form input[type="text"],
|
||||||
|
.sidebar-form .btn {
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
height: 35px;
|
||||||
|
}
|
||||||
|
.sidebar-form input[type="text"] {
|
||||||
|
color: #666;
|
||||||
|
border-top-left-radius: 2px;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px;
|
||||||
|
}
|
||||||
|
.sidebar-form input[type="text"]:focus,
|
||||||
|
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
border-left-color: #fff;
|
||||||
|
}
|
||||||
|
.sidebar-form .btn {
|
||||||
|
color: #999;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
border-bottom-left-radius: 0;
|
||||||
|
}
|
||||||
|
.main-footer {
|
||||||
|
border-top-color: #d2d6de;
|
||||||
|
}
|
||||||
|
.skin-blue.layout-top-nav .main-header > .logo {
|
||||||
|
background-color: #1890ff;
|
||||||
|
color: #ffffff;
|
||||||
|
border-bottom: 0 solid transparent;
|
||||||
|
}
|
||||||
|
.skin-blue.layout-top-nav .main-header > .logo:hover {
|
||||||
|
background-color: #3b8ab8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-menu .treeview-item.active > a {color:#1890ff;background-color:#e1f1ff;border-right:solid #57a6ee;}
|
||||||
|
|
||||||
|
.content-wrapper, .right-side, body {background-color:#f8f8f8;}
|
||||||
|
|
||||||
|
.btn-primary, .btn-primary:hover, .btn-primary:active,
|
||||||
|
.btn-primary.hover, .btn-primary.focus, .btn-primary:focus,
|
||||||
|
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
|
||||||
|
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
|
||||||
|
.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
|
||||||
|
.open>.dropdown-toggle.btn-primary:hover, .layui-layer-btn .layui-layer-btn0,
|
||||||
|
.select2-container--default .select2-selection--multiple .select2-selection__choice,
|
||||||
|
.select2-container--default .select2-results__option--highlighted[aria-selected],
|
||||||
|
.wup_container .placeholder .webuploader-pick {background-color:#1890ff!important;border-color:#1890ff;}
|
||||||
|
.form-unit, th[aria-selected=true] .ui-jqgrid-sortable {color:#1890ff;}
|
||||||
|
.form-unit {border-bottom: 1px solid #eee;}
|
||||||
|
|
||||||
|
.tabpanel_mover li {padding:1px 16px 2px 3px;margin:6px 0 6px 6px;border:1px solid #e4e4e4;
|
||||||
|
border-radius:3px;background:#fff;box-shadow:0 0 5px #e6e6e6;}
|
||||||
|
.tabpanel_mover li.active {background-color:#3aa0ff;}
|
||||||
|
.tabpanel_mover li.active div {color:#fff;}
|
||||||
|
.tabpanel_mover li .closer {font:11px/1 FontAwesome;top:6px;right:2px;background:none;opacity:0.7;}
|
||||||
|
.tabpanel_mover li .closer:before {content:"\f00d";}
|
||||||
|
.tabpanel_mover li .closer:hover {background:none;-moz-transform: scale(1.2);-webkit-transform: scale(1.2);
|
||||||
|
-o-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);color:#d30606;}
|
||||||
|
.tabpanel_mover li.active .closer:hover {color:#fff;opacity:0.9;}
|
||||||
|
.tabpanel_tab_content {background-color:#fafafa;border-bottom-color:#eeeeee;overflow:visible;}
|
||||||
|
/* .tabpanel_mover li {background:#fff;border-right:1px solid #eee;padding:8px 16px 8px 5px;}
|
||||||
|
.tabpanel_mover li.active {background-color:#fff;border-bottom:3px solid #3aa0ff;}
|
||||||
|
.tabpanel_mover li.active div {color:#0975d9;}
|
||||||
|
.tabpanel_mover li .closer {background:none;font:11px/1 FontAwesome;opacity:0.7;}
|
||||||
|
.tabpanel_mover li .closer:before {content:"\f00d";}
|
||||||
|
.tabpanel_mover li .closer:hover {background:none;-moz-transform: scale(1.2);-webkit-transform: scale(1.2);
|
||||||
|
-o-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);color:#d30606;}
|
||||||
|
.tabpanel_tab_content {background-color:#fafafa;border-bottom-color:#eeeeee;overflow:visible;} 替换上面 tab 样式,改变 tab 风格。*/
|
||||||
|
|
||||||
|
/* .main-content {padding:10px;}
|
||||||
|
.ui-layout-container {padding:10px;}
|
||||||
|
.ui-layout-resizer {background:transparent;}
|
||||||
|
.ui-layout-pane {box-shadow:0 0 5px #e0e0e0;}
|
||||||
|
.ui-layout-pane>.main-content {padding:0;}
|
||||||
|
.ui-layout-content>.wrapper>.main-content {padding:0;}
|
||||||
|
.box-main,.nav-main{border-radius:3px;box-shadow:0 0 5px #e0e0e0;} 解开注释,可给内容页面,添加内边距样式 */
|
||||||
|
.box-main>.box-header {border-bottom-color:#eeeeee;}
|
||||||
|
.box-main>.box-header .box-title .fa {color:#1890ff;}
|
||||||
|
.nav-tabs-custom>.nav-tabs>li.active {border-top-color:#3aa0ff;}
|
||||||
|
.form-control:focus,.select2-container--default.select2-container--focus .select2-selection--multiple,
|
||||||
|
.select2-container--default .select2-search--dropdown .select2-search__field {border-color:#66afe9!important;}
|
||||||
|
.table thead tr, .ui-jqgrid-htable thead tr, .ui-jqgrid-hdiv, .ui-jqgrid-hbox {background-color:#f6f6f6;}
|
||||||
|
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column,
|
||||||
|
.ui-jqgrid .ui-jqgrid-labels th, .ui-jqgrid .ui-widget-content, .ui-jqgrid tr.ui-row-ltr td,
|
||||||
|
.ui-jqgrid tr.ui-row-rtl td, .ui-jqgrid tr.ui-row-ltr td:last-child {border-color:#eaeaea;}
|
||||||
|
.ui-state-hover td, .ui-widget-content .ui-state-hover td, .ui-widget-header .ui-state-hover td,
|
||||||
|
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {background:#f5f5f5;}
|
||||||
|
.ui-jqgrid tr.ui-state-highlight.ui-row-ltr td {background-color:#e5f3ff;}
|
||||||
|
/* .ui-jqgrid tr.ui-row-ltr td {border-right:0!important;} 解开注释,可去除表格单元格的竖边框线 */
|
||||||
@@ -56,7 +56,6 @@
|
|||||||
.content-header {
|
.content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.wrapper,
|
|
||||||
.sidebar,
|
.sidebar,
|
||||||
.left-side {
|
.left-side {
|
||||||
background-color: #263238;
|
background-color: #263238;
|
||||||
|
|||||||
@@ -56,7 +56,6 @@
|
|||||||
.content-header {
|
.content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.wrapper,
|
|
||||||
.sidebar,
|
.sidebar,
|
||||||
.left-side {
|
.left-side {
|
||||||
background-color: #263238;
|
background-color: #263238;
|
||||||
|
|||||||
@@ -56,7 +56,6 @@
|
|||||||
.content-header {
|
.content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.wrapper,
|
|
||||||
.sidebar,
|
.sidebar,
|
||||||
.left-side {
|
.left-side {
|
||||||
background-color: #263238;
|
background-color: #263238;
|
||||||
|
|||||||
@@ -56,7 +56,6 @@
|
|||||||
.content-header {
|
.content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.wrapper,
|
|
||||||
.sidebar,
|
.sidebar,
|
||||||
.left-side {
|
.left-side {
|
||||||
background-color: #263238;
|
background-color: #263238;
|
||||||
|
|||||||
@@ -56,7 +56,6 @@
|
|||||||
.content-header {
|
.content-header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.wrapper,
|
|
||||||
.sidebar,
|
.sidebar,
|
||||||
.left-side {
|
.left-side {
|
||||||
background-color: #263238;
|
background-color: #263238;
|
||||||
|
|||||||
Binary file not shown.
@@ -1,153 +1,145 @@
|
|||||||
<% layout('/layouts/default.html', {title: '切换主题风格'}){ %>
|
<% layout('/layouts/default.html', {title:'切换主题风格'}){ %>
|
||||||
|
<link rel="stylesheet" href="${ctxStatic}/icheck/1.0/square/blue.css?${_version}">
|
||||||
<style>
|
<style>
|
||||||
.list-unstyled{margin:10px;}
|
.list-unstyled{margin:10px;}
|
||||||
.full-opacity-hover{opacity:1;filter:alpha(opacity=1);border:1px solid #fff}
|
.full-opacity-hover{opacity:1;filter:alpha(opacity=1);border:1px solid #fff}
|
||||||
.full-opacity-hover:hover{border:1px solid #f00;}
|
.full-opacity-hover:hover{border:1px solid #f00;}
|
||||||
</style>
|
</style>
|
||||||
<ul class="list-unstyled clearfix">
|
<ul class="list-unstyled clearfix">
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-blue" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
<div>
|
<a href="javascript:" data-skin="skin-blue" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px; background: #367fa9"></span><span class="bg-light-blue" style="display:block; width: 80%; float: left; height: 15px;"></span>
|
<span style="display:block;width:20%;float:left;height:13px;" class="bg-light-blue-active"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;" class="bg-light-blue"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#222d32"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #222d32"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">蓝</p>
|
||||||
<p class="text-center no-margin">
|
|
||||||
蓝
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-black" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;display:none;">
|
||||||
<div style="box-shadow: 0 0 2px rgba(0,0,0,0.1)" class="clearfix">
|
<a href="javascript:" data-skin="skin-black" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px; background: #fefefe"></span><span style="display:block; width: 80%; float: left; height: 15px; background: #fefefe"></span>
|
<span style="display:block;width:20%;float:left;height:13px;background:#fefefe"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;background:#fefefe"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#222d32"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #222"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">白</p>
|
||||||
<p class="text-center no-margin">
|
|
||||||
白
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-purple" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
<div>
|
<a href="javascript:" data-skin="skin-black2" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px;" class="bg-purple-active"></span><span class="bg-purple" style="display:block; width: 80%; float: left; height: 15px;"></span>
|
<span style="display:block;width:20%;float:left;height:13px;background:#303643"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;background:#303643"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#222d32"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #222d32"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">黑(经典)</p>
|
||||||
<p class="text-center no-margin">
|
|
||||||
紫
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-green" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
<div>
|
<a href="javascript:" data-skin="skin-purple" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px;" class="bg-green-active"></span><span class="bg-green" style="display:block; width: 80%; float: left; height: 15px;"></span>
|
<span style="display:block;width:20%;float:left;height:13px;" class="bg-purple-active"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;" class="bg-purple"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#222d32"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #222d32"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">紫</p>
|
||||||
<p class="text-center no-margin">
|
|
||||||
绿
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-red" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
<div>
|
<a href="javascript:" data-skin="skin-green" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px;" class="bg-red-active"></span><span class="bg-red" style="display:block; width: 80%; float: left; height: 15px;"></span>
|
<span style="display:block;width:20%;float:left;height:13px;" class="bg-green-active"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;" class="bg-green"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#222d32"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #222d32"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">绿</p>
|
||||||
<p class="text-center no-margin">
|
|
||||||
红
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-yellow" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
<div>
|
<a href="javascript:" data-skin="skin-red" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px;" class="bg-yellow-active"></span><span class="bg-yellow" style="display:block; width: 80%; float: left; height: 15px;"></span>
|
<span style="display:block;width:20%;float:left;height:13px;" class="bg-red-active"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;" class="bg-red"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#222d32"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #222d32"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">红</p>
|
||||||
<p class="text-center no-margin">
|
|
||||||
黄
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-blue-light" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
<div>
|
<a href="javascript:" data-skin="skin-yellow" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px; background: #367fa9"></span><span class="bg-light-blue" style="display:block; width: 80%; float: left; height: 15px;"></span>
|
<span style="display:block;width:20%;float:left;height:13px;" class="bg-yellow-active"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;" class="bg-yellow"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#222d32"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #f9fafc"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">黄</p>
|
||||||
<p class="text-center no-margin" style="font-size: 12px">
|
|
||||||
蓝灰
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-black-light" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
<div style="box-shadow: 0 0 2px rgba(0,0,0,0.1)" class="clearfix">
|
<a href="javascript:" data-skin="skin-blue-light" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px; background: #fefefe"></span><span style="display:block; width: 80%; float: left; height: 15px; background: #fefefe"></span>
|
<span style="display:block;width:20%;float:left;height:13px;background:#254b83;"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;background:#2a579a;"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#f9fafc"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #f9fafc"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">蓝灰(经典)</p>
|
||||||
<p class="text-center no-margin" style="font-size: 12px">
|
|
||||||
白灰
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-purple-light" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;display:none;">
|
||||||
<div>
|
<a href="javascript:" data-skin="skin-black-light" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px;" class="bg-purple-active"></span><span class="bg-purple" style="display:block; width: 80%; float: left; height: 15px;"></span>
|
<span style="display:block;width:20%;float:left;height:13px;background:#fefefe"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;background:#fefefe"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#f9fafc"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #f9fafc"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">白灰</p>
|
||||||
<p class="text-center no-margin" style="font-size: 12px">
|
|
||||||
紫灰
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-green-light" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
<div>
|
<a href="javascript:" data-skin="skin-black-light2" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px;" class="bg-green-active"></span><span class="bg-green" style="display:block; width: 80%; float: left; height: 15px;"></span>
|
<span style="display:block;width:20%;float:left;height:13px;background:#303643"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;background:#303643"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#f9fafc"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #f9fafc"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">黑灰</p>
|
||||||
<p class="text-center no-margin" style="font-size: 12px">
|
|
||||||
绿灰
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-red-light" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
<div>
|
<a href="javascript:" data-skin="skin-purple-light" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px;" class="bg-red-active"></span><span class="bg-red" style="display:block; width: 80%; float: left; height: 15px;"></span>
|
<span style="display:block;width:20%;float:left;height:13px;" class="bg-purple-active"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;" class="bg-purple"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#f9fafc"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #f9fafc"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">紫灰</p>
|
||||||
<p class="text-center no-margin" style="font-size: 12px">
|
|
||||||
红灰
|
|
||||||
</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li style="float:left; width: 33.33333%; padding: 5px;"><a href="javascript:void(0)" data-skin="skin-yellow-light" style="display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
<div>
|
<a href="javascript:" data-skin="skin-green-light" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
<span style="display:block; width: 20%; float: left; height: 15px;" class="bg-yellow-active"></span><span class="bg-yellow" style="display:block; width: 80%; float: left; height: 15px;"></span>
|
<span style="display:block;width:20%;float:left;height:13px;" class="bg-green-active"></span>
|
||||||
</div>
|
<span style="display:block;width:80%;float:left;height:13px;" class="bg-green"></span>
|
||||||
<div>
|
<span style="display:block;width:20%;float:left;height:30px;background:#f9fafc"></span>
|
||||||
<span style="display:block; width: 20%; float: left; height: 35px; background: #f9fafc"></span><span style="display:block; width: 80%; float: left; height: 35px; background: #f4f5f7"></span>
|
<span style="display:block;width:80%;float:left;height:30px;background:#f4f5f7"></span>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<p class="text-center no-margin">绿灰</p>
|
||||||
<p class="text-center no-margin" style="font-size: 12px">
|
</li>
|
||||||
黄灰
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
</p>
|
<a href="javascript:" data-skin="skin-red-light" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
|
<span style="display:block;width:20%;float:left;height:13px;" class="bg-red-active"></span>
|
||||||
|
<span style="display:block;width:80%;float:left;height:13px;" class="bg-red"></span>
|
||||||
|
<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">红灰</p>
|
||||||
|
</li>
|
||||||
|
<li style="float:left;width:33.33333%;padding:5px;">
|
||||||
|
<a href="javascript:" data-skin="skin-yellow-light" style="display:block;box-shadow:0 0 3px rgba(0,0,0,0.4)" class="clearfix full-opacity-hover">
|
||||||
|
<span style="display:block;width:20%;float:left;height:13px;" class="bg-yellow-active"></span>
|
||||||
|
<span style="display:block;width:80%;float:left;height:13px;" class="bg-yellow"></span>
|
||||||
|
<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">黄灰</p>
|
||||||
|
</li>
|
||||||
|
<li style="float:left;width:33.33333%;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">
|
||||||
|
<span style="display:block;width:20%;float:left;height:13px;background:#1681e5"></span>
|
||||||
|
<span style="display:block;width:80%;float:left;height:13px;background:#1890ff"></span>
|
||||||
|
<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">浅蓝(新)</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|||||||
@@ -1,2 +1,6 @@
|
|||||||
<% include('/include/csslibs.html', {libs: libs!}){} %>
|
<% include('/include/csslibs.html', {libs: libs!}){}
|
||||||
|
// 获取当前皮肤样式名称:详见jeesite-common项目下的static/adminlte/css/skins目录
|
||||||
|
var defaultSkinName = @Global.getConfig('sys.index.skinName', 'skin-blue-light');
|
||||||
|
var skinName = cookie('skinName_'+session.userCode, false, defaultSkinName); %>
|
||||||
|
<link rel="stylesheet" href="${ctxStatic}/adminlte/css/skins/${skinName}.css?${_version}">
|
||||||
<link rel="stylesheet" href="${ctxStatic}/common/common.css?${_version}">
|
<link rel="stylesheet" href="${ctxStatic}/common/common.css?${_version}">
|
||||||
@@ -1,8 +1,4 @@
|
|||||||
<%
|
<%
|
||||||
// 默认皮肤样式名称:详见jeesite-common项目下的static/adminlte/css/skins目录
|
|
||||||
var defaultSkinName = @Global.getConfig('sys.index.skinName', 'skin-blue-light');
|
|
||||||
// 从cookie里获取样式名,取不到使用默认样式
|
|
||||||
var skinName = cookie('skinName_'+user.userCode, false, defaultSkinName);
|
|
||||||
// 侧边栏的默认显示样式:1:默认显示侧边栏;2:默认折叠侧边栏
|
// 侧边栏的默认显示样式:1:默认显示侧边栏;2:默认折叠侧边栏
|
||||||
var sidebarStyle = @Global.getConfig('sys.index.sidebarStyle', '1');
|
var sidebarStyle = @Global.getConfig('sys.index.sidebarStyle', '1');
|
||||||
var sidebarCollapse = (sidebarStyle == '2' ? 'sidebar-collapse' : '');
|
var sidebarCollapse = (sidebarStyle == '2' ? 'sidebar-collapse' : '');
|
||||||
@@ -11,7 +7,6 @@ var bodyClass = 'fixed noscroll2 sidebar-mini ' + sidebarCollapse;
|
|||||||
<% layout('/layouts/default.html', {title: '', bodyClass: bodyClass, libs: ['tabPage']}){ %>
|
<% layout('/layouts/default.html', {title: '', bodyClass: bodyClass, libs: ['tabPage']}){ %>
|
||||||
<% include('/include/upgrade.html'){} // 如果客户浏览器版本过低,则显示浏览器升级提示。 %>
|
<% include('/include/upgrade.html'){} // 如果客户浏览器版本过低,则显示浏览器升级提示。 %>
|
||||||
<link rel="stylesheet" href="${ctxStatic}/jquery-toastr/2.0/toastr.min.css?${_version}">
|
<link rel="stylesheet" href="${ctxStatic}/jquery-toastr/2.0/toastr.min.css?${_version}">
|
||||||
<link rel="stylesheet" href="${ctxStatic}/adminlte/css/skins/${skinName}.css?${_version}">
|
|
||||||
<link rel="stylesheet" href="${ctxStatic}/modules/sys/sysIndex.css?${_version}">
|
<link rel="stylesheet" href="${ctxStatic}/modules/sys/sysIndex.css?${_version}">
|
||||||
<header class="main-header">
|
<header class="main-header">
|
||||||
<% include('sysIndex/topMenu.html'){} %>
|
<% include('sysIndex/topMenu.html'){} %>
|
||||||
|
|||||||
@@ -40,10 +40,10 @@
|
|||||||
<div class="mt5 icheck">
|
<div class="mt5 icheck">
|
||||||
<label title="${text('公共场所慎用,下次不需要再填写帐号')}"><input type="checkbox"
|
<label title="${text('公共场所慎用,下次不需要再填写帐号')}"><input type="checkbox"
|
||||||
name="rememberUserCode"${isNotBlank(cookie('rememberUserCode'))?' checked':''}
|
name="rememberUserCode"${isNotBlank(cookie('rememberUserCode'))?' checked':''}
|
||||||
class="form-control" data-style="square-blue"> ${text('记住账号')}</label>
|
class="form-control" data-style="minimal-grey"> ${text('记住账号')}</label>
|
||||||
<label title="${text('公共场所慎用,下次不需要再填写帐号和密码')}"><input type="checkbox"
|
<label title="${text('公共场所慎用,下次不需要再填写帐号和密码')}"><input type="checkbox"
|
||||||
name="rememberMe"${isNotBlank(cookie('rememberMe'))?' checked':''}
|
name="rememberMe"${isNotBlank(cookie('rememberMe'))?' checked':''}
|
||||||
class="form-control" data-style="square-blue"> ${text('记住密码')}</label>
|
class="form-control" data-style="minimal-grey"> ${text('记住密码')}</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user