ios上input框上边有阴影

添加以下css样式:

input{
    -webkit-appearance: none;
}

 

posted @ 2019-08-06 18:29  seeBetter  阅读(191)  评论(0)    收藏  举报