摘要: .button { display: inline-block; white-space: nowrap; background-color: #ccc; background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc) ); background-image: -webkit-linear-gradient(top, #eee, #ccc); background-image: -moz-linear-gradient(top, #eee, #ccc); background-imag 阅读全文
posted @ 2012-07-18 09:18 lcuzhanglei 阅读(179) 评论(0) 推荐(0)