91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

JS通過設置cookie來控制彈出層,首次打開頁面顯示彈出層

發布時間:2020-10-15 04:01:29 來源:網絡 閱讀:1206 作者:pmlinjian 欄目:開發技術

<!DOCTYPE html>

<html>

<head>

<meta charset=" utf-8">

<meta name="author" content="http://www.jb51.net/" />

<title>JS通過設置cookie來控制彈出層,首次打開頁面顯示彈出層,刷新頁面不再顯示;關閉瀏覽器重新打開、清除緩存cookie顯示。</title>

    <link rel="stylesheet" href="static/css/global.css"/>

    <style>

        .infor-layer {

            background: url('https://cache.yisu.com/upload/information/20200312/65/247787.jpg?150ac022a67') no-repeat top center;

            width: 744px;

            height: 407px;

            position: fixed;

            top: 50%;

            left: 50%;

            z-index: 9990;

            margin-top: -203px;

            margin-left: -372px;

            display: none;

        }

        .infor-layer .sub-alltext{  width: 258px;

            margin: 98px 0 0 210px;}

        .infor-layer .sub-alltext h2 {

            font-size: 24px;

            color: #fff;

        }

        .infor-layer .sub-alltext p {

            font-size: 16px;

            line-height: 2;

            margin-top: 10px;

            color: #fff;

        }

        .infor-layer .layer-goto-btn {

            background: url('https://cache.yisu.com/upload/information/20200312/65/247788.jpg?150ac022a65') no-repeat top center;

            width: 225px;

            height: 47px;

            position: absolute;

            bottom: 28px;

            left: 50%;

            display: inline-block;

            margin-left: -163px;

        }

        .infor-layer .layer-goto-btn:hover {

            background: url('https://cache.yisu.com/upload/information/20200312/65/247789.jpg?150ac022a66') no-repeat top center;

            width: 225px;

            height: 47px;

        }

        .infor-layer .close {

            width: 25px;

            height: 25px;

            border-radius: 25px;

            color: #04774a;

            position: absolute;

            font-size: 26px;

            top: 53px;

            right: 282px;

            display: block;

            border: 2px solid #04774a;

            text-align: center;

            line-height: 20px;

        }

        .markes {

            background: #000;

            opacity: 0.6;

            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

            filter: alpha(opacity=60);

            width: 100%;

            height: 100%;

            position: absolute;

            left: 0;

            top: 0;

            z-index: 999;

            display: none;

        }

    </style>

    <script type="text/javascript" src="jq.js"></script>

</head>

<body>

<div class="infor-layer">

    <div class="sub-alltext">

        <h2>講師會員卡!</h2>

        <p>擁有講師會員卡,學習實惠又全面學習實惠又全面學習實惠又全面學習實惠又全面</p>

    </div>

    <a target="_blank" class="layer-goto-btn"></a>

    <a href="" id="J_indexNoteClose" class="close">×</a>

</div>

<!--半透膜層-->

<div class="markes"></div>

<script>

    $(function(){

        var t = 1000;

        var cname = "cname5574";

        setTimeout(function(){


            var v = getCookie(cname);

            if(v==undefined){

                $(".infor-layer").show();

                $(".markes").height($(document.body).height()).show();

                document.cookie = cname+"=1";

            }

        },t);

        $("#J_indexNoteClose").on('click',function(event){

            document.cookie = cname+"=1";

            $(".markes").remove();

            $(".infor-layer").remove();

            event.stopPropagation();

            event.preventDefault();

            return false;

        });

        function getCookie(name){

            var cookie = document.cookie;

            var a = cookie.split("; ");

            for(var j=0,m=a.length;j<m;j++){

                var b = a[j].split("=");

                if(b[0].toLowerCase()==name){

                    return b[1];

                    break;

                }

            }

        }

    });

</script>

</body>

</html>


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

贞丰县| 武穴市| 滦南县| 怀来县| 喀什市| 建阳市| 桐梓县| 甘德县| 新巴尔虎右旗| 江都市| 信阳市| 平江县| 陇川县| 舟山市| 铜山县| 军事| 德令哈市| 平定县| 广南县| 潜山县| 陇西县| 天门市| 广饶县| 盐山县| 哈尔滨市| 周至县| 旌德县| 定西市| 修文县| 安图县| 高清| 稻城县| 冕宁县| 皮山县| 贺兰县| 屯昌县| 定远县| 吴江市| 玛纳斯县| 阿克陶县| 兰州市|