Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
	list-style:none;
}
#box {
	width:700px;
	height:400px;
	margin:50px auto;
	transform-style:preserve-3d;
	position:relative;
	background:url(http://www.jq22.com/img/cs/500x300-2.png) no-repeat;
	perspective:800px;
}
#box span {
	position:absolute;
	background:url(http://www.jq22.com/img/cs/500x300-1.png) no-repeat;
}

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

3D图片爆炸效果展示

0