不可能
{:5_117:}
<style>
.outer { left: -302px; width: 1200px; height: 800px; background: linear-gradient(45deg, green, green), url('https://pic.imgdb.cn/item/62789aef09475431295a2b19.jpg') no-repeat center/cover; background-blend-mode: overlay, normal; filter: drop-shadow(0 0 10px gray); opacity: .95; position: relative; }
.outer h2 { margin: 0; position: absolute; left: 80%; top: 10px; font: bold 1em sans-serif; color: teal; text-shadow: 1px 1px 2px #222; }
.spic { position: absolute; width: 300px; height: 300px;LEFT: 150px; top: 250px; mix-blend-mode: multiply; }
.r-small { position: absolute; width: 100px; height: 100px; border-radius: 50%; top: calc(100% - 120px); left: calc(100% - 120px); cursor: pointer; text-align: center; animation: rot 6s linear infinite; }
@keyframes rot { to { transform: rotate(1turn); } }
</style>
<div class="outer">
<h2>我等的花儿也谢了--姚斯婷</h2>
<img class="spic" src="https://pic.imgdb.cn/item/6235d74f5baa1a80ab9d74a0.gif" alt="" />
<div class="outer r-small"></div>
</div>
<script>
let flag = true;
let ele = document.querySelector('.r-small');
let au = document.createElement('audio');
au.src = 'http://www.kumeiwp.com/sub/filestores/2022/05/08/0e73b9c8f512c64b47ae77ae90316520.mp3';
au.loop = true;
au.autoplay = flag;
au.style.display = 'none';
ele.appendChild(au);
if(!flag) ele.style.animationPlayState = 'paused';
ele.onclick = function() { flag ? (au.pause(), this.style.animationPlayState = 'paused', flag = false) : (au.play(), this.style.animationPlayState = 'running', flag = true); }
</script>
加林森 发表于 2022-2-4 19:14
嗯嗯,明白的。
有点残忍{:4_173:} 红影 发表于 2022-2-4 20:32
有点残忍
不是不是。你不要给自己上纲上线的。这样就不好玩了。
红影,我才发出来一个作品,你去看看。 加林森 发表于 2022-2-4 20:34
不是不是。你不要给自己上纲上线的。这样就不好玩了。
红影,我才发出来一个作品,你去看看。
那个冬奥会的么,特别给力{:4_178:} 红影 发表于 2022-2-4 22:45
那个冬奥会的么,特别给力
喜欢就好啊{:4_187:}
页:
1
[2]