《天国的女儿》- 段玫梅
<style>
.stage{
margin: auto;
position: relative;
left: -40px;
width: 900px;
height: 351px;
background:#666 url('https://pic.imgdb.cn/item/628ef5a50947543129a243cc.jpg');
perspective: 3000px;
perspective-origin: 50% 50%;
cursor: pointer;
}
.stage::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: url('https://638183.freep.cn/638183/Pic/2022/smoke1.gif') no-repeat center/cover;
opacity: .1;
}
.circle {
--x: 80px;
position: absolute;
width: var(--x);
height: var(--x);
right: 20px;
top: 180px;
left: 84px;
transform-style: preserve-3d;
animation: rot 5s linear infinite;
}
.circle div {
position: absolute;
width: 100%;
height: 100%;
border: 1px solid #f0fcff;
border-radius: 50%;
padding: 0;
}
.circle div:nth-child(1){ transform:rotateY(0deg);}
.circle div:nth-child(2){ transform:rotateY(30deg);}
.circle div:nth-child(3){ transform:rotateY(60deg);}
.circle div:nth-child(4){ transform:rotateY(90deg);}
.circle div:nth-child(5){ transform:rotateY(120deg);}
.circle div:nth-child(6){ transform:rotateY(150deg);}
@keyframes rot{
0%{ transform: rotateZ(30deg) rotateY(0turn);}
100%{ transform: rotateZ(30deg) rotateY(1turn);}
}
</style>
<div class="stage">
<div class="circle">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<script>
var au = document.createElement('audio');
au.src = 'https://www.joy127.com/url/90533.mp3';
au.loop = true;
au.autoplay = true;
document.querySelector('.stage').appendChild(au);
document.querySelector('.circle').onclick = function() {
au.paused ? (au.play(), this.style.animationPlayState = 'running') : (au.pause(), this.style.animationPlayState = 'paused');
}
</script>
本帖最后由 加林森 于 2022-5-26 12:12 编辑
天国的女儿 - 段玫梅
啊~~~~啊~~~~~啊~~~~~啊~~~~~
啊~~~~~啊~~~~啊~~~~~啊~~~~~
啊~~~~~
啊~~~啊~~~~~啊~~~~~~啊~~~~啊~~~~
啊~~~~~~啊~~~~~~
歌曲有点慢,还是很好听的。 还真像是天国一样 马黑黑 发表于 2022-5-26 13:15
还真像是天国一样
是啊,有点意思的歌! 队长这个色彩搭配得漂亮,制图和歌曲意境也很相符,很赞{:4_187:} 红影 发表于 2022-5-26 16:57
队长这个色彩搭配得漂亮,制图和歌曲意境也很相符,很赞
谢谢红影支持!这首歌曲很感人的,我听见就制作出来了。{:4_204:} 加林森 发表于 2022-5-26 13:49
是啊,有点意思的歌!
对,有点意思 马黑黑 发表于 2022-5-26 19:04
对,有点意思
是的。 加林森 发表于 2022-5-26 17:12
谢谢红影支持!这首歌曲很感人的,我听见就制作出来了。
画面很漂亮{:4_187:} 红影 发表于 2022-5-26 20:23
画面很漂亮
谢谢红影!{:4_204:}
页:
[1]