mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
280 lines
4.8 KiB
Plaintext
280 lines
4.8 KiB
Plaintext
@import "console.dynamic.less";
|
|
|
|
.layui-layout {
|
|
> .layui-side {
|
|
top: 50px;
|
|
bottom: 0;
|
|
overflow: auto
|
|
}
|
|
|
|
> .layui-body {
|
|
top: 50px;
|
|
bottom: 0;
|
|
overflow: auto;
|
|
|
|
> .layui-card {
|
|
width: 100%;
|
|
height: 100%;
|
|
box-shadow: none;
|
|
|
|
> .layui-card-header {
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 3;
|
|
height: 50px;
|
|
border: none;
|
|
position: absolute;
|
|
background: #fff;
|
|
line-height: 50px;
|
|
box-shadow: @maxShadow;
|
|
}
|
|
|
|
> .layui-card-header + .layui-card-body {
|
|
top: 50px;
|
|
}
|
|
|
|
> .layui-card-body {
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 2;
|
|
padding: 15px;
|
|
overflow: auto;
|
|
position: absolute;
|
|
|
|
.layui-tab.layui-tab-card {
|
|
border: none;
|
|
box-shadow: @maxShadow;
|
|
}
|
|
|
|
.layui-tab.layui-tab-card > .layui-tab-content.think-box-shadow {
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/* 页面布局 - 头部 */
|
|
.layui-header {
|
|
height: 50px;
|
|
background: #393D49 !important;
|
|
|
|
[data-target-menu-type] {
|
|
border-left: 1px solid rgba(0, 0, 0, 0);
|
|
border-right: 1px solid rgba(0, 0, 0, .15);
|
|
}
|
|
|
|
.layui-layout-left, .layui-layout-right {
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.layui-logo {
|
|
color: #fff;
|
|
width: 199px;
|
|
height: auto;
|
|
font-size: 18px;
|
|
line-height: 49px;
|
|
border-right: 1px solid rgba(0, 0, 0, .15);
|
|
border-bottom: 1px solid rgba(0, 0, 0, .15);
|
|
|
|
sup {
|
|
font-size: 9px;
|
|
line-height: 9px
|
|
}
|
|
}
|
|
|
|
.layui-nav-item {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
|
|
&.layui-this {
|
|
background: #009688
|
|
}
|
|
|
|
> a {
|
|
color: #fff !important
|
|
}
|
|
|
|
.layui-nav-child {
|
|
top: 49px;
|
|
border: 0;
|
|
padding: 0;
|
|
background: #eef;
|
|
line-height: 45px;
|
|
|
|
+ a {
|
|
padding-right: 35px;
|
|
|
|
img {
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 50%
|
|
}
|
|
}
|
|
|
|
&.layui-show + a {
|
|
background: #fff;
|
|
|
|
span {
|
|
color: #333
|
|
}
|
|
}
|
|
|
|
dd {
|
|
background: #fff;
|
|
|
|
a {
|
|
padding: 0;
|
|
color: #333;
|
|
margin-top: 1px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.layui-nav-bar, .layui-nav-item:after {
|
|
display: none !important
|
|
}
|
|
|
|
.layui-layout-right {
|
|
> li > a {
|
|
border-left: 1px solid rgba(0, 0, 0, .15);
|
|
border-right: 1px solid rgba(0, 0, 0, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
/* 页面布局 - 左则 */
|
|
.layui-layout {
|
|
|
|
> .layui-side {
|
|
.layui-nav-bar {
|
|
display: none !important
|
|
}
|
|
|
|
.layui-side-scroll {
|
|
width: 100% !important
|
|
}
|
|
|
|
.layui-nav-item {
|
|
border-bottom: 1px solid rgba(0, 0, 0, .2);
|
|
|
|
a {
|
|
height: 45px;
|
|
display: block;
|
|
line-height: 45px;
|
|
color: #fff !important;
|
|
|
|
&:hover {
|
|
background: hsla(0, 0%, 39%, .2) !important
|
|
}
|
|
}
|
|
|
|
&ed {
|
|
border-bottom: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
.layui-nav-tree-top a {
|
|
height: 28px !important;
|
|
line-height: 28px !important
|
|
}
|
|
}
|
|
|
|
&.layui-layout-left-mini {
|
|
> .layui-body {
|
|
left: 50px
|
|
}
|
|
|
|
> .layui-side {
|
|
.layui-nav-more {
|
|
display: none !important
|
|
}
|
|
|
|
.layui-nav-item {
|
|
a {
|
|
padding: 0
|
|
}
|
|
|
|
.nav-text {
|
|
display: none
|
|
}
|
|
|
|
.nav-icon {
|
|
display: inline-block !important;
|
|
padding: 0 !important
|
|
}
|
|
|
|
.layui-nav-child {
|
|
padding: 0;
|
|
display: block !important;
|
|
background-color: rgba(0, 0, 0, .3) !important
|
|
}
|
|
}
|
|
|
|
&, .layui-nav-tree, .layui-side-scroll {
|
|
width: 50px;
|
|
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-body {
|
|
left: 0 !important
|
|
}
|
|
|
|
> .layui-side {
|
|
display: none
|
|
}
|
|
|
|
[data-target-menu-type] {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* 下拉样式 */
|
|
.layui-nav {
|
|
.layui-nav-item {
|
|
.layui-nav-more {
|
|
top: 0;
|
|
border: none;
|
|
right: 15px;
|
|
width: auto;
|
|
height: auto;
|
|
margin-top: 0;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-family: "layui-icon" !important;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
&::before {
|
|
content: "\e619"
|
|
}
|
|
}
|
|
|
|
& .layui-nav-mored, &ed .layui-nav-more {
|
|
border: none;
|
|
margin-top: 0;
|
|
transform: rotate(180deg);
|
|
-o-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
-moz-transform: rotate(180deg);
|
|
-webkit-transform: rotate(180deg)
|
|
}
|
|
}
|
|
} |