本队累了,去睡觉了!
好累好累!{:5_110:}朋友们明天见~~~~~~~~~~~~~~
队长辛苦了{:4_187:}{:4_190:} 累就应有所克制,不要贪玩 队长辛苦了{:4_187:} 本帖最后由 加林森 于 2022-5-20 17:45 编辑 <br /><br />大猫咪 发表于 2022-2-27 12:19
队长辛苦了
猫猫下午好。{:4_190:}
<style>
.stage{
margin: auto;
position: relative;
left: -242px;
width: 1080px;
height: 707px;
background:#666 url('https://pic.imgdb.cn/item/62875f7b09475431294d0898.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: 60px;
left: 84px;
transform-style: preserve-3d;
animation: rot 5s linear infinite;
}
.circle div {
position: absolute;
width: 100%;
height: 100%;
border: 1px solid SteelBlue;
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://music.163.com/song/media/outer/url?id=513360721.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-2-27 13:23
累就应有所克制,不要贪玩
没有贪玩啊,我在守坛! 红影 发表于 2022-2-27 15:31
队长辛苦了
嗯嗯,红影下午好!{:4_187:} 加林森 发表于 2022-2-27 16:15
猫猫下午好。
队长来了 {:4_187:}晚上好 {:4_187:} {:4_179:} 大猫咪 发表于 2022-2-27 18:17
队长来了 晚上好
猫猫晚上好。{:4_204:}{:4_190:} 加林森 发表于 2022-2-27 18:43
猫猫晚上好。
{:4_179:}队长来了,开心 周末快乐! 守坛辛苦 大猫咪 发表于 2022-2-27 19:03
队长来了,开心 周末快乐!
好的好的,周末快乐!今天制作没有啊? 马黑黑 发表于 2022-2-27 19:07
守坛辛苦
是的,原来就习惯了的。 加林森 发表于 2022-2-27 19:29
好的好的,周末快乐!今天制作没有啊?
做了个给送老头的{:4_170:} 大猫咪 发表于 2022-2-27 19:29
做了个给送老头的
我去看看。 休息了。累了!{:5_110:} {:5_110:} 时间到,去睡觉!{:5_110:}
页:
[1]