Html
    Css
    Js

    
                        
 .bigbox {
	width:600px;
	height:600px;
	margin:20px auto;
	position:relative;
	background:linear-gradient(to bottom,#00a8ff,#cccccc);
}
.box1,.box2,.box3 {
	position:absolute;
	background:#ffffff;
	transition:0.5s ease;
	text-align:center;
	line-height:100px;
	border-radius:10px;
}
.box1 {
	width:300px;
	height:300px;
	top:150px;
	left:150px;
	z-index:3;
}
.box2 {
	opacity:0.8;
	width:200px;
	height:200px;
	top:100px;
	left:200px;
	z-index:2;
}
.box3 {
	opacity:0.5;
	width:100px;
	height:100px;
	top:50px;
	left:250px;
	z-index:1;
}

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

3D前后轮播

4
      **一厘米的阳光**0
      2017/12/13 17:03:53

      为什么我下载后,这个不是动态的了

      回复
      龚不败0
      2017/10/22 10:54:35
      Miss・unknown0
      2017/6/29 15:19:38

      可以把那个向前向后的放在两边做成按钮,好看点

          一人编程醉0
          2017/7/1 10:30:56

          恩恩 刚出炉的demo就一个功能2333

      回复