使用CSS设置每个启用的 元素的样式
要为每个启用的<input>元素设置样式,请使用CSS:enabled选择器。
示例
您可以尝试运行以下代码来对启用的<input>元素进行样式设置
<!DOCTYPE html>
<html>
<head>
<style>
input:enabled {
background: blue;
}
</style>
</head>
<body>
<form action = "">
Subject <input type = "text" name = "subject"><br>
Student: <input type = "text" name = "student"><br>
Age: <input type = "number" name = "age" disabled><br>
</form>
</body>
</html>热门推荐
10 祝福语生日男朋友简短
11 进驻新居的祝福语简短
12 弟弟的祝福语简短霸气
13 年底拜年祝福语大全简短
14 写生日祝福语简短唯美
15 上司生日祝福语简短 女性
16 宝宝新年祝福语大全简短
17 下雪路滑祝福语简短
18 给儿子祝福语简短霸气