Html
    Css
    Js

    
                        
#real {
	/*点击弹出模态框的图片*/
  margin:30px;
	width:250px;
	border-radius:6px;
}
#real:hover {
	opacity:0.6;
}
#mo {
	display:none;
	/*隐藏*/
  width:100%;
	height:100%;
	position:fixed;
	overflow:auto;
	background-color:rgba(0,0,0,0.7);
	top:0px;
	left:0px;
	z-index:1;
}
#moimg {
	display:block;
	margin:25px auto;
	width:60%;
	max-width:750px;
}
#caption {
	text-align:center;
	margin:15px auto;
	width:60%;
	max-height:750px;
	font-size:20px;
	color:#ccc;
}
#moimg,#caption {
	-webkit-animation:first 1s;
	-o-animation:first 1s;
	animation:first 1s;
}
@keyframes first {
	from {
	transform:scale(0.1);
}
to {
	transform:scale(1);
}
}.close {
	font-size:40px;
	font-weight:bold;
	position:absolute;
	top:20px;
	right:14%;
	color:#f1f1f1;
}
.close:hover,.close:focus {
	color:#bbb;
	cursor:pointer;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

点击弹出模态框的图片

缓慢放大动画,可关闭

2
      .....0
      2018/12/20 9:21:39
      你好我是腾讯hr,请发一下简历给我好吗
          十一0
          2018/12/26 11:54:41
          你可以把邮箱给我
      回复