|
|
请马上登录,朋友们都在花潮里等着你哦:)
您需要 登录 才可以下载或查看,没有账号?立即注册
x
本帖最后由 朵拉 于 2023-6-13 23:19 编辑
:doodle {
@size: 1024px 682px;
background: lightblue url('https://pic.imgdb.cn/item/6488659c1ddac507cc3450a0.jpg');
box-shadow: 0 0 8px #000;
position: relative;
margin: 0 0 0 calc(50% - 593px);
--state: paused;
}
position: absolute;
@nth(1) {
@place: 50% 10%;
@size: 80px;
:after {
@size: 100%;
@shape: windmill;
content: '';
background: radial-gradient(rgba(100,100,100,.3), rgba(0,0,100,.6));
}
cursor: pointer;
z-index: calc(@size + 1);
animation: rot 6s infinite linear var(--state);
}
@nth(2) {
@size: 100%;
background: @doodle(
@grid: 10 / 100%;
@place: @r(0,100)% -10%;
:after {
content: '@p(🌸,❀,🏵️,🌺,❄️,💮,🍃)';
animation: rot 4s infinite linear;
font-size: @r(15,30)px;
}
animation: fly @r(30,50)s @r(0,-30)s infinite;
@keyframes rot { to { transform: rotate(@p(-360,360)deg); } }
@keyframes fly {
from { transform: rotate(0deg) translateY(0); opacity: .9;}
to { transform: rotate(@r(-30,30)deg) translateY(800px); opacity: 0; }
}
);
}
@nth(3,4) {
@place: 90% 95%;
font-size: 4em;
:after {content: '🐇'}
}
@nth(4){ transform: translate(20px); }
@keyframes rot { to { transform: rotate(360deg); } }
|
评分
-
| 参与人数 4 | 威望 +180 |
金钱 +360 |
经验 +180 |
收起
理由
|
梦缘
| + 30 |
+ 60 |
+ 30 |
很给力! |
小辣椒
| + 50 |
+ 100 |
+ 50 |
赞一个! |
樵歌
| + 50 |
+ 100 |
+ 50 |
赞一个! |
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
查看全部评分
|