开发者社区> 问答> 正文

css input在苹果设备重影边框

css input在苹果设备重影边框

展开
收起
萌萌茹 2021-10-20 18:05:46 7485 0
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
    赞同 展开评论 打赏
问答分类:
问答标签:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
零基础CSS入门教程 立即下载
低代码开发师(初级)实战教程 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载