input .btn { display : inline-block ; height : 30px ; line-height : 30px ; border : 0 ; cursor : pointer ; font-size : 15px ; color : #fff ; font-weight : bold ; border-radius : 5px ; padding : 0px 20px; overflow : visible ; -webkit-appearance : none ; /*解决iphone safari上的圆角问题*/ }
html
< input type ="button" class ="btn" />
解决ios safari中按钮圆角问题,布布扣,bubuko.com
原文:http://www.cnblogs.com/qiongmiaoer/p/3573211.html