logo
  • 教程列表
  • SO官方文檔
  • 游標造型
    • 更改游標型別
    • 指標事件
    • 脫字色
  1. StackOverflow 文件
  2. CSS 教程
  3. 游標造型
  4. 脫字色

脫字色

Created: November-22, 2018

插入顏色 CSS 屬性指定插入符的顏色,插入點的可見指示符,其中文字和其他內容通過使用者的鍵入或編輯插入。

HTML

<input id="example" />

CSS

#example {
  caret-color: red;
}

資源:

  • https://developer.mozilla.org/en-US/docs/Web/CSS/caret-color
  • 指標事件

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明