純css3實現3D圖片立方體旋轉動畫特效

來源:互聯網
上載者:User
純css3 3D立方體模組,滑鼠觸碰,模組炸開,大立方體中套小立方體


如下:



代碼如下:

<!DOCTYPE html><html><head>    <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />    <title>css-3d旋轉相簿_何問起</title><base target="_blank" />    <link rel="stylesheet" href="http://hovertree.com/texiao/css3/34/hovertree.css" /></head><body>    <p class="hovertreeinfo">    <h2>何問起css-3d旋轉相簿</h2>請把游標移到立方體上面,或者點擊圖片。<input type="button" value="還原" /></p>    <!--/*外層最大容器*/-->    <p class="wrap">        <!--    /*包裹所有元素的容器*/-->        <p class="cube">            <!--前面圖片 -->            <p class="out_front">                <img src="http://hovertree.com/hvtimg/bjafjg/p1n3aebo.jpg" class="pic" />            </p>            <!--後面圖片 -->            <p class="out_back">                <img src="http://hovertree.com/hvtimg/bjafjg/6omilcpi.png" class="pic" />            </p>            <!--左圖片 -->            <p class="out_left">                <img src="http://hovertree.com/hvtimg/bjafjg/7ciu9jqt.jpg" class="pic" />            </p>            <p class="out_right">                <img src="http://hovertree.com/hvtimg/bjafjg/x9h3ho61.jpg" class="pic" />            </p>            <p class="out_top">                <img src="http://hovertree.com/hvtimg/bjafjg/1rysrqvg.jpg" class="pic" />            </p>            <p class="out_bottom">                <img src="http://hovertree.com/hvtimg/bjafjg/nre7yne5.jpg" class="pic" />            </p>            <!--小正方體 -->            <span class="in_front">                <img src="http://hovertree.com/hvtimg/bjafjg/wctv4yie.jpg" class="in_pic" />            </span>            <span class="in_back">                <img src="http://hovertree.com/hvtimg/bjafjg/d1w0ani7.jpg" class="in_pic" />            </span>            <span class="in_left">                <img src="http://hovertree.com/hvtimg/bjafjg/dys40n99.jpg" class="in_pic" />            </span>            <span class="in_right">                <img src="http://hovertree.com/hvtimg/bjafjg/6sqnrrgc.jpg" class="in_pic" />            </span>            <span class="in_top">                <img src="http://hovertree.com/hvtimg/bjafjg/o73nrdo4.jpg" class="in_pic" />            </span>            <span class="in_bottom">                <img src="http://hovertree.com/hvtimg/bjafjg/gq0yvbe0.jpg" class="in_pic" />            </span>        </p>    </p>    <p class="hovertreeinfo"><a href="http://hovertree.com">何問起</a><a href="http://hovertree.com/menu/texiao/">網頁特效</a>     <a href="http://hovertree.com/h/bjaf/ysr2o1du.htm">代碼說明</a>    <br />    手機掃描下面二維碼:<br />    <img src="http://img.php.cn/upload/article/000/000/194/3577bca7142c838eb0451735933989fd-0.png" alt="二維碼"/>    </p></body></html>
相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.