去极客学院看了一下,没找到你说的箭头。动手写一个给你。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>arrow</title> <link href="http://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> </head> <style type="text/css"> .icon { display: flex; justify-content: center; } #icon { transition: 1s; } #icon:hover { transform: rotate(90deg); } </style> <body> <div class="icon"> <span id="icon" class="glyphicon glyphicon-arrow-right"></span> </div> </body> </html> 采纳哟!
去极客学院看了一下,没找到你说的箭头。动手写一个给你。
采纳哟!