mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
动态后台主题
This commit is contained in:
parent
00acd1799c
commit
5a63c4cbe4
@ -51,6 +51,7 @@ class Index extends Controller
|
||||
} else {
|
||||
$this->title = '系统管理后台';
|
||||
$this->isSuper = AdminService::instance()->isSuper();
|
||||
$this->theme = sysconf('base.site_theme') ?: 'default';
|
||||
$this->fetch('layout');
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
<body class="layui-layout-body">
|
||||
|
||||
{block name='body'}
|
||||
<div class="layui-layout layui-layout-admin layui-layout-left-hide layui-layout-theme-white">
|
||||
<div class="layui-layout layui-layout-admin layui-layout-left-hide layui-layout-theme-{$theme|default=''}">
|
||||
|
||||
<!-- 顶部菜单 开始 -->
|
||||
{include file='index/layout-top'}
|
||||
|
@ -386,6 +386,7 @@
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
margin-top: -25px;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
border-top-left-radius: 100%;
|
||||
border-bottom-left-radius: 100%;
|
||||
@ -516,7 +517,9 @@
|
||||
|
||||
.nav-icon {
|
||||
padding: 0 !important;
|
||||
font-size: 16px !important;
|
||||
display: inline-block !important;
|
||||
#defaTransition();
|
||||
}
|
||||
|
||||
.layui-nav-child {
|
||||
|
@ -1706,6 +1706,7 @@ label.think-checkbox {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
margin-top: -25px;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
border-top-left-radius: 100%;
|
||||
border-bottom-left-radius: 100%;
|
||||
@ -1832,7 +1833,12 @@ label.think-checkbox {
|
||||
}
|
||||
.layui-layout-left-mini > .layui-side .layui-nav-item .nav-icon {
|
||||
padding: 0 !important;
|
||||
font-size: 16px !important;
|
||||
display: inline-block !important;
|
||||
transition: all 0.2s linear;
|
||||
-o-transition: all 0.2s linear;
|
||||
-moz-transition: all 0.2s linear;
|
||||
-webkit-transition: all 0.2s linear;
|
||||
}
|
||||
.layui-layout-left-mini > .layui-side .layui-nav-item .layui-nav-child {
|
||||
padding: 0;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user