css 积累

1、input 初始化
input {
-webkit-tap-highlight-color: rgba(0,0,0,0);
border: none;
}
input:focus {
outline: none;
}
::-webkit-input-placeholder {
color: #C0C0C0;
} :-moz-placeholder {
/* Firefox 18- */
color: #C0C0C0;
} ::-moz-placeholder {
/* Firefox 19+ */
color: #C0C0C0;
} :-ms-input-placeholder {
color: #C0C0C0;
}

  

 
上一篇:通过location对象的某些属性得到一个完整URL的各个部分。


下一篇:protobuf初体验