Commit 8dde48ff authored by 刘丹's avatar 刘丹

前端

parent 8d68f2d8
......@@ -29,7 +29,6 @@
</div>
<!--导航star-->
<div id="wrapper">
<div class="overlay"></div>
<!-- Sidebar -->
<nav class="navbar navbar-inverse" id="sidebar-wrapper" role="navigation">
<ul class="nav sidebar-nav">
......@@ -70,11 +69,28 @@
<span class="hamb-middle"></span>
<span class="hamb-bottom"></span>
</button>
<div class="container" style="background:red">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1 class="page-header">Awesome Bootstrap 3 Sidebar Navigation</h1>
<p>Donec id elit non mi porta gravida at eget metus. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Maecenas faucibus mollis interdum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur.</p>
<div class="col-lg-10 col-lg-offset-0">
<table class="table table-bordered">
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
......
......@@ -59,6 +59,7 @@ html {
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
padding-left: 0;
height: 97%;
transition: all 0.5s ease;
}
#wrapper.toggled {
......@@ -76,7 +77,6 @@ html {
overflow-y: auto;
transition: all 0.5s ease;
width: 0;
top: 60px;
z-index: 1000;
float: left;
}
......@@ -87,16 +87,12 @@ html {
#page-content-wrapper {
width: 100%;
}
.navbar-inverse{
position: fixed;
}
.navbar{
border: none;
}
.container{
width: 100%;
}
/*-------------------------------*/
/* Sidebar nav styles */
/*-------------------------------*/
......@@ -104,7 +100,6 @@ html {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 10px;
width: 220px;
}
......@@ -190,8 +185,8 @@ html {
display: block;
height: 32px;
margin-left: 270px;
position: fixed;
top: 8px;
position: relative;
top: -62px;
width: 32px;
z-index: 999;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment