我想輸入框向右調整,只有文字類型。我試著移除& quot浮動:對;"使用左邊距,但輸入框沒有正確對齊。當我輸入內容時,我希望輸入文本框向右調整..下面是CSS實現:
.input[type = "text"],.input[type = "number"]{
float: right;
width: 30%;`minimum width`
border: 1px solid #ccc;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 0.9em;
padding: 0.3em;
}