混合布局练习题:右侧的自由边框总是超出盒子
右侧的自适应总是超出右侧边框怎么回事? .middle{ width:100%;height:300px;background:orangered;position:relative;} .left{ width:200px;height: 300px;background: blue;position:absolute;top:0;} .right{ width:100%;height: 300px;background: yellow;position:absolute;margin-left:210px;bottom: 0; }