注册时间2021-11-18
在线时间 小时
- 最后登录
- 1970-1-1
|
本帖最后由 起个网名好难 于 2023-5-12 16:20 编辑
:doodle {
@size: 1000px 667px;
--state:paused;
}
position: absolute;
left: -10%;
top: @r(100)%;
:after {
position: absolute;
content: '@p(♪,¶,♫,♯,♭,♮,♩,♬)';
color:pink;
font-size: @r(10, 40)px;
}
animation: fall @r(6,20)s @r(-6, 6)s infinite var(--state);
@keyframes fall {
0% { left: -20%; transform: rotate(0deg); }
100% {left: 120%; transform: rotate(@p(360, 720)deg); }
}
《 山茶花读不懂白玫瑰 》 - Lil笑笑
花潮论坛lrc在线
:doodle {
@grid: 2 / 350px 100px;
position: absolute;
color: var(--color);
bottom: 0;
--prog: 0%;
--size: 60px;
--ttmsg1: '00:00';
--ttmsg2: '00:00';
--color: #f63414;
--state: paused;
bottom:60px;
}
@nth(1) {@place: 35% 100%;:after { content: var(--ttmsg1); }}
@nth(2) {@size: var(--size);@shape: windmill;@place: 50% 35%;background: var(--color);animation: rot 6s infinite linear var(--state);}
@nth(3) {@place: 65% 100%;:after { content: var(--ttmsg2); }}
@nth(4) {@place: 50% 80%;@size: 100% 2px;background: #bbb;display: grid;place-items: center start;:before {content: '';width: var(--prog);height: 100%;background: var(--color);}}
@keyframes rot { to { transform: rotate(1turn); } }
|
评分
-
查看全部评分
|