如何在 HTML 中增加光标插入符号的厚度?
How to increase cursor caret thickness in HTML?
Android 上的本机应用程序具有更好的光标插入符号宽度。但是对于网络应用程序和 pwa,插入符号的宽度似乎很细。谁能告诉我如何增加光标宽度,如果可行的话?
您无法更改光标插入符号在文本区域中的显示方式。您最多只能更改颜色。 https://developer.mozilla.org/en-US/docs/Web/CSS/caret-color.
我建议您也看看这些链接:
How to control cursor/caret size with CSS
How to adjust the Caret (blinking cursor) size inside searchbar with css
希望我有所帮助。
Android 上的本机应用程序具有更好的光标插入符号宽度。但是对于网络应用程序和 pwa,插入符号的宽度似乎很细。谁能告诉我如何增加光标宽度,如果可行的话?
您无法更改光标插入符号在文本区域中的显示方式。您最多只能更改颜色。 https://developer.mozilla.org/en-US/docs/Web/CSS/caret-color.
我建议您也看看这些链接:
How to control cursor/caret size with CSS
How to adjust the Caret (blinking cursor) size inside searchbar with css
希望我有所帮助。