|
|

楼主 |
发表于 2021-12-26 16:51
|
显示全部楼层
本帖最后由 马黑黑 于 2021-12-26 16:52 编辑
参考代码:
- <style type="text/css">
- .dDiv {
- width: 1080px;
- height: 720px;
- background: url('https://www.huachaowang.com/data/attachment/forum/202112/26/163602nqqxu1qh4uqhvhhw.jpg') no-repeat;
- position: relative;
- left: -242px;
- top: 80px;
- }
- .iRo {
- width:240px;
- height:240px;
- cursor: pointer;
- position: relative;
- left: 800px;
- top: 450px;
- transition: linear transform 1s;
- }
- .iRo:hover {
- transform: rotate(65deg);
- }
- </style>
- <div class="dDiv">
- <img class="iRo" alt="" src="https://pic.imgdb.cn/item/61bf23982ab3f51d91a0b99d.gif">
- </div>
复制代码
|
评分
-
| 参与人数 1 | 威望 +30 |
金钱 +60 |
经验 +30 |
收起
理由
|
加林森
| + 30 |
+ 60 |
+ 30 |
赞一个! |
查看全部评分
|