input兼容寫法歉摧,主要設(shè)置webkit內(nèi)核瀏覽器厨剪、火狐瀏覽器华糖、IE瀏覽器三種:
input::-webkit-input-placeholder { /* webkit內(nèi)核瀏覽器 */
color: #bfbfbf!important;
}
input:-moz-placeholder { /* Firefix18- */
color: #bfbfbf!important;
}
input::-moz-placeholder { /* Firefix19+ */
color: #bfbfbf!important;
}
input::-ms-input-placeholder { /* IE瀏覽器 */
color: #bfbfbf!important;
}
textarea設(shè)置同上。