festival.php 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <style>
  2. .m_hqDiscount_box{width:100%;height:100%;position:fixed;top:0px;bottom:0;left:0;background:rgba(51, 51, 51, 0.6);z-index:10000;display:none;}
  3. .m_hqDiscount{background:url(/image/fl-bg.png) no-repeat 0 0/ 100% 100%;border-radius:8px;width:100%;height:410px;margin: auto;position:absolute;bottom:50%;left:0;overflow:hidden;margin-bottom:-140px;}
  4. .m_bk_title{text-align:center;}
  5. .m_bk_title span{font-size:1.3rem;color:#454545;letter-spacing:1px;}
  6. .m_bk_title i{display:block;margin:auto;width:40px;height:4px;border-radius:20px;background:#FDE33C;margin-top:4px;}
  7. .m_bk_style{text-align:center;margin-top:10px;font-size:1.4rem;color: #333;letter-spacing:1px;}
  8. .m_bk_text{text-align:center;margin:auto;margin-top:9px;}
  9. .m_bk_text img{width:26px;}
  10. .m_bk_text span{font-size:1rem;color: #333;letter-spacing:5px;margin:0 5px;font-size:0.8rem;color: #B9B9B9;}
  11. .m_hqDiscountgb{position:absolute;width:21px;height:21px;right:55px;}
  12. .m_hqDiscountgb img{width:100%;height:100%;}
  13. .m_hqDiscount form {position:absolute;bottom:54px;width:218px;left:50%;margin-left:-109px;}
  14. .m_hqDiscount form .m_bmck_input {height:32px;line-height:32px;background:#fff;border-radius:20px;margin:0 5px 8px 5px;}
  15. .m_hqDiscount form .m_bmck_input img {display:inline-block;width:10px;height:14px;margin-left:13px;}
  16. .m_hqDiscount form .m_bmck_input input {height:30px;line-height:30px;border:none;width:165px;font-size:0.625rem;position:relative;top:-1px;}
  17. .flonh {position:fixed;left:0;bottom:20%;width:102px;z-index:100;}
  18. .flonh img {display:block;width:100%;}
  19. @media screen and (min-width: 300px) and (max-width: 374px) {
  20. .m_hqDiscount{width:295px;height:330px;margin-top:-210px;}
  21. .m_bk_title span{font-size:1rem;}
  22. .m_bk_title i{width:30px;margin-top:3px;}
  23. .m_bk_style{font-size:1.1rem;}
  24. .m_bk_text span{font-size:0.7rem;}
  25. .m_bk_text img{width:22px;}
  26. .m_bk_text{margin-top:5px;}
  27. }
  28. .m_hqDiscount{
  29. animation:change 0.8s;
  30. -webkit-animation:change 0.8s;
  31. -moz-animation:change 0.8s;
  32. }
  33. @keyframes change {
  34. 0% {bottom:100%;opacity:0;}
  35. 100% {opacity:1;}
  36. }
  37. -webkit-@keyframes change {
  38. 0% {bottom:100%;opacity:0;}
  39. 100% {opacity:1;}
  40. }
  41. -moz-@keyframes change {
  42. 0% {bottom:100%;opacity:0;}
  43. 100% {opacity:1;}
  44. }
  45. .m_hqDiscountgb{
  46. animation:change 0.8s;
  47. -webkit-animation:change 0.8s;
  48. -moz-animation:change 0.8s;
  49. }
  50. @keyframes change {
  51. 0% {bottom:100%;opacity:0;}
  52. 100% {opacity:1;}
  53. }
  54. -webkit-@keyframes change {
  55. 0% {bottom:100%;opacity:0;}
  56. 100% {opacity:1;}
  57. }
  58. -moz-@keyframes change {
  59. 0% {bottom:100%;opacity:0;}
  60. 100% {opacity:1;}
  61. }
  62. </style>
  63. <div class="m_hqDiscount_box">
  64. <div class="m_hqDiscount">
  65. <div class="m_hqDiscountgb"><a href="javascript:void(0);"><img src="/image/fl-clx.png" alt=""></a></div>
  66. <form class="submit_area">
  67. <input type="hidden" name="hid" value="0"> <!-- 0 为公共报名,其它为楼盘ID-->
  68. <input type="hidden" name="source" value="87"> <!--报名来源 具体查看applyVerify.js文件中SourceModule 标识说明-->
  69. <input type="hidden" name="equipment" value="1"> <!--来源设备 ( PC端 2,手机端 1 )-->
  70. <div class="m_bmck_input">
  71. <img src="/image/fl-tel.png" alt="">
  72. <input type="text" name="mobile" onfocus="this.placeholder=''" onblur="this.placeholder='请输入您的手机号码'" placeholder="请输入您的手机号码">
  73. </div>
  74. <a class="wflbtn" href="javascript:void(0);"><img src="/image/fl-btn.png" alt=""></a>
  75. </form>
  76. </div>
  77. </div>
  78. <div class="flonh"><img src="/image/fl-onh.png" alt=""></div>