CSS3 - enabled和disabled

<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <style> input[type="text"]:enabled{ background-color:gold; } input[type="text"]:disabled{ background-color:dimgrey; } </style> </he
相关文章
相关标签/搜索