style: 前台侧边栏高度调整为 55px

This commit is contained in:
Argo Zhang 2019-08-18 16:58:53 +08:00
parent 9b3bc8385f
commit 54797f6a92
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
5 changed files with 15 additions and 19 deletions

View File

@ -113,19 +113,16 @@
left: auto !important;
}
aside, .main-content {
top: 55px;
}
aside {
top: 58px;
background-color: #1a2226;
}
aside .bg {
background-color: #337ab7;
height: 3px;
margin: 0 -15px;
}
aside .nav-brand, .sidebar-open aside:hover .nav-brand {
height: 54px;
height: 55px;
align-items: center;
padding: 0 0.625rem;
}
@ -153,7 +150,6 @@ aside {
}
.main-content {
top: 58px;
transition: margin-left .3s linear;
}
@ -254,7 +250,7 @@ body {
}
aside .sidebar, .sidebar-open aside:hover .sidebar {
top: 139px;
top: 136px;
transition: top .3s linear;
}

View File

@ -8,13 +8,6 @@
z-index: 10;
}
.header .bg {
background-color: #337ab7;
height: 3px;
margin: 0 -15px;
}
/*end title*/
.welcome-bg {
background-image: url('../images/bg.jpg');
background-size: 100% 100%;

View File

@ -11,6 +11,14 @@ body {
-webkit-overflow-scrolling: touch;
}
.bg {
background-color: #337ab7;
height: 3px;
position: absolute;
left: 0;
right: 0;
}
aside .bg, aside .nav-brand, aside .nav-header, .header .nav, .userinfo .dropdown-item:first-child {
display: none;
}

View File

@ -114,7 +114,6 @@
}
aside {
top: 55px;
background-color: #1a2226;
}

View File

@ -37,7 +37,7 @@
}
aside {
top: 92px;
top: 54px;
}
.userinfo .dropdown-toggle, .nav [data-toggle="dropdown"] {