码迷,mamicode.com
首页 > 其他好文 > 详细

按钮动画效果

时间:2014-09-10 14:00:10      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:color   os   io   ar   for   sp   on   c   line   

<a href="#" class="a-btn">中秋节快乐啊。。。</a>

 

.a-btn{ display:block; position:relative; width:300px; margin:30px auto; height:40px; line-height:40px; border:2px ridge #fff; color:#fff; text-align:center; background:#343434; z-index:2;}
.a-btn:before,.a-btn:after{ content:""; display:block; width:50%; height:100%; position:absolute; top:0; z-index:1; }
.a-btn:before{left:0; }
.a-btn:after{ right:0; }
.a-btn:hover{background-color: #FFC340; }
.a-btn, .a-btn:before,.a-btn:after{transition: all 0.3s ease 0s;}
.a-btn:hover:before,.a-btn:hover:after{ width:0; background-color: #fff; }

按钮动画效果

标签:color   os   io   ar   for   sp   on   c   line   

原文地址:http://www.cnblogs.com/xiaotaiyang/p/3964164.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!