background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));

这个是中间有明显过渡痕迹的,如果需要逐渐过渡的

background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(white), to(#D7D7D9));

 

详情可参考http://hellohappy.org/css3-buttons/

 

 

http://www.cnblogs.com/lhb25/p/css3-animated-button-tutorials.html

相关文章:

  • 2022-12-23
  • 2022-01-28
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
  • 2021-08-28
猜你喜欢
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-01-17
相关资源
相似解决方案