亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

自定義popup彈出框

發布時間:2020-07-01 09:22:14 來源:網絡 閱讀:421 作者:antlove 欄目:移動開發

ys_popup.css

.ys-popup{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:none;
    z-index: 99999;
    background-color: rgba(0,0,0,0.4);
}

.ys-popup .ys-popup-content{
    position:absolute;
    left:30px;
    right:30px;
    top:50%;
    display:block;
    background-color:#fff;
    margin:auto;
    border-radius: 4px;
}

ys_popup.js

(function($){

    function closePopup(target){
        $(target).hide();
    }

    function showPopup(target){
        $(target).show();
        $(target).css("visibility","hidden");

        var popupContentHeight = parseInt($(target).find(".ys-popup-content").css("height"));
        $(target).find(".ys-popup-content").css({
            "margin-top":(-1)*popupContentHeight/2+"px"
        });
        $(target).css("visibility","initial");
    }

    $("body").on("click",".ys-popup",function(e){
        e.stopPropagation();
        e.preventDefault();
        $(this).hide();
    });

    $("body").on("click",".ys-popup .ys-popup-content",function(e){
        e.stopPropagation();
        e.preventDefault();
    });


    var options = {
        ysPopup:function(command) {
            if(command=="show"){
                showPopup(this);
            }else if(command=="hide"){
                closePopup(this);
            }else{
                showPopup(this);
            }
        }
    };
    $.fn.extend(options);
})(jQuery);


測試

    <div class="ys-popup remark-popup" >
        <div class="ys-popup-content">
            <div class="remark-popup-title">備注</div>
            <div class="remark-popup-content"><textarea placeholder="請輸入備注"></textarea></div>
            <div class="remark-popup-btn-group clearfix">
                <a class="remark-popup-cancel">取消</a>
                <a class="remark-popup-ok">確認</a>
            </div>
        </div>
    </div><!-- activity-success-popup -->
	
	<script>
		$(".ys-popup").ysPopup("show");// 顯示彈出框
		$(".ys-popup").ysPopup("hide");// 隱藏彈出框
	</script>


向AI問一下細節

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

AI

仙桃市| 小金县| 沈丘县| 闻喜县| 壶关县| 和田市| 台中县| 九龙城区| 娱乐| 贺州市| 含山县| 碌曲县| 博爱县| 辉南县| 临桂县| 明星| 西城区| 武乡县| 柏乡县| 遵化市| 赤城县| 时尚| 华亭县| 时尚| 尼玛县| 仁布县| 邓州市| 临猗县| 石河子市| 铜川市| 绩溪县| 平遥县| 台江县| 宝丰县| 太白县| 宁强县| 庐江县| 湖北省| 新兴县| 秦皇岛市| 浦城县|