设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 创业者 手机 数据
当前位置: 首页 > 服务器 > 系统 > 正文

CSS3 3D制作实战案例分析(2)

发布时间:2020-03-15 00:25 所属栏目:52 来源:站长网
导读:divstyle=margin-left:100px;height:300px;width:300px;position:absolute;perspective:1000px; divid=boxstyle=transform-style:preserve-3d;height:300px;width:300px;position:relative; imgid=img1src=1.jpg/ i

    <div style="margin-left: 100px;height:300px;width:300px;position:absolute;perspective: 1000px;">  

        <div id="box" style="transform-style: preserve-3d;height:300px;width:300px;position: relative;">  

            <img id="img1" src="1.jpg" />  

            <img id="img2" src="2.jpg" />  

            <img id="img3" src="3.jpg" />  

            <img id="img4" src="4.jpg" />  

            <img id="img5" src="5.jpg" />  

            <img id="img6" src="6.jpg" />  

        </div>  

    </div>  

    <div style="margin-left: 700px;margin-top: 100px;">  

        <input id="btn1" type="button" value="向上翻转90度" />  

        <input id="btn2" type="button" name="" value="向左翻转90度" />  

        <input id="btn3" type="button" value="向右翻转90度" />  

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读