3deye实现支持手机360拖动旋转展示3d物体汽车效果代码

代码语言:html

所属分类:拖放

代码描述:3deye实现支持手机360拖动旋转展示3d物体汽车效果代码

代码标签: 3deye 支持 手机 360 拖动 旋转 展示 3d 物体 汽车

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <style type="text/css">
        html,body{	width:100%;	height:100%;	}
            .box {
    	width:1200px;
    	margin:0 auto;
    }
    .box h1 {
    	text-align:center;
    	line-height:100px;
    	margin-bottom:40px;
    }
    .box h2,.box h3 {
    	font-weight:normal;
    	color:#59595b;
    }
    .reading h2 {
    	width:100%;
    	margin:40px 0;
    	text-align:center;
    	line-height:2;
    	font-size:20px;
    	color:#59595b;
    }
    .reading h2 a {
    	text-decoration:none;
    	color:#59595b;
    }
    .reading h2 a:hover {
    	color:#2183f1;
    }
    </style>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery-1.8.3.js"></script>
<script type="text/javascript&qu.........完整代码请登录后点击上方下载按钮下载查看

网友评论0