php中怎么調整按鈕大小
1 回答

慕的地6264312
TA貢獻1817條經驗 獲得超6個贊
這個用的是css而不是php
兩種寫法
1、
.btn{width:200px;height:60px;}
<input type="button" class="btn" value="按鈕" />
2、
<input type="button" style="width:200px;height:60px;" value="按鈕" />
- 1 回答
- 0 關注
- 580 瀏覽
添加回答
舉報
0/150
提交
取消