MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第391行: | 第391行: | ||
from {background:red;} | from {background:red;} | ||
to {background:yellow;} | to {background:yellow;} | ||
} | |||
.img { | |||
background: blue; | |||
width: 50px; | |||
height: 50px; | |||
margin-top: 100px; | |||
margin-left: 100px; | |||
-webkit-animation: circle 1s infinite linear; | |||
/*匀速 循环*/ | |||
} | } | ||