最新回答 / 慕无忌4172087
你这个不属于包含关系 正确的代码应该是<div class="footer">footer<div class="sub_f">sub_f</div></div>
2019-01-05
最新回答 / 慕哥2444689
.main{height:500px;background:red;position:relative;}.top{height:100px; background:#ccc}.left{ width:200px; height:500px; background:blue;}.right{ position:absolute;right:0;left:210px;height:500px; background:#9C9;}.foot{ height:50px; background:#F63 <...
2018-09-19