由于微信的限制,微信内置浏览器中很多链接全部被屏蔽掉,,界面显示屏蔽,
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>下载示例</title>
<style type="text/css">
#weixin-tip {
position: fixed;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.8);
filter: alpha(opacity = 80);
width: 100%;
height: 100%;
z-index: 100;
}
#weixin-tip p {
text-align: center;
margin-top: 10%;
padding: 0 5%;
}
</style>
</head>
<body>
<div id="weixin_tip" style=&#