2018-09-16 01:24:51 +08:00
|
|
|
@{
|
2016-11-23 18:25:52 +08:00
|
|
|
ViewBag.Title = "首页";
|
2018-09-18 01:53:20 +08:00
|
|
|
Layout = "_Bootstrap";
|
2016-10-20 17:55:29 +08:00
|
|
|
}
|
2018-09-29 12:08:52 +08:00
|
|
|
@section css {
|
|
|
|
<style type="text/css">
|
|
|
|
.content-body {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 40px;
|
|
|
|
right: 0;
|
2018-10-25 09:23:58 +08:00
|
|
|
top: 96px;
|
2018-09-29 12:08:52 +08:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
}
|
2018-09-15 17:33:56 +08:00
|
|
|
<div class="content-body welcome-bg">
|
|
|
|
</div>
|