iphone中button按钮显示为圆形解决:

添加样式: -webkit-appearance:button;

如果需要为直角: border-radius:0

 

在源码中添加如:style="-webkit-appearance:button;border-radius:0"

在外链中添加   :-webkit-appearance:button;border-radius:0

相关文章:

  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
猜你喜欢
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
相关资源
相似解决方案