复合选择器-:focus选择器(HTML、CSS)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>复合选择器-:focus选择器</title>
<style>
/* 把获得光标的input表单元素选取出来 */
input:focus {
background-color: rgb(157, 157, 214);
}
</style>
</head>
<body>
<input type="text">
<input type="text">
<input type="text">
</body>
</html>
最后
以上就是眼睛大星星最近收集整理的关于复合选择器-focus选择器(HTML、CSS)的全部内容,更多相关复合选择器-focus选择器(HTML、CSS)内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复