17:25分准备晚餐的时候可以玩什么呢~~~请客吃饭~~~
我看可以,但疫情期间不要超过5个人 本帖最后由 加林森 于 2022-1-29 18:45 编辑 <br /><br />继续走
<style type="text/css">
.paBox { /* 父框 */
margin: 10px auto;
width: 1024px;
height: 640px;
position: relative;
background: #000 url('https://pic.imgdb.cn/item/61f51a272ab3f51d914dc98f.jpg') no-repeat;
left: -210px;
}
/* 父框和 .soBox 的伪元素共同样式 */
.paBox::before, .paBox::after, .soBox::before, .soBox::after {
content: "";
position: absolute;
width: 600px; height: 2px;
background: silver;
left: 160px; top: 230px;
opacity: 0.1;
transform-origin: center center;
}
/* 父框和 .soBox 的伪元素各自的动画样式 */
.paBox::before { animation: fly 2s linear infinite alternate;}
.paBox::after { height: 4px; animation: fly 5s linear infinite;}
.soBox::before { animation: fly 3s linear infinite;}
.soBox::after { height: 5px; animation: fly 1s linear infinite alternate;}
@keyframes fly { 100% { transform: rotate(360deg); } }
/*旋转按钮*/
.roBox32 {
margin: 10px;
position: relative;
width: 32px; height: 32px;
line-height: 32px; font-size: 12px;
background: linear-gradient(blue,gray,red);
outline:none;
color: white;
border-radius: 50%;
text-align: center;
box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
cursor: pointer;
animation: rol linear 2s infinite;
}
.roBox32:hover { opacity: 0.8; }
.roBox32:active { opacity: 1; }
@keyframes rol { to { transform:rotate(360deg); } }
</style>
<div class="paBox">
<div class="soBox"></div>
<p style="position: absolute; left:300px; top:500px; color: #fff;"><marqueescrollamount="3" direction="left" >2018全力打造草原舞曲慢摇大碟的音乐</marquee></p>
<!-- 按钮 -->
<div id="roBox" class="roBox32" style="left:10%;top:88%;">●</div>
</div>
<audio id="ymusic" src="https://www.joy127.com/url/1380.mp3" autoplay="autoplay" loop="loop"></audio>
<script language="javascript">
var mu = document.getElementByid('ymusic');
var roBtn = document.getElementByid('roBox');
mu.autoplay ? roBtn.style.animationPlayState="running" : roBtn.style.animationPlayState="paused";
mu.addEventListener("ended", function(){ roBtn.style.animationPlayState="paused"; })
roBtn.onclick = function(){ mu.paused ? (mu.play(), roBtn.style.animationPlayState="running") : (mu.pause(), roBtn.style.animationPlayState="paused"); }
</script> 马黑黑 发表于 2021-12-12 10:09
我看可以,但疫情期间不要超过5个人
现在疫情还可以~~坐满一桌~~不过队长一定要到的~~{:5_117:} 杨柳青 发表于 2021-12-12 20:39
现在疫情还可以~~坐满一桌~~不过队长一定要到的~~
谁也可以不去,队长一定要去 马黑黑 发表于 2021-12-12 22:07
谁也可以不去,队长一定要去
那是必然的~~~茺头还是让他来做~~~{:5_117:} 杨柳青 发表于 2021-12-13 21:15
那是必然的~~~茺头还是让他来做~~~
对头
页:
1
[2]