CSS3 :focus 伪类选择器

:focus

获取焦点的元素对象。

input:focus {
 border:10px solid yellow!important; <!-- 当input text获取焦点,即光标点击时,边框为黄色 -->
}

<input type="text">

显示效果

更多教程 HTML5 教程 CSS3 教程 JavaScript 教程 JQuery 教程 React.js 教程 Node.js 教程 Koa2 教程 Python 教程 Linux 教程