ios input border bottom
2018-07-17 本文已影响6人
奋斗的小小小兔子
// 在ios手机上,会出现圆角,需要去掉
.ipt {
border-radius: 0;
border-bottom: 1px solid black;
-webkit-appearance: none;
}
// 在ios手机上,会出现圆角,需要去掉
.ipt {
border-radius: 0;
border-bottom: 1px solid black;
-webkit-appearance: none;
}