更新样式:更改header高度为96px
This commit is contained in:
parent
6c051f1d49
commit
c36d545a87
|
@ -9,7 +9,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 40px;
|
bottom: 40px;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 98px;
|
top: 96px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -23,7 +23,7 @@ aside {
|
||||||
transition: transform .4s ease-in-out;
|
transition: transform .4s ease-in-out;
|
||||||
transform: translate(-100%);
|
transform: translate(-100%);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 98px;
|
top: 96px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -116,7 +116,6 @@ a, a:hover, a:focus {
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
height: 98px;
|
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -127,7 +126,7 @@ a, a:hover, a:focus {
|
||||||
|
|
||||||
.header .bg {
|
.header .bg {
|
||||||
background-color: #337ab7;
|
background-color: #337ab7;
|
||||||
height: 5px;
|
height: 3px;
|
||||||
margin: 0 -15px;
|
margin: 0 -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -472,7 +471,7 @@ a, a:hover, a:focus {
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 40px;
|
bottom: 40px;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 98px;
|
top: 96px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-content > .panel:last-child .panel-body {
|
.main-content > .panel:last-child .panel-body {
|
||||||
|
|
Loading…
Reference in New Issue