<style>
#hhh div {
width:200px;
height:200px;
background:red;
display:none;
}
#hhh input {
background-color: white;
}
#hhh .active
{background-color:green;
}
</style>
<div >11111</div>
<div>222222</div>
<div>33333</div>
</div>
相关文章: