BootstrapAdmin/Bootstrap.Admin/Views/Home/Index.cshtml

18 lines
369 B
Plaintext
Raw Normal View History

@{
ViewBag.Title = "首页";
Layout = "_Bootstrap";
2016-10-20 17:55:29 +08:00
}
@section css {
<style type="text/css">
.content-body {
position: fixed;
left: 0;
bottom: 40px;
right: 0;
top: 96px;
overflow: hidden;
}
</style>
}
<div class="content-body welcome-bg">
</div>