.left{
position: absolute;
left: 0;
width: 200px;
height: 600px;
background-color: #f03333;
}
.right{
position: absolute;
right: 0;
width: 750px;
height: 600px;
background-color: #f06666;
}
我是这样写的 才能分开 安老师写的 会重叠
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
找到问题了 是我看错了 是top