特炫的三维相册分享出来,希望大家喜欢!
XML/HTML Code复制内容到剪贴板
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>三维动画</title>
<style type="text/css">
* {
padding : 0px;
margin: 0px;
}
body {
background: url(images/758.jpg) no-repeat top center;
}
.product {
height: 400px;
position: fixed;
top: 20%;
right: 20%;
/*视距*/
perspective : 500px;
}
.scene {
height: 250px;
width: 250px;
transform-style: preserve-3d;
transform-origin: 50%;
margin: 100px;
/*定义一个名为slide的动画*/
animation: slide 12s linear infinite;
}
.scene ul li {
width: 230px;
height: 230px;
list-style: none;
border: 5px solid rgba(255, 255, 255, 0.5);
position: absolute;
}
@keyframes slide{
from{
transform: rotateY(0deg);
}
to{
transform: rotateY(360deg);
}
}
.s1 {
float: left;
}
.s1 ul li:nth-child(1) {
新闻热点
疑难解答