- @{
- ViewBag.Title = "Message";
- }
- @section scripts{
- <script type="text/javascript" src="~/Scripts/bs-message.js"></script>
- }
- <div style="padding: 66px 0px 0px 0px; text-align: left; font-size: 30px; color: White; font-family: 微软雅黑; font-weight: bold; text-shadow: 1px 1px #000; text-align: center;">
- <div id="title">@ViewBag.Message</div>
- </div>
- <div style="text-align: center; line-height: normal; padding-top: 38px;">
- <img src="@Url.Content("~/Content/themes/base/images/btnNext.png")" style="cursor: pointer; border: 0px;" onclick="goHome();" />
- </div>
|