.inputButtonNormal5plus {
width:300px;
-webkit-appearance : none ; /*解决iphone safari上的圆角问题*/
}
嗯,就这一句
本文介绍了一种CSS样式定制方法,特别针对iPhone Safari浏览器的圆角显示问题,通过设置-webkit-appearance属性为none来解决。这是一种前端开发中常见的样式调整技巧。
.inputButtonNormal5plus {
width:300px;
-webkit-appearance : none ; /*解决iphone safari上的圆角问题*/
}
嗯,就这一句

被折叠的 条评论
为什么被折叠?