selftel.php 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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="/overseas/css/public/public.css">
  15. <link rel="stylesheet" href="/js/alert/alert.css">
  16. <script>
  17. document.title = '拔打电话-品房海外';
  18. </script>
  19. <style>
  20. body {background:#F5F7FA;}
  21. .w-top {background:#fff;height:50px;line-height:50px;position:fixed;top:0;left:0;right:0;}
  22. .w-top .w-top-r {position:absolute;top:0;left:0;height:50px;line-height:50px;}
  23. .w-top .w-top-r a {display:inline-block;height:50px;padding:13px;line-height:50px;}
  24. .w-top .w-top-r a img {display:inline-block;width:13px;height:20px;position:relative;top:-15px;}
  25. .w-top .w-top-title {text-align:center;font-size:1.0625rem;color:#333;font-weight:bold;}
  26. .w-con {margin:25% 25px 0;background:#fff;border-radius:15px;overflow:hidden;box-shadow: 0px 0px 10px 0px rgba(177,177,177,0.28);}
  27. .w-con-img{width: 100%; height:230px;}
  28. .w-con-img img {display:inline-block;width:100%;height:100%;}
  29. .w-con-box h2 {text-align:center;max-width:80%;margin: 0 auto; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
  30. .w-con-box h2 a{display: block; font-size:1.187rem;font-weight:bold;margin:14px auto; color: #333; text-align: center;}
  31. .w-con-tel {display:block;width: 80%; text-align: center; margin:0 auto;height:22px;line-height:22px;border-radius:15px;text-align:center;font-size:0.937rem;color:#999;}
  32. .w-con-tel img {display:inline-block;width:12px;height:12px;margin-right:5px;}
  33. .youhuixi{width: 80%; margin: 0 auto; text-align: center; margin-top: 15px;}
  34. .youhuixi span{font-size: 0.937rem; color: #EA2020; line-height: 23px;}
  35. .w-con-btn {margin:20px 28px 15px;}
  36. .w-con-btn a {display:block;height:50px;background: #3072F6; border-radius: 30px; line-height:50px;font-size:1.25rem;color:#fff;text-align:center;}
  37. .gongsijianjie,.y_puicfoot,.footer_copy{
  38. display: none;
  39. }
  40. </style>
  41. </head>
  42. <body>
  43. <div class="w-top">
  44. <div class="w-top-r">
  45. <a href="/"><img src="/image/ico_seart1.png" alt=""></a>
  46. </div>
  47. <div class="w-top-title">拔打电话</div>
  48. </div>
  49. <!-- 楼盘信息 -->
  50. <div class="w-con">
  51. <div class="w-con-box">
  52. <div class="w-con-img">
  53. <a href=""><img src="<?= Yii::$app->params['httpImg']['hosts'] . Yii::$app->params['httpImg']['houses'] . $model['house']['thumb'] . '/same' ?>" alt=""></a>
  54. </div>
  55. <h2><a href=""><?=$model['house']['name']?></a></h2>
  56. <div class="w-con-tel">
  57. <span>咨询电话:<?=$input['tel']?></span>
  58. </div>
  59. <div class="youhuixi">
  60. <span><?=$model['house']['preferential']?></span>
  61. </div>
  62. <div class="w-con-btn">
  63. <a href="tel:<?=$input['tel']?>">拨打电话</a>
  64. </div>
  65. </div>
  66. </div>
  67. </body>
  68. <script src="/js/jquery-3.2.1.min.js"></script>
  69. <script src="/js/alert/alert.js"></script>
  70. <script src="/overseas/js/applyVerify.min.js"></script>
  71. </html>