2022-01-18 18:58:49 +08:00

607 lines
12 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@charset "UTF-8";
@import "_config.less";
// +----------------------------------------------------------------------
// | ThinkAdmin
// +----------------------------------------------------------------------
// | 版权所有 2014~2021 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
// +----------------------------------------------------------------------
// | 官方网站: http://demo.thinkadmin.top
// +----------------------------------------------------------------------
// | 开源协议 ( https://mit-license.org )
// +----------------------------------------------------------------------
// | gitee 代码仓库https://gitee.com/zoujingli/ThinkAdmin
// | github 代码仓库https://github.com/zoujingli/ThinkAdmin
// +----------------------------------------------------------------------
.layui-layout {
> .layui-header {
left: @LayoutDefaLeftSzie;
right: 0;
color: @TopHeaderTextColor !important;
height: @TopHeaderHeight !important;
position: absolute;
box-sizing: content-box;
background: @TopHeaderBackColor !important;
border-bottom: @TopHeaderBottomLine !important;
> ul.layui-nav {
margin: 0;
padding: 0;
white-space: nowrap;
.layui-logo-hide {
width: 50px !important;
padding: 0 !important;
display: none;
text-align: center;
}
&.layui-layout-left {
left: 0;
}
&.layui-layout-right {
.headimg {
width: 20px;
height: 20px;
margin-bottom: 0;
}
}
.layui-nav-item > a {
height: @TopHeaderHeight;
padding: 0 18px;
overflow: hidden;
line-height: @TopHeaderHeight;
&:hover {
color: @TopHeaderNavHoverTextColor
}
.layui-icon {
font-size: 16px;
}
}
}
.layui-nav-item {
height: @TopHeaderHeight;
line-height: @TopHeaderHeight;
> a {
color: @TopHeaderNavNormalTextColor !important;
&:hover {
color: @TopHeaderNavHoverTextColor !important;
background: @TopHeaderNavHoverBackColor !important;
}
}
&.layui-this > a {
color: @TopHeaderNavActiveTextColor !important;
background: @TopHeaderNavActiveBackColor !important;
}
.layui-nav-child {
top: @BodyMainTop;
border: 0;
padding: 0;
line-height: 48px;
border-radius: 0;
&.layui-show + a.layui-elip {
background: @TopHeaderNavHoverBackColor !important;
}
+ a.layui-elip {
padding-right: 35px;
img {
width: 20px;
height: 20px;
margin-right: 5px;
border-radius: 50%;
}
}
&.layui-show + a {
background: #FFF;
}
dd {
margin: 0;
a {
padding: 0;
text-align: center;
&:hover {
background: @TopHeaderNavHoverBackColor !important;
}
.layui-icon {
margin-right: 5px;
}
}
}
}
}
.layui-nav-bar,
.layui-nav-item:after {
display: none !important
}
}
> .layui-side {
top: 0;
bottom: 0;
width: @LayoutDefaLeftSzie;
position: fixed;
overflow: hidden;
background-color: @LeftMainBackColor;
.layui-logo,
.layui-logo-mini {
color: #FFF;
width: auto;
height: @TopHeaderHeight;
display: block;
overflow: hidden;
position: relative;
font-size: 18px;
text-align: center;
line-height: @TopHeaderHeight;
border-bottom: 1px solid rgba(0, 0, 0, .15);
sup {
font-size: 9px;
line-height: 9px;
padding-left: 5px;
}
}
.layui-logo-mini {
display: none;
}
.layui-nav-bar {
display: none !important;
}
.layui-side-scroll {
top: @BodyMainTop;
bottom: 0;
width: 100% !important;
height: 100% !important;
overflow: auto;
position: absolute;
.layui-side-icon {
display: none;
}
.layui-nav-tree {
width: @LayoutDefaLeftSzie;
background: none !important;
}
&:after {
height: @TopHeaderHeight;
display: block;
content: '';
}
#MinScrollbar();
.layui-nav-item {
> a {
background: rgba(100, 100, 100, 0.5) !important;
border-bottom: 1px solid rgba(0, 0, 0, .2);
&:hover {
background-color: rgba(100, 100, 100, 0.6) !important;
}
}
.layui-nav-child {
padding: 0;
// background-color: @LeftMainSubsBackColor;
background-color: unset !important;
}
dd, dd > a {
//color: @LeftMainNavNormalTextColor;
background-color: @LeftMainNavNormalBackColor;
}
dd.layui-this {
background: none !important;
> a {
color: @LeftMainNavActiveTextColor;
background-color: @LeftMainNavActiveBackColor;
}
}
a {
height: 45px;
display: block;
line-height: 45px;
padding-top: 0;
padding-bottom: 0;
color: @LeftMainNavNormalTextColor;
&:hover {
color: @LeftMainNavHoverTextColor;
background: @LeftMainNavHoverBackColor
}
.nav-icon {
padding-right: 5px;
}
}
}
}
}
> .layui-body {
top: @BodyMainTop;
left: @LayoutDefaLeftSzie;
padding: 0;
background: @BodyMainBackColor;
box-shadow: @ShadowDownInset;
> .think-page-loader {
left: @LayoutDefaLeftSzie
}
> .think-page-body > .layui-card {
box-shadow: none !important;
background: none !important;
> .layui-card-body {
top: 0;
width: 100%;
bottom: 0;
padding: 0;
z-index: 2;
overflow: auto;
position: absolute;
box-sizing: border-box;
> .layui-card-table {
padding: 15px;
box-sizing: border-box;
}
> .layui-card-html {
padding: 15px;
min-width: 100%;
position: absolute;
box-sizing: border-box;
}
> div > .layui-tab.layui-tab-card {
border: none;
box-shadow: @ShadowMaxOuter;
& > .layui-tab-content.think-box-shadow {
box-shadow: none;
}
}
}
> .layui-card-header {
top: @BodyMainTop;
left: @LayoutDefaLeftSzie;
right: 0;
height: 45px;
border: none;
z-index: 3;
padding: 0 15px;
position: fixed;
background: #FFF;
line-height: 45px;
box-shadow: @ShadowMaxOuter;
& + .layui-card-body {
top: 45px;
}
}
}
}
}
.layui-layout-theme {
&.layui-layout-left-hide,
&.layui-layout-left-mini {
> .layui-side {
width: 60px !important;
display: block !important;
background-color: unset !important;
z-index: 77;
> .layui-logo {
display: none !important;
&-mini {
width: 60px;
display: inline-block;
}
}
.layui-side-scroll {
.layui-side-icon {
display: inline-block;
}
.layui-side-tree {
display: block;
}
}
}
> .layui-body {
z-index: 88;
left: 60px !important;
> .think-page-body > .layui-card > .layui-card-header {
left: 60px !important;
}
}
}
> .layui-side {
width: 260px;
}
> .layui-header {
left: 260px;
background: #925cc3 !important;
display: none !important;
.layui-nav-item > a {
color: #fff !important;
&:hover {
color: #fff !important;
}
}
.layui-layout-left {
.layui-nav-item {
display: none;
}
.layui-nav-item:first-child {
display: inline-block;
}
.layui-nav-item:last-child {
display: inline-block;
}
}
}
> .layui-body {
top: 0;
left: 260px;
> .think-page-body > .layui-card > .layui-card-header {
top: 0;
left: 260px;
height: 50px;
line-height: 50px;
+ .layui-card-body {
top: 50px;
}
}
}
.layui-side {
background-color: #fff !important;
.layui-side-target {
&:before {
content: '≪';
color: #FFF;
width: 100%;
height: 100%;
display: block;
line-height: 50px;
text-align: center;
}
top: 50%;
right: 0;
color: #fff;
width: 12px;
height: 50px;
z-index: 99;
display: block;
cursor: pointer;
position: absolute;
background: rgba(0, 0, 0, 0.4);
border-top-left-radius: 80%;
border-bottom-left-radius: 80%;
}
.layui-logo, .layui-logo-mini {
background: #925cc3 !important;
border-bottom: none !important;
.headimg {
margin: 0
}
}
.layui-side-scroll {
top: 50px;
display: flex !important;
.layui-side-icon {
width: 60px;
background: #563d7c;
#MinScrollbar();
a {
height: 60px;
display: block;
text-align: center;
line-height: 60px;
}
.layui-icon {
color: #fff;
}
> .layui-this {
background: #fff;
.layui-icon {
color: #333;
}
}
}
.layui-side-tree {
flex: 1;
#MinScrollbar();
.layui-nav-item {
background: none !important;
a {
color: #333 !important;
background: none !important;
border-bottom: none !important;
&:hover {
color: #098 !important;
}
}
.layui-this, &.layui-this {
> a {
color: #098 !important;
background: none !important;
font-weight: bold !important;
&:hover {
background: none !important;
}
}
}
&ed > a {
color: #999 !important;
}
}
}
}
}
}
.layui-layout-left-mini {
.layui-header {
left: @LayoutMiniLeftSize !important;
}
> .layui-body {
left: @LayoutMiniLeftSize !important;
> .think-page-loader {
left: @LayoutMiniLeftSize !important;
}
> .think-page-body > .layui-card > .layui-card-header {
left: @LayoutMiniLeftSize !important;
}
}
> .layui-side {
.layui-logo {
display: none;
}
.layui-logo-mini {
display: block;
}
.layui-nav-more {
display: none !important
}
.layui-side-scroll .layui-side-icon {
display: none;
}
.layui-nav-item {
a {
padding: 0
}
.nav-text {
display: none
}
.nav-icon {
padding: 0 !important;
display: inline-block !important;
}
.layui-nav-child {
padding: 0;
display: block !important;
background-color: rgba(0, 0, 0, .3) !important
}
}
&, .layui-nav-tree, .layui-side-scroll, .layui-side-scroll .layui-nav-tree {
width: @LayoutMiniLeftSize;
text-align: center;
}
}
[data-target-menu-type] i {
display: inline-block;
transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
}
.layui-layout-left-hide {
> .layui-header {
left: 0 !important;
.layui-logo-hide {
display: inline-block !important;
}
}
> .layui-side {
display: none !important;
}
> .layui-body {
left: 0 !important;
> .think-page-loader {
left: 0 !important;
}
> .think-page-body > .layui-card > .layui-card-header {
left: 0 !important;
}
}
[data-target-menu-type] {
display: none !important;
}
}