0
只想索要你的幫助。當HTML頁面加載時,在輸入文字光標太高或在錯誤的位置:HTML輸入文本光標位置問題
但是當焦點,輸入文字光標是正確的:
在這裏發現了另一個相同的問題,但line-height
修復無法解決我的問題。
CSS:
input[type=text] {
border-radius: 0 !important;
height: 50px !important;
font-size: 14px !important;
box-shadow: none !important;
line-height: 100% !important;
}
請包括所有代碼,以便我們有[mcve]。 –