【HTML+CSS】3d旋轉(zhuǎn)相冊(cè)
<!DOCTYPE html>
<html lang="en">
<head>
? ? <meta charset="UTF-8">
? ? <meta http-equiv="X-UA-Compatible" content="IE=edge">
? ? <meta name="viewport" content="width=device-width, initial-scale=1.0">
? ? <title>Document</title>
? ? <style>
? ? ? ? *{
? ? ? ? ? ? padding: 0;
? ? ? ? ? ? margin: 0;
? ? ? ? ? ? box-sizing: border-box;
? ? ? ?
? ? ? ? }
? ? ? ? body{
? ? ? ? ? ? background-color: pink;
? ? ? ? ? ? perspective: 1600px;
? ? ? ? ? ?
? ? ? ? }
? ? ? ? @keyframes xuanzhuan{
? ? ? ? ? ? 0%{
? ? ? ? ? ? ? ? transform: rotateY(0);
? ? ? ? ? ? }
? ? ? ? ? ? 100%{
? ? ? ? ? ? ? ? transform: rotateY(360deg);
? ? ? ? ? ? }
? ? ? ? }
? ? ? ? section{
? ? ? ? ? ? position: relative;
? ? ? ? ? ? width: 360px;
? ? ? ? ? ? height: 360px;
? ? ? ? ? ? transform-style: preserve-3d;
? ? ? ? ? ? margin: 150px auto;
? ? ? ? ? ? background-attachment: fixed;
? ? ? ? ? ? background-position: center center;
? ? ? ? ? ? animation: ?xuanzhuan 9s linear infinite;
? ? ? ? ? ? background-size: cover;background-image: url(tp4.jpg);
? ? ? ? }
? ? ? ? section:hover{
? ? ? ? ? ? animation-play-state: paused;
? ? ? ? }
? ? ? ? section .tp1{
? ? ? ? ? ? position: absolute;
? ? ? ? ? ? top: 0;
? ? ? ? ? ? left: 0;
? ? ? ? ? ? width: 100%;
? ? ? ? ? ? height: 100%;
? ? ? ? ? ? background-attachment: fixed;
? ? ? ? ? ? background-position: center center;
? ? ? ? ? ? background-size: cover;
? ? ? ? ? ? background-image: url(tp1.jpg);
? ? ? ? }
? ? ? ? section .tp2{
? ? ? ? ? ? position: absolute;
? ? ? ? ? ? top: 0;
? ? ? ? ? ? left: 0;
? ? ? ? ? ? width: 100%;
? ? ? ? ? ? height: 100%;
? ? ? ? ? ? background-attachment: fixed;
? ? ? ? ? ? background-position: center center;
? ? ? ? ? ? background-size: cover;background-image: url(tp2.jpg);
? ? ? ? }
? ? ? ? section .tp3{
? ? ? ? ? ? position: absolute;
? ? ? ? ? ? top: 0;
? ? ? ? ? ? left: 0;
? ? ? ? ? ? width: 100%;
? ? ? ? ? ? height: 100%;
? ? ? ? ? ? background-attachment: fixed;
? ? ? ? ? ? background-position: center center;
? ? ? ? ? ? background-size: cover;background-image: url(tp3.jpg);
? ? ? ? }
? ? ? ? section .tp4{
? ? ? ? ? ? position: absolute;
? ? ? ? ? ? top: 0;
? ? ? ? ? ? left: 0;
? ? ? ? ? ? width: 100%;
? ? ? ? ? ? height: 100%;
? ? ? ? ? ? background-attachment: fixed;
? ? ? ? ? ? background-position: center center;
? ? ? ? ? ? background-size: cover;background-image: url(1.gif);
? ? ? ? }
? ? ? ? section .tp5{
? ? ? ? ? ? position: absolute;
? ? ? ? ? ? top: 0;
? ? ? ? ? ? left: 0;
? ? ? ? ? ? width: 100%;
? ? ? ? ? ? height: 100%;
? ? ? ? ? ? background-attachment: fixed;
? ? ? ? ? ? background-position: center center;
? ? ? ? ? ? background-size: cover;background-image: url(2.gif);
? ? ? ? }
? ? ? ? section .tp6{
? ? ? ? ? ? position: absolute;
? ? ? ? ? ? top: 0;
? ? ? ? ? ? left: 0;
? ? ? ? ? ? width: 100%;
? ? ? ? ? ? height: 100%;
? ? ? ? ? ? background-attachment: fixed;
? ? ? ? ? ? background-position: center center;
? ? ? ? ? ? background-size: cover;background-image: url(3.gif);
? ? ? ? }
? ? ? ? section div:nth-child(1){
? ? ? ? ? ? transform: rotateY(60deg) translateZ(350px);
? ? ? ? }
? ? ? ? section div:nth-child(2){
? ? ? ? ? ? transform: rotateY(120deg) translateZ(350px);
? ? ? ? }
? ? ? ? section div:nth-child(3){
? ? ? ? ? ? transform: rotateY(180deg) translateZ(350px);
? ? ? ? }
? ? ? ? section div:nth-child(4){
? ? ? ? ? ? transform: rotateY(240deg) translateZ(350px);
? ? ? ? }
? ? ? ? section div:nth-child(5){
? ? ? ? ? ? transform: rotateY(300deg) translateZ(350px);
? ? ? ? }
? ? ? ? section div:nth-child(6){
? ? ? ? ? ? transform: rotateY(360deg) translateZ(350px);
? ? ? ? }
? ? ? ?
? ? ?
? ? </style>
</head>
<body>
? ? <section>
? ? ? ? <div class="tp1"></div>
? ? ? ? <div class="tp2"></div>
? ? ? ? <div class="tp3"></div>
? ? ? ? <div class="tp4"></div>
? ? ? ? <div class="tp5"></div>
? ? ? ? <div class="tp6"></div>
? ? </section>
</body>
</html>
感謝支持?。?!
你的三連就是對(duì)我創(chuàng)作的最大激勵(lì)??!
因錄制時(shí)出現(xiàn)了一點(diǎn)小差錯(cuò)可能會(huì)影響觀看體驗(yàn) 望理解
素材來源:百度圖片搜索