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
相關文章
相關標籤/搜索