摘要:
/* WebKit browsers */ input::-webkit-input-placeholder { color: #999; } /* Mozilla Firefox 4 to 18 */ input:-moz-placeholder { color: #999; } /* Mozil 阅读全文
摘要:
input[type=text]:focus,input[type=password]:focus,textarea:focus{ outline:none; border-color:rgba(241,39,62,.75); /*设置边框阴影*/ -webkit-box-shadow:0 0 8p 阅读全文