跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
最近更改
随机页面
社群首页
帮助
希顶相关网站
希顶社区官网
(原作)希顶翻译器
〇改希顶转写器
希顶模组服务器
搜索
搜索
外观
创建账号
登录
个人工具
创建账号
登录
查看“︁User:物灵/时钟样式.css”︁的源代码
用户页
讨论
English
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
常规
链入页面
相关更改
用户贡献
日志
查看用户组
特殊页面
页面信息
查看头像
外观
移至侧栏
隐藏
←
User:物灵/时钟样式.css
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于这些用户组的用户执行:
用户
、storagereadable
您必须确认您的电子邮件地址才能编辑页面。请通过
参数设置
设置并确认您的电子邮件地址。
您可以查看和复制此页面的源代码。
@keyframes spin { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } } #spin-wrapper, #spin-second, #spin-minute, #spin-hour { position: relative; display: inline-block; width: 150px; height: 150px; } #spin-second-wrapper, #spin-minute-wrapper, #spin-hour-wrapper { position: absolute; } #spin-second { animation: spin 60s linear infinite; background: red; clip-path: polygon(48% 50%, 52% 50%, 52% 10%, 48% 10%); } #spin-minute { animation: spin 3600s linear infinite; background: black; clip-path: polygon(48% 50%, 52% 50%, 52% 20%, 48% 20%); } #spin-hour { animation: spin 216000s linear infinite; background: black; clip-path: polygon(48% 50%, 52% 50%, 52% 30%, 48% 30%); } #spin-wrapper { background: yellow; clip-path: circle(50%); }
返回
User:物灵/时钟样式.css
。