jquery+css实现带声音的国庆节升国旗动画代码
代码语言:html
所属分类:动画
代码描述:jquery+css实现带声音的国庆节升国旗动画代码,祝愿伟大的祖国母亲生日快乐,繁荣昌盛。
代码标签: jquery css 声音 国庆节 升 国旗 动画 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
* {
padding: 0;
margin: 0;
}
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
background: url(//repo.bfw.wiki/bfwrepo/image/66fa99c1de3cd.png) no-repeat center center;
background-repeat: no-repeat;
background-size: contain;
}
.btn {
width: 96px;
text-align: center;
font-weight: 700;
cursor: pointer;
color: #fff;
border-radius: 20px;
background-color: red;
padding: 10px;
}
.box {
position: relative;
width: 298px;
height: 770px;
display: none;
zoom: 0.8;
}
.circle {
position: relative;
top: 1px;
left: -5px;
width: 20px;
height: 20px;
border-radius: 20px;
background-image: radial-gradient(#f5f5f5, #bebebe);
}
.flagpole {
width: 10px;
height: 700px;
background-image: linear-gradient(to right, #bebebe, #eee, #d2d2d2);
}
.red_flag {
position: absolute;
left: 10px;
bottom: 50px;
width: 288px;
height: 192px;
background-color: red;
}
.star img {
position: absolute;
}
.star1 img {
top: 20px;
left: 20px;
width: calc(192px .........完整代码请登录后点击上方下载按钮下载查看
网友评论0