<style> .main{ margin-top: -20px; width: 100%; height: auto; overflow: hidden; } .main .left{ float: left; width: 300px; height: 700px; border-right: 1px solid #DDDDDD; } .main .right{ margin-left: 300px; height: 700px; background-color: red; } </style>
时间: 2024-11-10 14:45:14