input css 鼠标进入事件

input css 鼠标进入事件可以设置input文本框hover样式
代码如下:


input[type="text"]:hover{
    border: 1px solid #4c9fff;
}

效果如图:

input css 鼠标进入事件