style: 前台侧边栏高度调整为 55px
This commit is contained in:
parent
9b3bc8385f
commit
54797f6a92
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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%;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -114,7 +114,6 @@
|
|||
}
|
||||
|
||||
aside {
|
||||
top: 55px;
|
||||
background-color: #1a2226;
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
|
||||
aside {
|
||||
top: 92px;
|
||||
top: 54px;
|
||||
}
|
||||
|
||||
.userinfo .dropdown-toggle, .nav [data-toggle="dropdown"] {
|
||||
|
|
Loading…
Reference in New Issue