Tip modify the default input text style (color, size, location)

input::-webkit-input-placeholder{

color:red;

font-size:20px;

......

}

 

Guess you like

Origin www.cnblogs.com/wang-xx/p/11238494.html