鼠标悬浮,盒子向上移动
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>图片悬浮向上</title> <style> #box{ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; } #box:hover { -webkit-transform: translateY(-30px); -moz-transform: translateY(-20px); -ms-transform: translateY(-10px); transform: translateY(-15px); } </style> </head> <body> <div id='box' style="width: 300px;height: 400px;margin: auto;text-align: center;background: red"> 是非得失 </div> </body> </html>
联系站长 : 17620917002
站长邮箱 : 425158482@qq.com
问题咨询 : QQ 425158482
系统长期维护,放心使用
备案号:蜀ICP备19015811号-3