请马上登录,朋友们都在花潮里等着你哦:)
您需要 登录 才可以下载或查看,没有账号?立即注册
x
本帖最后由 醉美水芙蓉 于 2023-5-10 21:57 编辑
花潮lrc在线
:doodle {
@size: 100px;
@shape: circle;
right: 60px;
top: 60px;
cursor: pointer;
z-index: 2;
background: snow url('https://pic2.imgdb.cn/item/63e25cd14757feff33b945d9.gif') no-repeat center/cover;
animation: rot 6s infinite linear forwards var(--state);
}
@keyframes rot { to { transform: rotate(360deg); } }
:doodle {
@size: 1024px 640px;
}
position: absolute;
left: @r(100)%;
top: -20%;
:after {
position: absolute;
content: '@p(✿,❁,❀,💮,🌺)';
color: snow;
font-size: @r(3, 30)px;
}
animation: fall @r(25,50)s @r(-20, 20)s infinite var(--state);
@keyframes fall {
0% { top: -20%; transform: rotate(0deg); }
100% {top: 120%; transform: rotate(@p(360, 720)deg); }
}
|