css firefox 中的border?
html:
<div class="pwd_form" id="step1">
<p class="form-group"> <label class="lab">賬號(hào):</label> <input placeholder="請(qǐng)您輸入郵箱/手機(jī)號(hào)" id="userEmail" type="text"> </p> <p> <input value="下一步" class="btn-send" id="sentEmail" type="b<愛尬聊_創(chuàng)建詞條>utton"> </p> </div>
css
.form-group input {
border: 1px solid #ccc; border-radius: 3px; color: #000; line-height: 20px; outline: medium none; padding: 9px 9px 9px 34px; width: 275px;
}
設(shè)置了input的border寬度為1px,但是在顯示時(shí)確實(shí)這樣的
在chrome和ie中顯示是正常的,
我重新把代碼提出來以后,又是正確的,我在想是不是又什么元素干擾了,所以把input的時(shí)候所應(yīng)用到的css粘處理