vip贵宾
性别保密
威望 点
注册时间2012-4-5
最后登录1970-1-1
在线时间 小时
好友
UID24414
听众
阅读权限120
- 积分
- 13884
鲜花( 890) 鸡蛋( 3)
|
:doodle {
@grid: 3 / 160px;
margin: 50px auto 0;
cursor: pointer;
animation: rot 6s infinite linear var(--state);
}
@place-cell: center;
background: linear-gradient(45deg, purple 49.5%, lightblue 50.5%, purple 0);
border-radius: 0 100%;
transform: rotate(calc(360deg / (@size() - 1) * @i())) translate(50px);
@at(1,1) {
border-radius: 50%;
background: radial-gradient(snow, purple 60%, purple 0);
transform: rotate(0) translate(0);
}
@keyframes rot { to { transform: rotate(-1turn); } }
|
|