赞
踩
李四
新娘
我们诚邀您来参加我们的婚礼
事件:2020年12月30日
地点:北京市海淀区XX路XX酒店
/*播放器 */
.player{
position: fixed; top: 20rpx;right: 20rpx;
z-index: 1;
}
.player>image:first-child{
width: 80rpx;height: 80rpx;
animation: musicRotate 3s linear infinite;
}
.player>image:last-child{
width: 28rpx; height: 80rpx; margin-left: -5px;
}
@keyframes musicRotate{
from{transform:rotate(0deg);}
to{transform: rotate(360deg);}
}
/* 播放暂停 */
.player-play>image:first-child{
animation-play-state: running;
}
.player-play>image:last-child{
animation: musicStart 0.2s linear forwards;
}
.pl
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。