jquery手机端打开时弹出提示框效果,可用于活动公告等

<style>
*{margin:0px;padding: 0px;}
#shareit {-webkit-user-select: none;display: none;position: absolute;width: 100%;height:200%;
  background: rgba(0,0,0,0.85);text-align: center;top: 0;left: 0;z-index: 105;
}
#shareit img { max-width: 100%;}
.arrow {margin:10% auto;}
#follow{width: 100%;height: 50px;line-height: 50px;text-align: center; text-decoration: none;font-size: 18px;color: white;float: left;margin-top:-50px;}
 </style>
 <div id="shareit">
  <img class="arrow" src="{APP_PATH}statics/default/mob/img/top_img.png" style="width:300px;height:500px;">
  <a href="#" id="follow">关闭</a>
</div>

<script>
          //为TA拉票
          $("#shareit").on("click", function(){
            $("#shareit").hide();
          })

        window.onload =function(){
        var res = document.cookie.indexOf("name");
        if(res!=0){
        var oDate =new Date();
        document.cookie ="name=zheng;";
        document.getElementById('shareit').style.display ='block';
        }
        }
        //if(window.name == ""){
        // window.name = "isReload"; // 在首次进入页面时我们可以给window.name设置一个固定值 
        // document.getElementById('shareit').style.display ='block';
        //}
        </script>

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值