input \button 样式问题 , ios用的样式不管用。
解决方法:在css样式里面加
.input{
-webkit-appearance: none;/*解决ios样式问题*/
}
ios手机点击输入框页面放大,输入框失焦后,页面不复原,仍保持放大状态
解决方法:禁止页面缩放
input获取焦点时,去掉外层的高亮
input:focus {
outline:none;
}
css常用样式集合
文字强制换行:
word-wrap:word-break;
word-break:break-all;
强制不换行:
white-space:nowrap;
iphone及ipad下输入框默认内阴影: -webkit-appearance: none;
在360浏览器中input有黄色背景解决办法: 在input中加入 autocomplete=“off” 即可。
防止按钮点击时背景闪烁:
html{-webkit-tap-highlight-color: transparent;}
去除移动端下按钮点击背景变暗:
-webkit-tap-highlight-color:rgba(0,0,0,0)
去除输入框黄色边框: outline:none;
改变斜体: font-style:normal;
某些安卓手机圆角失效: background-clip: padding-box;
删除线样式-贯穿线样式 : text-decoratio