admin管理员组

文章数量:1613769

        .weixin-tip {
            display: none;
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.8);
            filter: alpha(opacity = 80);
            height: 100%;
            width: 100%;
            z-index: 100;
        }

        .weixin-tip p {
            text-align: center;
            margin-top: 10%;
            padding: 0 5%;
        }
        .img1{
            width: 100%;
            height: 100%;
            filter:alpha(opacity=100);
            -moz-opacity:0.4;
            -khtml-opacity: 0.5;
            opacity: 0.5;
        }
<div class="weixin-tip">
	<img src="/images/WeChatPay.png"  class="img1"/>
</div>
<script>
	    $(window).on("load", function() {
        var winHeight = $(window).height();
        function is_weixin() {
            var ua = navigator.userAgent.toLowerCase();
            if (ua.match(/MicroMessenger/i) == "micromessenger") {
                return true;
            } else {
                return false;
            }
        }
        var isWeixin = is_weixin();
        if (isWeixin) {
            $(".weixin-tip").css("height", winHeight);
            $(".weixin-tip").show();
        }
    })
</script>

本文标签: 请在检测到器中浏览器系统