<body>
<label for="name">用户名</label>
<input type="text" id="name">
</body>
input:focus {
background-color: skyblue;
color: red;
}
This Pen is owned by anthony on CodePen.
See more by @anthony2023 on CodePen
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.