2019-05-01 16:46:24 +08:00
|
|
|
@{
|
|
|
|
ViewBag.Title = "首页";
|
|
|
|
Layout = "_Bootstrap";
|
|
|
|
}
|
|
|
|
@section css {
|
|
|
|
<style type="text/css">
|
|
|
|
.content-body {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 40px;
|
|
|
|
right: 0;
|
|
|
|
top: 96px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2019-08-16 00:45:06 +08:00
|
|
|
|
|
|
|
.header {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header nav {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .sidebar-toggle-box span {
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb {
|
|
|
|
border-top: solid 1px #ddd !important;
|
|
|
|
}
|
2019-05-01 16:46:24 +08:00
|
|
|
</style>
|
|
|
|
}
|
|
|
|
<div class="content-body welcome-bg">
|
2018-09-15 17:33:56 +08:00
|
|
|
</div>
|