MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
|||
| 第351行: | 第351行: | ||
/* 齿轮动画 */ | /* 齿轮动画 */ | ||
.chilun { | .chilun { | ||
width: | width: 92.3px; | ||
height: | height: 349.9px; | ||
right: 0px; | right: 0px; | ||
bottom: 0px; | bottom: 0px; | ||
| 第366行: | 第366行: | ||
} | } | ||
25% { | 25% { | ||
background-position: - | background-position: -92.3px 0; | ||
} | } | ||
50% { | 50% { | ||
background-position: - | background-position: -184.6px 0; | ||
} | } | ||
75% { | 75% { | ||
background-position: - | background-position: -276.9px 0; | ||
} | } | ||
100% { | 100% { | ||
background-position: - | background-position: -369.2px 0; | ||
} | } | ||
} | } | ||