|
|

楼主 |
发表于 2023-5-20 19:48
|
显示全部楼层
|
:doodle {
@size: 760px 400px;
background: @doodle(
@grid: 1 / 100%;
background: gray;
clip-path: @shape(
points: 1000;
scale: .8;
move: .5 .64;
x: cos(t^t) + cos(1.8^t);
y: sin(t) + sin(2.305t)*sin(t);
);
);
}
@size: 40px;
@place: calc(@col * 40px - 20px) calc(@row * 40px - 20px);
font: normal 30px / 40px sans-serif;
color: yellow;
text-shadow: 1px 1px 2px #000;
opacity: 0;
:before {
content: @pn([碧阑干外小中庭,雨初晴,晓莺声。飞絮落花,时节近清明。睡起卷帘无一事,匀面了,没心情。]);
}
animation: show .3s calc((@i - 1) * .3s) linear forwards;
@keyframes show { to { opacity: 1; } }
|
评分
-
| 参与人数 1 | 威望 +50 |
金钱 +100 |
经验 +50 |
收起
理由
|
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
查看全部评分
|