1、ios 11 H5input输入框光标和文字不居中(垂直居中),往上偏移
原因:设置了字体: font-family: DINCondensed-Bold; 导致
input{
width: 118/75rem;height: 118/75rem;
margin: 0 100/75rem;
border-radius: 24/75rem;border:none;box-shadow: none;webkit-appearance: none;
text-align: center;font-size: 82/75rem;color: #EE302D;padding:0 20/75rem;font-weight: 700;
border: 1px solid #EE302D;
// font-family: DINCondensed-Bold;
}