- UID
- 228
- 主题
- 回帖
- 0
- 精华
- 积分
- 2422
- 金币
- 枚
- 草籽
- 颗
- 鲜花
- 朵
- 注册时间
- 2023-5-25
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2023-9-1 09:55
|
显示全部楼层
本帖最后由 柠儿 于 2024-5-7 11:09 编辑
司马璟早啊,看见你开心
:doodle {
@grid: 2 / 300px 60px;
position: absolute;z-index: 40;
color: var(--color);
transform: scale(1);
--prog: 0%; --size: 40px; --ttmsg1: '00:00'; --ttmsg2: '00:00'; --color:#ffffff; --state: paused;
}
/* 时间信息 : 左 */
@nth(1) {
@place: 25% 80%;
:after { content: var(--ttmsg1); }
}
/* 控制器 */
@nth(2) { @size: var(--size);
clip-path: @shape(fill: evenodd;points: 40;scale:.45;x: cos(2t) + cos(7t);y: sin(2t) + sin(7t); );
@place: 50% 35%;
background: var(--color);
animation: rot 6s infinite linear var(--state);
}
/* 时间信息 : 右 */
@nth(3) {
@place: 75% 80%;
:after { content: var(--ttmsg2); }
}
/* 进度条 */
@nth(4) {
@place: 50% 80%;
@size: 100% 2px;
background: #aaaaaa;
display: grid;
place-items: center start;
:before {
content: '';
width: var(--prog);
height: 100%;
background: var(--color);
}
}
@keyframes rot { to { transform: rotate(1turn); } }
《世界这么大还是遇见你》 翻唱/若依 制作/柠儿
千山生日快乐
|
|
|
|