按钮样式css圆角,css3圆角样式分享自定义按钮样式

复制代码代码如下:

.btn-style-01{

border-style:none;

padding:8px 30px;

line-height:24px;

color:#fff;

font:16px "Microsoft YaHei", Verdana, Geneva, sans-serif;

cursor:pointer;

border:1px #ae7d0a solid;

-webkit-box-shadow:inset 0px 0px 1px #fff;

-moz-box-shadow:inset 0px 0px 1px #fff;

box-shadow:inset 0px 0px 1px #fff;/*内发光效果*/

-webkit-border-radius:4px;

-moz-border-radius:4px;

border-radius:4px;/*边框圆角*/

text-shadow:1px 1px 0px #b67f01;/*字体阴影效果*/

background-color:#feb100;

background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#feb100), to(#e8a201));

background-image: -webkit-linear-gradient(top, #feb100 0%, #e8a201 100%);

background-image: -moz-linear-gradient(top, #feb100 0%, #e8a201 100%);

background-image: -ms-linear-gradient(top, #feb100 0%, #e8a201 100%);

background-image: -o-linear-gradient(top, #feb100 0%, #e8a201 100%);

background-image: linear-gradient(top, #feb100 0%, #e8a201 100%);/*颜色渐变效果*/

}

.btn-style-01:hover {

background-color:#e8a201;

background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#e8a201), to(#feb100));

background-image: -webkit-linear-gradient(top, #e8a201 0%, #feb100 100%);

background-image: -moz-linear-gradient(top, #e8a201 0%, #feb100 100%);

background-image: -ms-linear-gradient(top, #e8a201 0%, #feb100 100%);

background-image: -o-linear-gradient(top, #e8a201 0%, #feb100 100%);

background-image: linear-gradient(top, #e8a201 0%, #feb100 100%);

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值