0
更改搜索框的高度我有這樣的代碼改變搜索框的寬度和高度:在Twitter的引導
.input-mysize {
height: 20px;
font-size: 20px;
line-height: 20px;
width: 250px; }
我只能更改搜索框的寬度。你能告訴我如何改變身高嗎?搜索框的代碼是這樣的:
<input class="search-query input-mysize" name="search_query" type="text" placeholder="Make a search" >
謝謝。