IDCertView.cshtml 610 B

123456789101112
  1. @{
  2. ViewBag.Title = "IDCertView";
  3. }
  4. @section scripts{
  5. <script type="text/javascript" src="~/Scripts/bs-idcert.js"></script>
  6. }
  7. <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; ">
  8. 请将身份证放置于感应区
  9. </div>
  10. <div style="padding: 38px 0px 0px 50%; width: 430px; text-align: left;">
  11. <img src="@Url.Content("~/Content/themes/base/images/btn-return.png")" style="cursor: pointer; border: 0px; transform: translate(-50%,0);" onclick="cancel();" />
  12. </div>