.input-item::placeholder { text-transform: uppercase; }
时间: 2024-02-15 21:50:25 浏览: 187
nd-placeholder:让所有浏览器支持 placeholder
This CSS code sets the text-transform property to uppercase for the placeholder text in an input field. When a user enters text into the field, it will display in uppercase, making it easier to read and ensuring consistency of formatting.
阅读全文