混水摸魚

[ Bootstrap ] – 輸入框圖示跑版解法

[html]
<div class="form-group">
<div class="input-group">
<div class="input-group-addon glyphicon glyphicon-calendar" style="top:0;"></div>
<input type="text" class="form-control" id="date" name="date" value="" placeholder="選擇日期">
</div>
</div>
[/html]
在圖示div 加入 style=”top:0;” 就可解決跑版問題
原效果(有稍為跑版)1
加入語法後顯示正常as

Leave a Comment

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *