例:
<style type="text/css">
#div1{display:none;width:500px;height:300px;background:white;border:2px solid black;}
#div2{display:block;width:150px;height:200px;background:red;margin-left:30px;margin-top:30px;}
</style>
</head>
<body>
<div id="div1" ><div id="div2"></div>
</div>
现在想要先只div2
精慕HU
相关分类