123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?php
- /* @var $this \yii\web\View */
- /* @var $content string */
- use yii\helpers\Html;
- use mobile\modules\live\assets\AppAsset;
- AppAsset::register($this);
- ?>
- <?php $this->beginPage() ?>
- <!doctype html>
- <html lang="<?= Yii::$app->language ?>">
- <!-- 公共头部 -->
- <head>
- <meta charset="<?= Yii::$app->charset ?>">
- <title><?= Html::encode($this->title) ?></title>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <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">
- <link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"/>
- <!-- 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"/>
- <?= Html::csrfMetaTags() ?>
- <?php $this->head() ?>
- </head>
- <body>
- <?php $this->beginBody() ?>
- <?= $content ?>
- <div class="gongsijianjie">
- <a href="/about/company">关于我们</a>
- <a href="/search/list">海南房产</a>
- </div>
- <div class="footer_copy" style="border-top:none; padding-bottom:0px;">
- <span class="buton_tel"><img src="/image/m_lb4_2.png" alt="">咨询电话:0898-88207801</span>
- </div>
- <div class="footer_copy" style="border-top:none;"><a style="color:#B3B3B4" target="_blank" href="http://www.beian.miit.gov.cn/">备案号:桂ICP备18003631号-23</a></div>
- <div class="footer_copy">© <?=$_SERVER['SERVER_NAME'] ?></div>
- <div class="w_im" style="height:67px;"></div>
-
- <div class="y_puicfoot">
- <div class="y_puicfoot_main">
- <div class="y_centxq customize_btn" data-name="<?= \common\fm\Opencc::ConvertHn('帮您') ?>找<?= \common\fm\Opencc::ConvertHn('房') ?>" data-id="0" data-module="115">
- <a href="javascript:;"><img src="/overseas/img/dingzhi.png" alt="">看房定制</a>
- </div>
- <div class="y_centxq y_centxq2">
- <a href="javascript:;" rel="nofollow" onclick="$53click()"><img src="/overseas/img/news.png" alt="">政策问询</a>
- </div>
- <div class="y_call">
- <a href="javascript:;"><img src="/overseas/img/pulic_ico3.gif" alt=""></a>
- </div>
- </div>
- </div>
-
- <?php echo Yii::$app->hostserver->Cityshangwu() ?>
- <?php $this->endBody() ?>
- </body>
- <!-- //站长统计 -->
- <div class="Statistics">
- <script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");
- document.write(unescape("%3Cspan id='cnzz_stat_icon_1273922903'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s13.cnzz.com/z_stat.php%3Fid%3D1273922903%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
- </div>
- <!-- 百度统计2020-07-26 -->
- <script>
- var _hmt = _hmt || [];
- (function() {
- var hm = document.createElement("script");
- hm.src = "https://hm.baidu.com/hm.js?e1759de2a70269669f4cc5dcdaf1c095";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- <!-- 20200806 360统计 -->
- <script>
- (function(b,a,e,h,f,c,g,s){b[h]=b[h]||function(){(b[h].c=b[h].c||[]).push(arguments)};
- b[h].s=!!c;g=a.getElementsByTagName(e)[0];s=a.createElement(e);
- s.src="//s.union.360.cn/"+f+".js";s.defer=!0;s.async=!0;g.parentNode.insertBefore(s,g)
- })(window,document,"script","_qha",353648,false);
- </script>
- </html>
- <script>
- //商务通js
- $(function () {
- setInterval(function () {
- $('#LRfloater0').hide();
- $('#LRfloater1').hide();
- // $('#LRMINIBar').css({'bottom':'65px'})
- }, 80);
- })
- </script>
- <?php $this->endPage() ?>
|