不客气
嗯嗯{:4_190:}
<style>
.stage{
margin: auto;
position: relative;
left: -202px;
width: 1000px;
height: 622px;
background:#666 url('https://pic.imgdb.cn/item/628f3dfa094754312906cc35.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/6664.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-3-12 21:00
嗯嗯,不辛苦的,歌曲好、图片美,我就是制作一下就发出来了。
早上好,好听的歌儿,早上再来欣赏一次{:4_190:} 樵歌 发表于 2022-3-13 07:40
早上好,好听的歌儿,早上再来欣赏一次
樵歌上午好。听吧。{:4_190:} 加林森 发表于 2022-3-13 10:25
樵歌上午好。听吧。
中午好,{:4_176:} 樵歌 发表于 2022-3-13 10:58
中午好,
中午好。{:4_176:}
页:
1
[2]