|
|
请马上登录,朋友们都在花潮里等着你哦:)
您需要 登录 才可以下载或查看,没有账号?立即注册
x
本帖最后由 绿叶清舟 于 2023-4-20 20:58 编辑
:doodle {
@grid: 4 / 200px;
background: url('') no-repeat 0px 150px / 200px 200px;
cursor: pointer;
position: absolute;
left: 730px;
top: 150px;
--state: running;
}
:doodle(:hover) { transform: skew(2deg); }
position: absolute;
@place-cell: 100px 46%;
:after {
content: @p(♫,♪,♩,♬);
color: @p(#170302,#bfa960,#5e480c,#370500,white);
}
animation: fly 1s @r(-2,2)s infinite var(--state);
@keyframes fly {
from { transform: rotate(0deg) translate(0px); }
to { transform: rotate(@r(-100,100)deg) translate(-100px); }
}
|
评分
-
| 参与人数 4 | 威望 +160 |
金钱 +320 |
经验 +160 |
收起
理由
|
小辣椒
| + 50 |
+ 100 |
+ 50 |
赞一个! |
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
梦缘
| + 30 |
+ 60 |
+ 30 |
很给力! |
马黑黑
| + 30 |
+ 60 |
+ 30 |
很给力! |
查看全部评分
|