Android 4.3 input input box, cannot be centered horizontally

under Android 4.3, the placeholder text in the input input box cannot be centered. It has been tried:
input {text-align:center} and
input::-webkit-input-placeholder {text-align:center;color:red}
the result color is valid and cannot be centered. Excuse me, do you have any good ideas?

clipboard.png

Mar.18,2021

is covered with a layer of p, and use p to simulate the situation where placeholder clicks p to let input get focus while hiding p


is generally invalid for native modifications. For the sake of compatibility, you can consider dealing with it separately and write

with div.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38d1a-2b8bf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38d1a-2b8bf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?