You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

67 lines
2.2 KiB

  1. @{
  2. Layout = null;
  3. }
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  8. <meta name="renderer" content="webkit">
  9. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  10. <meta name="format-detection" content="telephone=no" />
  11. <link rel="shortcut icon" href="" />
  12. <title>招生简章</title>
  13. <meta name="keywords" content="" />
  14. <meta name="description" content="数字化校园-新生报名" />
  15. <link href="~/Content/css/font-awesome.css" rel="stylesheet" />
  16. <link href="~/Content/css/common.css" rel="stylesheet" />
  17. <link href="~/Content/layui/css/layui.css" rel="stylesheet" media="all" />
  18. <link href="~/Content/css/fromAdd.css" rel="stylesheet" />
  19. <style type="text/css">
  20. </style>
  21. </head>
  22. <body>
  23. <div class="warpper" id="app">
  24. <!-- / index_sec5 -->
  25. <div class="chickForm_sec">
  26. <div class="fromSec bodyDiv" style="">
  27. @*<div class="chickT">招生简章</div>*@
  28. <img src="~/Content/images/StuRecruitmentBrochure.jpg" style="height: 100%; width: 100%;padding-left: 20px;padding-right: 20px;" />
  29. </div>
  30. </div>
  31. </div>
  32. <img id="fromBg" src="~/Content/images/from1.png" />
  33. <div class="footer"> Copyright © 2019 数字化智慧校园 版权所有</div>
  34. <script src="~/Content/js/jquery.min.js"></script>
  35. <script src="~/Content/layui/layui.all.js"></script>
  36. <script src="~/Content/vue/vue.js"></script>
  37. <script src="~/PhonePage/server.js"></script>
  38. <script>
  39. layui.use(['form', 'laydate', 'upload'], function () {
  40. var form = layui.form;
  41. //按钮点击
  42. form.on('submit(*)', function (data) {
  43. });
  44. });
  45. $(window).load(function () {
  46. renderForm();
  47. })
  48. //重新渲染表单
  49. function renderForm() {
  50. layui.use('form', function () {
  51. var form = layui.form//高版本建议把括号去掉,有的低版本,需要加()
  52. form.render();
  53. });
  54. }
  55. </script>
  56. </body>
  57. </html>