<style>
input{
width: 100px; /*设置宽度*/
height: 100px; /*设置高度*/
font-size: 12px; /*设置字体大小*/
font-weight: bold; /*设置字体加粗*/
background: #ccc; /*设置背景色*/
border:double red; /*设置双边框为red*/
}
</style>
使用样式显示个性按钮<br>
<input type="button" value="我是一个按钮">
效果如下: