整 理 代 码

develop
就眠仪式 2020-07-10 15:35:34 +08:00
parent cb02849535
commit 60b8bb723d
3 changed files with 22 additions and 3 deletions

View File

@ -20,12 +20,15 @@
.pear-admin .layui-side { .pear-admin .layui-side {
transition: all .3s; transition: all .3s;
} }
.pear-admin .layui-logo .title { .pear-admin .layui-logo .title {
font-size: 20px; font-size: 20px;
} }
.layui-header .layui-nav-more { .layui-header .layui-nav-more {
display: none !important; display: none !important;
} }
.pe-collaspe { .pe-collaspe {
position: absolute; position: absolute;
width: 50px; width: 50px;
@ -46,15 +49,18 @@
background-color: white !important; background-color: white !important;
color: black !important; color: black !important;
} }
.light-theme .layui-side-scroll { .light-theme .layui-side-scroll {
background-color: white !important; background-color: white !important;
color: black !important; color: black !important;
} }
.light-theme .bottom-nav { .light-theme .bottom-nav {
background-color: white !important; background-color: white !important;
box-shadow: none; box-shadow: none;
border-top: whitesmoke 1px solid; border-top: whitesmoke 1px solid;
} }
.light-theme .bottom-nav * { .light-theme .bottom-nav * {
color: dimgray; color: dimgray;
} }
@ -66,14 +72,17 @@
background-color: white; background-color: white;
border-bottom: 1px solid whitesmoke; border-bottom: 1px solid whitesmoke;
} }
.pear-admin .layui-header .layui-nav-img { .pear-admin .layui-header .layui-nav-img {
width: 30px; width: 30px;
height: 30px; height: 30px;
} }
.pear-admin .layui-layout-control { .pear-admin .layui-layout-control {
left: 120px; left: 120px;
position: absolute; position: absolute;
} }
.pear-admin .layui-logo { .pear-admin .layui-logo {
width: 220px; width: 220px;
height: 60px; height: 60px;
@ -81,10 +90,12 @@
background-color: #28333E; background-color: #28333E;
} }
.pear-admin .layui-logo img { .pear-admin .layui-logo img {
width: 36px; width: 36px;
height: 36px; height: 36px;
} }
.pear-admin .layui-logo .title { .pear-admin .layui-logo .title {
font-size: 21px; font-size: 21px;
font-weight: 550; font-weight: 550;
@ -93,38 +104,48 @@
top: 5px; top: 5px;
margin-left: 5px; margin-left: 5px;
} }
.pear-admin .layui-logo .logo { .pear-admin .layui-logo .logo {
display: none; display: none;
} }
.pear-mini .layui-logo .title { .pear-mini .layui-logo .title {
display: none; display: none;
} }
.pear-mini .layui-logo .logo { .pear-mini .layui-logo .logo {
display: inline-block; display: inline-block;
} }
.pear-admin .layui-side { .pear-admin .layui-side {
top: 0px; top: 0px;
width: 220px; width: 220px;
box-shadow: 2px 0 6px rgba(0, 21, 41, .35); box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
z-index: 9999; z-index: 9999;
} }
.pear-admin .layui-side-scroll::-webkit-scrollbar { .pear-admin .layui-side-scroll::-webkit-scrollbar {
width: 0px; width: 0px;
height: 0px; height: 0px;
} }
.pear-admin .layui-side-scroll { .pear-admin .layui-side-scroll {
height: calc(100% - 60px); height: calc(100% - 60px);
background-color: #28333E; background-color: #28333E;
} }
.pear-admin .layui-header .layui-nav .layui-nav-item>a { .pear-admin .layui-header .layui-nav .layui-nav-item>a {
color: black; color: black;
font-size: 15px; font-size: 15px;
} }
.pear-admin .layui-body { .pear-admin .layui-body {
left: 220px; left: 220px;
bottom: 0px; bottom: 0px;
} }
.pear-admin .layui-layout-left { .pear-admin .layui-layout-left {
left: 0px; left: 0px;

View File

@ -59,8 +59,6 @@
color: dimgray; color: dimgray;
} }
.layui-table-body::-webkit-scrollbar { .layui-table-body::-webkit-scrollbar {
width: 0px; width: 0px;
height: 0px; height: 0px;
@ -70,6 +68,7 @@
width: 6px; width: 6px;
height: 6px; height: 6px;
} }
.layui-table-body::-webkit-scrollbar-track { .layui-table-body::-webkit-scrollbar-track {
background: white; background: white;
border-radius: 2px; border-radius: 2px;

View File

@ -40,7 +40,6 @@
<dd><a href="login.html">注销登陆</a></dd> <dd><a href="login.html">注销登陆</a></dd>
</dl> </dl>
</li> </li>
<li class="setting layui-nav-item"><a href="#" class="layui-icon layui-icon-more-vertical"></a></li> <li class="setting layui-nav-item"><a href="#" class="layui-icon layui-icon-more-vertical"></a></li>
</ul> </ul>
</div> </div>