|
|

楼主 |
发表于 2021-12-25 17:11
|
显示全部楼层
参考代码:
- <style type="text/css">
- @keyframes rao {
- from {left:0px; } to { left:400px; }
- }
- .dong {
- margin:0px auto;
- width:700px;
- height:400px;
- padding:10px;
- background:url('https://pic.imgdb.cn/item/61bf23982ab3f51d91a0b99d.gif') no-repeat right center;
- }
- .s_img {
- animation:rao 6s infinite alternate;
- width:77px;
- height:70px;
- position:relative;
- top:223px;
- }
- </style>
- <div class="dong">
- <img class="s_img" alt="" src="https://www.huachaowang.com/static/image/smiley/hcbiaoqing2/117.gif" />
- </div>
复制代码
|
评分
-
| 参与人数 1 | 威望 +30 |
金钱 +60 |
经验 +30 |
收起
理由
|
加林森
| + 30 |
+ 60 |
+ 30 |
赞一个! |
查看全部评分
|