.butsub {
width: 115px;
height: 35px;
line-height: 35px;
border: 0;
font-size: 18px;
font-weight: bold;
color: #fff;
cursor: pointer;
background:#7DC92B;
}
作為注冊或者登陸按鈕的時候用到
<input name="sub" type="button" class="butsub" value="注冊" οnclick="signin();" />