实现:

复制代码代码如下:
<!doctype html>
<html>
<head>
<title>遮罩层</title>
<meta charset="utf-8" />
<style>
#cover{
display:none;
position:fixed;
z-index:1;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0, 0, 0, 0.44);
}
#coverShow{
display:none;
position:fixed;
z-index:2;
top:50%;
left:50%;
border:1px solid #127386;
width:300px;
height:100px;
margin-left:-150px;
margin-top:-150px;
background:#127386;
}
</style>
<script>
function clickfunc()
{
alert("clicked, 遮住之前’测试‘按钮是起作用的");
}
function coverit()
{
var cover = document.getElementById("cover");
var covershow = document.getElementById("coverShow");
cover.style.display = 'block';
covershow.style.display = 'block';
alert("已经遮住,’测试‘按钮已经不起作用了");
}
</script>
</head>
<body>
<div id="cover"></div>
<div id="coverShow">
<table align="center" border="0" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; height: 100px; min-height: 100px;" bgcolor="#127386">
<tr>
<td height="30" style="font-size: 12px;">正在加载,请稍后......</td>
</tr>
<tr>
<td align="center" bgcolor="#ffffff">
这里加载一个img src为动态的gif

</td>
</tr>
</table>
</div>
<div>
这里面是内容
<span>所有的内容都被cover遮住</span>
<div>
<font style="color:red">
两个遮罩层
<br/>
第一个遮罩层cover是将整个body盖住,width=100%,height=100%.
第二个遮罩层coverShow居中显示,可以在里面加载img元素。
</font>
</div>
<input type="button" value="测试" onclick="clickfunc()"/>
</div>
<input type="button" value="遮住" onclick="coverit()"/>
</body>
</html>
标签:
遮罩层,正在加载

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com

评论“弹出一个遮罩层有正在加载效果的文字”

暂无“弹出一个遮罩层有正在加载效果的文字”评论...

P70系列延期,华为新旗舰将在下月发布

3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。

而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?

根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。