input和select默认样式和iphone兼容

input和select中取消默认样式和行高不兼容问题
.form-wrapper input{
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    vertical-align:middle;
}
.form-wrapper input::-webkit-input-placeholder,.form-wrapper select{ /* WebKit browsers */
    line-height: 0.6rem!important;
}
posted @ 2020-06-05 17:17  DomAndBom  阅读(272)  评论(0编辑  收藏  举报