• 字体大小设置比高度小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;
    }