垂直对齐输入字段中的文本

时间:2015-06-22 10:34:50

标签: html css html5 css3

我在输入框中垂直对齐文本时遇到问题。我已经尝试display:table-cell了。但是当我进入太空时,它不是跳线,而是向右移动。它用于多行,而不仅仅是一行。

<div class="bodytext">
   <div class="vertical">
      <input type="text">
   </div>
</div>

2 个答案:

答案 0 :(得分:0)

这是什么意思?现在文本在文本框中垂直居中。

&#13;
&#13;
.bodytext{
  width: 100%;
  height: 100px;
  background-color: #eee;
}
.bodytext .vertical input{
    height: 50px;
}
&#13;
<div class="bodytext">
 <div class="vertical">
  <input type="text">
 </div>
</div>
&#13;
&#13;
&#13;

答案 1 :(得分:0)

尝试添加import xml.etree.ElementTree as ET x = ET.fromstring('<a>This is the text</a>') x.text >> 'This is the text' line-height进行输入,或者如果您可以分享您的CSS或制作小提琴。