核心代码: input:focus { }
演示:
代码:
<style>
input:focus {
width: 250px;
height: 40px;
background: skyblue;
}
</style>
<body>
<input type="text" placeholder="input输入框">
</body>
核心代码: input:focus { }
演示:
代码:
<style>
input:focus {
width: 250px;
height: 40px;
background: skyblue;
}
</style>
<body>
<input type="text" placeholder="input输入框">
</body>