如何禁用外观Safari辐射按钮

发布于 2025-01-18 03:12:27 字数 393 浏览 2 评论 0原文

我想从单选按钮中删除标准按钮,我做到了,它看起来不错。但不是在野生动物园。

我尝试这个,但没有任何改变。我在ios 11.4上测试

input {
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
}

输入图片此处描述

I want to remove the standard buttons from the radio buttons, I did it and it looks fine. But not on safari.

i try this, but nothing changes. I test on ios 11.4

input {
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
}

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月亮邮递员 2025-01-25 03:12:27
  position: absolute;
  appearance: none;
  opacity: 0;

  position: absolute;
  appearance: none;
  opacity: 0;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文