mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修改后台样式
This commit is contained in:
parent
468c489121
commit
2e22d71615
@ -23,14 +23,14 @@
|
||||
{block name='body'}
|
||||
<div class="layui-layout layui-layout-admin layui-layout-left-hide">
|
||||
|
||||
<!-- 顶部菜单 开始 -->
|
||||
{include file='index/index-top'}
|
||||
<!-- 顶部菜单 结束 -->
|
||||
|
||||
<!-- 左则菜单 开始 -->
|
||||
{include file="index/index-left"}
|
||||
<!-- 左则菜单 结束 -->
|
||||
|
||||
<!-- 顶部菜单 开始 -->
|
||||
{include file='index/index-top'}
|
||||
<!-- 顶部菜单 结束 -->
|
||||
|
||||
<!-- 主体内容 开始 -->
|
||||
<div class="layui-body">
|
||||
<div class="think-page-body">
|
||||
|
@ -44,6 +44,7 @@
|
||||
|
||||
// 左侧菜单布局颜色
|
||||
@LeftMainBackColor: #20222A !important;
|
||||
@LeftMainRightShadow: 2px 0 6px rgba(0, 21, 41, .35);
|
||||
|
||||
@LeftMainNavHoverBackColor: rgba(99, 99, 99, 0.2);
|
||||
@LeftMainNavHoverTextColor: #FFF;
|
||||
|
@ -20,6 +20,7 @@
|
||||
right: 0;
|
||||
color: @TopHeaderTextColor !important;
|
||||
height: @TopHeaderHeight !important;
|
||||
z-index: 222;
|
||||
position: absolute;
|
||||
box-sizing: content-box;
|
||||
background: @TopHeaderBackColor !important;
|
||||
@ -142,8 +143,10 @@
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: @LayoutDefaLeftSzie;
|
||||
z-index: 333;
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
box-shadow: @LeftMainRightShadow;
|
||||
background-color: @LeftMainBackColor;
|
||||
|
||||
.layui-logo {
|
||||
@ -292,6 +295,7 @@
|
||||
top: @BodyMainTop;
|
||||
left: @LayoutDefaLeftSzie;
|
||||
padding: 0;
|
||||
z-index: 111;
|
||||
background: @BodyMainBackColor;
|
||||
box-shadow: @ShadowDownInset;
|
||||
|
||||
|
@ -3,9 +3,12 @@
|
||||
background-color: @leftBackColor;
|
||||
|
||||
.layui-logo {
|
||||
color: #FFF;
|
||||
box-shadow: none;
|
||||
font-weight: bold;
|
||||
|
||||
.headtxt {
|
||||
text-shadow: #000 3px 4px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.layui-side-scroll {
|
||||
|
@ -2,7 +2,7 @@
|
||||
@import "_config.less";
|
||||
|
||||
.layui-layout-theme-blue-1 {
|
||||
@mainActiveBack: #0E54C4 !important;
|
||||
@mainActiveBack: #3963bc !important;
|
||||
@mainNormalBack: rgba(0, 0, 0, 0.1) !important;
|
||||
|
||||
@mainActionText: #FFFFFF !important;
|
||||
|
@ -2,6 +2,7 @@
|
||||
> .layui-side {
|
||||
width: 260px;
|
||||
display: block !important;
|
||||
box-shadow: none !important;
|
||||
background-color: @mainColor;
|
||||
|
||||
.layui-logo {
|
||||
|
@ -4,8 +4,8 @@
|
||||
.layui-layout-theme-blue-2 {
|
||||
|
||||
@iconWidth: 100px !important;
|
||||
@mainColor: #0E54C4 !important;
|
||||
@textColor: #0E54C4 !important;
|
||||
@mainColor: #3963bc !important;
|
||||
@textColor: @mainColor;
|
||||
|
||||
@import (multiple)"_layout_2.less";
|
||||
}
|
||||
|
@ -2,8 +2,10 @@
|
||||
@import "_config.less";
|
||||
|
||||
.layui-layout-theme-white {
|
||||
|
||||
> .layui-layout-admin {
|
||||
> .layui-side {
|
||||
box-shadow: none;
|
||||
background-color: #fff !important;
|
||||
|
||||
.layui-logo {
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user