Open zengkaiz opened 4 years ago
楼上第一种做法.right里面的width应该写多了吧。 .content { height: 200px; text-align: left; } .left{ width: 200px; background: red; position: absolute; / float: left; / } .right{ background: green; margin-left: 200px; } 将position:absolute改成 float:left也可以
html