案例代码示例:
<style type="text/css"> div{width: 150px;height: 150px;background: #ff0000;transition: all 2s ease;} div:hover{transform: rotate(360deg) scale(0.4,0.4);background: green;} </style> <div></div>
以上内容,在整理时难免有疏漏错误之处,如有发现,可以通过顶部的“联系站长”提出反馈,感谢您的支持!