开发者社区 问答 正文

css input在苹果设备重影边框

css input在苹果设备重影边框

展开
收起
萌萌茹 2021-10-20 18:05:46 7536 分享 版权
2 条回答
写回答
取消 提交回答
  • input{ outline: none; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

    2021-10-22 10:45:09
    赞同 展开评论
  • input{ outline: none; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

    2021-10-20 18:06:06
    赞同 展开评论
问答分类:
问答地址: