123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>迪拜房产研讨会</title>
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
- <!-- UC强制全屏 -->
- <meta name="full-screen" content="yes">
- <!-- QQ强制全屏 -->
- <meta name="x5-fullscreen" content="true">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="format-detection" content="telephone=no" />
- <link rel="stylesheet" href="/css/public/public.css">
- <link rel="stylesheet" href="/js/alert/alert.css">
- </head>
- <script>
- document.title = '迪拜房产研讨会';
- </script>
- <style>
- .body_box {}
- .body_box > img {display:block;width:100%;}
- .body_box .jcim {position:relative;}
- .body_box .jcim > img {display:block;width:100%;}
- .inspect-form {position:absolute;top:0;width:72%;left:50%;margin-left:-36%;}
- .inspect-form input {border:none;height:35px;line-height:35px;border-radius:20px;font-size:0.75rem;color:#333;padding-left:25px;width:100%;}
- .inspect-form input::-webkit-input-placeholder {color:#666666;} /* WebKit, Blink, Edge */
- .inspect-form input:-moz-placeholder {color:#666666;} /* Mozilla Firefox 4 to 18 */
- .inspect-form input::-moz-placeholder {color:#666666;} /* Mozilla Firefox 19+ */
- .inspect-form input:-ms-input-placeholder { color:#666666;}/* Internet Explorer 10-11 */
- .m-img {margin-top:20px;}
- .m_sign_up_buttom {margin-top:20px;}
- .m_sign_up_buttom a {display:block;width:100%;height:35px;}
- /*媒体查询*/
- @media screen and (min-width: 300px) and (max-width: 374px) {
- .m-img {margin-top:11px;}
- .m_sign_up_buttom {margin-top:11px;}
- }
-
- </style>
- <body>
- <div class="body_box">
- <img src="/image/seminar/tmp_01.jpg" alt="">
- <img src="/image/seminar/tmp_02.jpg" alt="">
- <img src="/image/seminar/tmp_03.jpg" alt="">
- <img src="/image/seminar/tmp_04.jpg" alt="">
- <img src="/image/seminar/tmp_05.jpg" alt="">
- <div class="jcim">
- <img src="/image/seminar/tmp_06.jpg" alt="">
- <img src="/image/seminar/tmp_07.jpg" alt="">
- <div class="inspect-form" >
- <form class="submit_area">
- <input type="hidden" name="hid" value="0"> <!-- 0 为公共报名,其它为楼盘ID-->
- <input type="hidden" name="source" value="56"> <!--报名来源 具体查看applyVerify.js文件中SourceModule 标识说明-->
- <input type="hidden" name="equipment" value="1"> <!--来源设备 ( PC端 2,手机端 1 )-->
- <input type="hidden" name="intention_city" value="迪拜">
- <div class="m_sign_up_input" style="margin-top:25">
- <input type="text" name="name" placeholder="请输入您姓名">
- </div>
- <div class="m_sign_up_input m-img">
- <input type="text" name="mobile" placeholder="请输入您的电话号码">
- </div>
- <div class="m_sign_up_buttom">
- <a class="apply_submit" href="javascript:void(0);"></a>
- <!-- <input type="button" value="立即提交" class="apply_submit"> -->
- </div>
- </form>
- </div>
- </div>
- <img src="/image/seminar/tmp_08.jpg" alt="">
- <img src="/image/seminar/tmp_09.jpg" alt="">
- <img src="/image/seminar/tmp_10.jpg" alt="">
- <img src="/image/seminar/tmp_11.jpg" alt="">
- </div>
- </body>
- <script src="/js/jquery-3.2.1.min.js"></script>
- <script src="/js/alert/alert.js"></script>
- <script src="/js/applyVerify.js"></script>
- </html>
|