- 字体大小设置比高度小1px
- 设置 !important
- 样式如下
.input::placeholder { color: #ccc; font-size: 17px!important; } .input { width: 108px; border: 0; outline: none; height: 18px; font-size: 17px!important; color: #333333; background: #fff; }
ios input 中文显示不全
- 上一篇:解决iPhoneX底部安全区域问题
- 下一篇:没有了