按钮圆角设置 border-radius属性用于设置元素的圆角 例如: border-radius:1px 2px 3px 4px; 其中1px表示左上角,2px表示右上角,3px表示右下角,4px表示左下角。