|
|

楼主 |
发表于 2022-4-3 12:50
|
显示全部楼层
代码:
- <style>
- .spiBox {
- position: relative;
- width: 760px;
- height: 760px;
- }
- .spiBox img {
- position: absolute;
- width: 200px;
- height: 150px;
- left: 80px;
- top: 80px;
- transform-origin: 300px 300px;
- animation: walk 20s linear infinite;
- }
- @keyframes walk {
- to { transform: rotate(-360deg); }
- }
- </style>
- <div class="spiBox">
- <img src="https://www.huachaowang.com/data/attachment/forum/202204/02/204928eqvb53ezaw8vhhe5.gif" alt="" />
- </div>
复制代码
|
评分
-
| 参与人数 1 | 威望 +50 |
金钱 +100 |
经验 +50 |
收起
理由
|
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
查看全部评分
|