1 Star 3 Fork 0

zhumengquan / 我执登录系统前端页面

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
stylelogin.css 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhumengquan 提交于 2020-09-26 15:40 . initial commit
.card1{
position: relative;
width: 400px;
top:300px;
}
body{
background: url("bg.jpg");
animation-name:myfirst;
animation-duration:12s;
animation-delay:2s;
animation-iteration-count:infinite;
}
@keyframes myfirst
{
0% {background:url("bg.jpg");}
50% {background:url("bg6.jpg");}
67% {background:url("bg5.jpg");}
100% {background:url("bg.jpg");}
}
CSS
1
https://gitee.com/zhumengquan/wozhi.git
git@gitee.com:zhumengquan/wozhi.git
zhumengquan
wozhi
我执登录系统前端页面
master

搜索帮助