seminar.php 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>迪拜房产研讨会</title>
  6. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
  7. <!-- UC强制全屏 -->
  8. <meta name="full-screen" content="yes">
  9. <!-- QQ强制全屏 -->
  10. <meta name="x5-fullscreen" content="true">
  11. <meta name="apple-mobile-web-app-capable" content="yes">
  12. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  13. <meta name="format-detection" content="telephone=no" />
  14. <link rel="stylesheet" href="/css/public/public.css">
  15. <link rel="stylesheet" href="/js/alert/alert.css">
  16. </head>
  17. <script>
  18. document.title = '迪拜房产研讨会';
  19. </script>
  20. <style>
  21. .body_box {}
  22. .body_box > img {display:block;width:100%;}
  23. .body_box .jcim {position:relative;}
  24. .body_box .jcim > img {display:block;width:100%;}
  25. .inspect-form {position:absolute;top:0;width:72%;left:50%;margin-left:-36%;}
  26. .inspect-form input {border:none;height:35px;line-height:35px;border-radius:20px;font-size:0.75rem;color:#333;padding-left:25px;width:100%;}
  27. .inspect-form input::-webkit-input-placeholder {color:#666666;} /* WebKit, Blink, Edge */
  28. .inspect-form input:-moz-placeholder {color:#666666;} /* Mozilla Firefox 4 to 18 */
  29. .inspect-form input::-moz-placeholder {color:#666666;} /* Mozilla Firefox 19+ */
  30. .inspect-form input:-ms-input-placeholder { color:#666666;}/* Internet Explorer 10-11 */
  31. .m-img {margin-top:20px;}
  32. .m_sign_up_buttom {margin-top:20px;}
  33. .m_sign_up_buttom a {display:block;width:100%;height:35px;}
  34. /*媒体查询*/
  35. @media screen and (min-width: 300px) and (max-width: 374px) {
  36. .m-img {margin-top:11px;}
  37. .m_sign_up_buttom {margin-top:11px;}
  38. }
  39. </style>
  40. <body>
  41. <div class="body_box">
  42. <img src="/image/seminar/tmp_01.jpg" alt="">
  43. <img src="/image/seminar/tmp_02.jpg" alt="">
  44. <img src="/image/seminar/tmp_03.jpg" alt="">
  45. <img src="/image/seminar/tmp_04.jpg" alt="">
  46. <img src="/image/seminar/tmp_05.jpg" alt="">
  47. <div class="jcim">
  48. <img src="/image/seminar/tmp_06.jpg" alt="">
  49. <img src="/image/seminar/tmp_07.jpg" alt="">
  50. <div class="inspect-form" >
  51. <form class="submit_area">
  52. <input type="hidden" name="hid" value="0"> <!-- 0 为公共报名,其它为楼盘ID-->
  53. <input type="hidden" name="source" value="56"> <!--报名来源 具体查看applyVerify.js文件中SourceModule 标识说明-->
  54. <input type="hidden" name="equipment" value="1"> <!--来源设备 ( PC端 2,手机端 1 )-->
  55. <input type="hidden" name="intention_city" value="迪拜">
  56. <div class="m_sign_up_input" style="margin-top:25">
  57. <input type="text" name="name" placeholder="请输入您姓名">
  58. </div>
  59. <div class="m_sign_up_input m-img">
  60. <input type="text" name="mobile" placeholder="请输入您的电话号码">
  61. </div>
  62. <div class="m_sign_up_buttom">
  63. <a class="apply_submit" href="javascript:void(0);"></a>
  64. <!-- <input type="button" value="立即提交" class="apply_submit"> -->
  65. </div>
  66. </form>
  67. </div>
  68. </div>
  69. <img src="/image/seminar/tmp_08.jpg" alt="">
  70. <img src="/image/seminar/tmp_09.jpg" alt="">
  71. <img src="/image/seminar/tmp_10.jpg" alt="">
  72. <img src="/image/seminar/tmp_11.jpg" alt="">
  73. </div>
  74. </body>
  75. <script src="/js/jquery-3.2.1.min.js"></script>
  76. <script src="/js/alert/alert.js"></script>
  77. <script src="/js/applyVerify.js"></script>
  78. </html>