移除IOS下按钮的原生样式

it2026-05-05  3

写WAP页面的时候  一定要加上这组样式,以避免在IOS下面按钮被系统原生样式影响

input,textarea {outline-style:none;-webkit-appearance:none;}

转载于:https://www.cnblogs.com/zhengsha/p/5053485.html

最新回复(0)