1 Star 0 Fork 40

Nekopero / css-3d

forked from cungudafa / css-3d 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

css-3d

介绍

程序员女朋友的相册是这样的

博客链接

https://blog.csdn.net/cungudafa/article/details/103163313

安装教程

  1. 下载源码
  2. 修改img文件夹下的图片(图片名称不变)
  3. 双击index.html即可显示3d相册效果

使用说明

  1. css中可以修改背景颜色
  2. 音乐播放需要编译工具运行,双击触发不了

2020.2.26修改:

  1. 引入网易云外链播放:(双击index.html不会显示网易云播放界面,只有编译运行到端口,才会自动播放音乐)
                <!-- 网易云外链音乐 -->
		<!-- 只有发布和编译到端口才会自动播放 -->
		<div style="position:absolute;right:0px;bottom:0px;">
			<iframe frameborder="no" border="0" marginwidth="0" marginheight="100%" width=330 height=86 
				src="//music.163.com/outchain/player?type=2&id=1370748318&auto=1&height=66"></iframe>
		</div>

输入图片说明

  1. 这里我显示了播放条,方便双击index.html控制; (tips:在audio标签加上controls属性,显示播放条;删除则隐藏)
                <!-- 隐藏播放条:删除ontrols="controls"部分 -->
                <audio autoplay="autopaly" loop="loop" controls="controls" id="audios">

输入图片说明

作者

cungudafa

MIT License Copyright (c) 2020 cungudafa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

程序员女朋友的相册是这样的 展开 收起
HTML/CSS
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
HTML/CSS
1
https://gitee.com/nekopero/css-3d.git
git@gitee.com:nekopero/css-3d.git
nekopero
css-3d
css-3d
master

搜索帮助