添加样式
<style>
input::-webkit-input-placeholder {
/* placeholder颜色 */
color: #999;
/* placeholder字体大小 */
font-size: 14px;
}
</style>
html代码
<input type="text" placeholder="我是文字">
添加样式
<style>
input::-webkit-input-placeholder {
/* placeholder颜色 */
color: #999;
/* placeholder字体大小 */
font-size: 14px;
}
</style>
html代码
<input type="text" placeholder="我是文字">