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

按钮变色

时间:2016-06-17 01:02:12      阅读:303      评论:0      收藏:0      [点我收藏+]

标签:transition   background   important   border   color   


#av_section_2 a.avia-button {transition:all 0.8s !important;

background-color:rgba(255,255,255,0.70) !important;

border: rgba(255,255,255,0.70) solid 2px !important;

color:#000 !important;

font-weight:bold !important;

}


#av_section_2 a.avia-button:hover {background:#8dc63e !important;

border: #8dc63e solid 2px !important;


color:#FFF !important;

opacity:1 !important;

 }

#av_section_3 a.avia-button {transition:all 0.8s !important;

background:#8dc63e !important;

border: #8dc63e solid 2px !important;

color:#FFF !important;

font-weight:bold !important;

}


#av_section_3 a.avia-button:hover {

background-color:rgba(0,0,0,1.00) !important;

border: rgba(0,0,0,1.00) solid 2px !important;

color:#fff !important;

opacity:1 !important;

 }


按钮变色

标签:transition   background   important   border   color   

原文地址:http://luckyyang.blog.51cto.com/4524113/1790034

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