首页 > 小技术 > 假关网站不影响搜索

假关网站不影响搜索

小技术
2020
07/10
11:34

<style>
body{overflow:hidden;}
.whitebox{position:absolute;z-index:9999;top:0;left:0;width:100%;height:1000px;background:#fff}
</style>

<div class="whitebox" style="position:absolute;z-index:9999;top:0;left:0;width:100%;height:1000px;background:#fff"></div>

<script>
if(document.referrer == ''){
    document.title = '网站建设中……';
    $(document).ready(function(){
        $('.whitebox').html('网站建设中');
    })
}else{
    $('body').css('overflow','visible');    
    $('.whitebox').css('display','none');
}
</script>

声明:《假关网站不影响搜索》一文由花火盒(http://www.huahuohe.com)网友供稿,版权归原作者本人所有,转载请注明出处。如果您对文章有异议,可发邮件到hi@webimage.cn处理!
相关文章