前言 如何不自己写框架,基本用不上。 正文 这里有一点你可能觉得奇怪,为什么要background color: none 因为在苹果web app中,会出现蓝条。 ...
2020-03-09 14:51 0 1056 推荐指数:
...
给input加上样式 outline:none; ...
input默认样式除border外, 还有一个阴影效果box-shadow;选中时同样有阴影效果。 input,input:focus{ border: none !important; box-shadow: none !important; } ...
1. 2. input type 为 number 时,maxlength 失效 reset 默认样式 ...