123456789101112 |
- @{
- ViewBag.Title = "Home Page";
- }
- @section scripts{
- <script type="text/javascript" src="~/Scripts/bs-Index.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>
- <div style="padding: 38px 0px 0px 50%; width: 430px; text-align: left;">
- <img src="@Url.Content("~/Content/themes/base/images/btn-idcert.png")" style="cursor: pointer; border: 0px; transform: translate(-50%,0);" onclick="idCert();" />
- </div>
|