Yipage/code-share

前端-在IOS下,input 表单默认会有个内阴影,按钮点击有灰色的图层阴影。

Opened this issue · 0 comments

设置全局样式:
`
input{
-webkit-appearance: none;
}

-webkit-tap-highlight-color:rgba(0,0,0,0)
`