加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
Kinomotom 提交于 2021-11-20 00:16 . 调整页面
<!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>
<meta http-equiv="imagetoolbar" content="no">
<link rel="stylesheet" type="text/css" href="style/style.css">
<script type="text/javascript">
document.write('<script src="js/3d.js?timestamp='+new Date().getTime()+'" type="text/javascript" charset="utf-8"><\/script>');
</script>
<!-- <script src="js/3d.js?timestamp=1637323743733" type="text/javascript" charset="utf-8"></script>-->
</head>
<body class="">
<div id="screen">
<div id="command" >
<h1 >川西之行</h1>
<div id="content" >我们会有很多很多的故事</div>
<div id="bar"></div>
</div>
<iframe id="iframe" frameborder="no" border="0" style="position: absolute;bottom: 10px;" marginwidth="0" marginheight="0" width=86 height=86 src="//music.163.com/outchain/player?type=2&id=1830686080&auto=1&height=66"></iframe>
<div id="urlInfo"></div>
</div>
<script type="text/javascript">
/* ==== start script ==== */
setTimeout(function() {
m3D.init(
[
{id:'00', src: '00.jpg' ,content:'这是我们在新都桥骑马', url:'', title: 'jump to random script', color: '#fff' },
{id:'01', src: '01.jpg' ,content:'这是我们在墨石公园的异域星球上' },
{id:'02', src: '02.jpg' ,content:'那天下午四点,我们在机场路' },
{id:'03', src: '03.jpg' ,content:'我们在雅安大熊猫景区'},
{id:'04', src: '04.jpg' ,content:'这是我们的仙女姐姐'},
{id:'05', src: '05.jpg' ,content:'我们在下午六点的红海子,美不胜收'},
{id:'06', src: '06.jpg' ,content:'我们遇到了阿拉丁神灯'},
{id:'07', src: '07.jpg' ,content:'新都桥的早晨'},
{id:'08', src: '08.jpg' ,content:'这是一对开心的情侣'},
{id:'09', src: '09.jpg' ,content:'这是我们的司机'},
{id:'10', src: '10.jpg' ,content:'优秀的摄影师', url: '', color: '#fff' },
{id:'11', src: '11.jpg' ,content:' '},
{id:'12', src: '12.jpg' ,content:' '},
{id:'13', src: '13.jpg' ,content:' '},
{id:'14', src: '14.jpg' ,content:' '},
{id:'15', src: '15.jpg' ,content:' '}
]
);
}, 500);
</script>
<div style="text-align:center;">
<p>码云:<a href="https://gitee.com/Kinomotom/album-3d" target="_blank">3D相册</a></p>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化