.input {
height: 52px;
line-height: 52px;
font-size: 32px;
font-weight: bold;
}
.placeholder {
font-size: 18px;
font-weight: normal;
}
<input class="input"
value="{{ inputValue }}"
type="digit"
maxlength="12"
placeholder="请输入xxx"
placeholder-class="placeholder"
focus
/>
line-height : normal;
input和textarea对line-height属性支持不好
我也遇到这个问题了,你们怎么解决的?
改成了自定义的placeholder了。。。
placeholder的样式我顶多就是改个颜色,你这种连字号都改真是太骚了