iPhone:
不能自动播放音乐,
去除默认样式 input:-webkit-appearance: none;
//--------------------------------------------------------------------------------------有发现在更新
Android:
点击元素出现蓝色框,iPhone不会出现,解决:-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);border:none;
//-------------------------
去除IE10+浏览器文本框后面的小叉叉
input::-ms-clear{resize:
none
;
}
时间: 2024-10-13 06:35:30