search

Home  >  Q&A  >  body text

javascript - textarea中输入时输入后字体颜色

在输入时字体颜色为999;光标离开后字体颜色666;

迷茫迷茫2816 days ago1052

reply all(1)I'll reply

  • 阿神

    阿神2017-04-11 11:11:32

    input:focus
    {
      color:yellow;
    }
    input
    {
      color: red;
    }

    reply
    0
  • Cancelreply