analyze.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <style>
  2. .analyze{ width: 77%; margin: 0 auto; height: auto; position: absolute; top: -100%; display: none; left: 50%; margin-left: -38.5%;}
  3. .analyze .analyze_main{ position: relative; }
  4. .analyze .analyze_bg{ width: 100%; height: auto;}
  5. .analyze .analyze_bg img{ width: 100%; height: auto;}
  6. .analyze .analyze_center{ position: absolute; left: 50%; top: 0px; width: 84%; height: 100%; margin-left: -42%; padding-top: 20px;}
  7. .analyze .analyze_center p.xidai{ position: absolute; right: -10px; top: -22px; width: 65px; height: auto;}
  8. .analyze .analyze_center p.xidai img{width: 100%; height: auto;}
  9. .analyze .analyze_center .analyze_top{width: 90%; margin: 0 auto;}
  10. .analyze .analyze_center .analyze_top .analyze_h{ border-bottom: 2px solid #885a3d; padding-bottom:8px; }
  11. .analyze .analyze_center .analyze_top .analyze_h span{display: inline-block; font-size: 1.3rem; font-weight: 600; color: transparent; background: linear-gradient(to right, #7a492f, #c97d3b); -webkit-background-clip: text;}
  12. .analyze .analyze_center .analyze_top .home_title span{ font-size: 1.1rem; color: #885a3d; font-weight: 600; margin-top: 8px; display: inline-block; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  13. .analyze_list{ width: 90%; margin: 0 auto; margin-top: 8px;}
  14. .analyze_list ul li{float: left; width: 50%; margin: 7px 0;}
  15. .analyze_list ul li:nth-child(2n){ position: relative; left: 2%;}
  16. .analyze_list ul li i{ display: inline-block; width: 18px; height: 18px; margin-right: 5px; position: relative; top: -2px;}
  17. .analyze_list ul li i img{ width: 100%; height: 100%;}
  18. .analyze_list ul li span{ display: inline-block; font-size: 0.9rem; color: #885a3d;}
  19. .analyze_input{ position: relative; top: 12%; width: 77%; margin: 0 auto;}
  20. .analyze_input input.input_text{ box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.8); padding: 9px 10px; text-align: center; display: block; font-size: 0.9rem; color:#4f535f; border-radius:30px; background: #fff9f3; border: none; width: 100%;}
  21. .analyze_input a{margin-top: 20px; display: block; width: 100%; height: 35px; border-radius: 30px; font-size: 1rem; font-weight: 600; text-align: center; line-height: 35px;}
  22. .analyze_input a{background: #dbb292;
  23. color: #895c44;
  24. box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.5);
  25. background: -webkit-linear-gradient(left, #dbb292 , #f8dfc4);
  26. background: -o-linear-gradient(right, #dbb292, #f8dfc4);
  27. background: -moz-linear-gradient(right, #dbb292, #f8dfc4);
  28. background: linear-gradient(to right, #dbb292 , #f8dfc4);
  29. }
  30. .analyze_input p.font_text{ font-size: 0.7rem; color: #b5a99d; margin-top: 30px; text-align: center;}
  31. .lpapply_gb{ width: 25px; height: 25px; margin: 0 auto; margin-top: 15px;}
  32. .lpapply_gb img{ width: 100%; height: 100%;}
  33. @media screen and (min-width: 376px) and (max-width: 414px) {
  34. .analyze_input{top: 12.5%;}
  35. }
  36. @media screen and (min-width: 300px) and (max-width: 374px) {
  37. .analyze .analyze_center{ padding-top: 10px;}
  38. .analyze_list{ margin-top: 5px;}
  39. .analyze_list ul li{ margin: 7px 0;}
  40. .analyze_input a{ margin-top: 17px;}
  41. .analyze_input p.font_text{ margin-top: 20px;}
  42. }
  43. </style>
  44. <div class="analyze">
  45. <div class="analyze_main">
  46. <div class="analyze_bg"><img src="/overseas/img/ico_analyze2.png" alt=""></div>
  47. <div class="analyze_center">
  48. <p class="xidai"><img src="/overseas/img/ico_analyze3.png" alt=""></p>
  49. <div class="analyze_top">
  50. <div class="analyze_h"><span>项目分析</span></div>
  51. <div class="home_title"><span>富力布里斯本一号</span></div>
  52. </div>
  53. <div class="analyze_list">
  54. <ul class="c">
  55. <li><i><img src="/overseas/img/ico_analyze5.png" alt=""></i><span>地段优势</span></li>
  56. <li><i><img src="/overseas/img/ico_analyze5.png" alt=""></i><span>增值空间</span></li>
  57. <li><i><img src="/overseas/img/ico_analyze5.png" alt=""></i><span>价格对比</span></li>
  58. <li><i><img src="/overseas/img/ico_analyze5.png" alt=""></i><span>售完保障</span></li>
  59. <li><i><img src="/overseas/img/ico_analyze5.png" alt=""></i><span>了解开发商</span></li>
  60. </ul>
  61. </div>
  62. <div class="analyze_input">
  63. <form class="submit_area">
  64. <input type="hidden" name="hid" value="0"> <!-- 0 为公共报名,其它为楼盘ID-->
  65. <input type="hidden" name="source" value="3"> <!--报名来源 具体查看applyVerify.js文件中SourceModule 标识说明-->
  66. <input type="hidden" name="equipment" value="1"> <!--来源设备 ( PC端 2,手机端 1 )-->
  67. <input class="input_text" type="text" name="mobile" onfocus="this.placeholder='';move();" onblur="this.placeholder='请输入您的手机号';" placeholder="请输入您的手机号">
  68. <a class="analyze_buttom" href="javascript:;">立即订阅</a>
  69. </form>
  70. <p class="font_text">我们将以短信的方式通知您</p>
  71. </div>
  72. </div>
  73. </div>
  74. <div class="lpapply_gb"><a href="javascript:;" onclick="RemoveDiv();"><img src="/overseas/img/ico_analyze4.png" alt=""></a></div>
  75. </div>
  76. <script>
  77. $(function(){
  78. // 修改页面适应样式
  79. var _height = $(window).outerHeight();
  80. var height = $('.analyze').outerHeight();
  81. $('.analyze').show();
  82. // $('.analyze').css({'margin-top':-(height/2)});
  83. $(".analyze").animate({top:'13%'},300);
  84. // 修改弹窗信息
  85. $('.analyze_top .home_title span').html(w_title);
  86. $('.analyze_input input[name="hid"]').val(w_id);
  87. $('.analyze_input input[name="source"]').val(w_module);
  88. //报名验证及提交的调用
  89. PublicAction.AjaxSend(
  90. {
  91. CORID:'analyze_buttom', /*操作ID*/
  92. }
  93. );
  94. })
  95. function move(){
  96. $(".analyze").css("top", "0px");
  97. $('.input_text').css('text-align','left');
  98. }
  99. </script>