css按钮交互式动画开发
发布时间
阅读量:
阅读量
效果展示图:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
background: #aaa;
}
.button_animate{
position:relative;
overflow:hidden;
z-index:1;
background:#FFF;
border-radius:2px;
padding:0.5em 1em
全部评论 (0)
还没有任何评论哟~
