【发布时间】:2014-04-22 02:53:13
【问题描述】:
我使用的是 4 位密码;代表每个字符的点太小;我想增加字体大小;但我不想更改输入大小。
这就是我所拥有的:
<input class="pin_code" type="password" maxlength="4"/>
如果我添加
<input class="pin_code" type="password" maxlength="4" style="font-size:30px"/>
然后输入也增加大小;我怎样才能只使文本/点变大??
我加了
<input class="pin_code" type="password" maxlength="4" style="font-size:30px; height:24px"/>
现在我明白了:
【问题讨论】: