Set the text of the placeholder in the input box to be centered

<input class='login-form-pwd' placeholder='Please enter the merchant login password' placeholder-class="center"></input>
 

.center{
    text-align: center;
}

 

Guess you like

Origin blog.csdn.net/weixin_43167662/article/details/131460764